Dear Sir/Madam,
I really liked your logo design for Zayne Entertainment - I thought that it was fresh and funky! We are now after a very simple website using that style and wondered if you could help us? We really like the website design of www.reverbnation.com so if you could take this as a starting point that would be great.
If you could create the first page of the website for now and take a printscreen of it and post it on your blog, we can take a look and go from there. Don't forget to show off your final logo design!!
Huge thanks,
Mike Hodgekin,
CEO at Zayne Entertainment
Here are some simple steps (1-7) to get you started - follow them all :-)
1. Create a new folder inside 'Sites' and call it 'Zayne_Website'
2. Open Adobe Dreamweaver and Create New HTML (see below)
3. Select 'Split' screen (see below)
4. Copy and paste this text into your code side...
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
5. Save a copy of your Zayne Entertainment logo as a JPEG into 'Zayne_Website'
6. Now, try adding your logo image (see below). Here is the code to add:
<img src="logo.jpg" width="100" height="100">
7. Experiment with some other HTML examples here:
http://www.w3schools.com/html/html_examples.asp
If you get really stuck, you can follow these tutorials!!!
Have fun :-D



No comments:
Post a Comment