Camisado
a therapeutic chain of events
- 1,032
- Posts
- 16
- Years
- Age 35
- Dorset, England
- Seen Mar 17, 2018
Okay, so instead of actually writing the fanfic I've had in mind for a year, I procrastinated by making yet another website.
Here it is!
Ignore the content. I'd just like to know what you think about
Also, if you're interested, my site is made easier using a bit of basic, sneaky PHP: the header and footer are separate files and are included on each page using this sort of thing:
This means if I want to add/remove/change links in the navigation, for example, I only have to use one file. Though I'm sure this is widely used anyway.
This was made in Notepad++ (for the love of god, people, no Dreamweaver or FrontPage!) and the graphics were made using a combination of Fireworks and Paint Shop Pro 5. And I made the Pokéball symbol myself using three circles and a rectangle xD
What do you think? =3 I'm probably going to add a PHP/MySQL-managed news system to the front page at some point in the near future too.
Here it is!
Ignore the content. I'd just like to know what you think about
- The layout
- Use of cascading style sheets (EVERYTHING xD)
- Use of graphics
- Navigation
Also, if you're interested, my site is made easier using a bit of basic, sneaky PHP: the header and footer are separate files and are included on each page using this sort of thing:
PHP:
<?php include('header.php'); ?>
This was made in Notepad++ (for the love of god, people, no Dreamweaver or FrontPage!) and the graphics were made using a combination of Fireworks and Paint Shop Pro 5. And I made the Pokéball symbol myself using three circles and a rectangle xD
What do you think? =3 I'm probably going to add a PHP/MySQL-managed news system to the front page at some point in the near future too.
Last edited: