forked from Danlus/mySite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
93 lines (65 loc) · 2.75 KB
/
work.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link href='http://fonts.googleapis.com/css?family=Roboto|Oleo+Script' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="mysite.css"/>
<title>Dan Cook | Web Design</title>
<meta name="description" content="I am a web designer and developer based in the UK. For a quote and to check out my work visit my site">
<meta name="keywords" content="website, design, development, dan cook, jquery, CSS, html">
<meta name="author" content="Dan Cook">
<link rel="shortcut icon" href="http://www.dan-cook.co.uk/dcfavicon.ico" type="image/x-icon" />
</head>
<body>
<header role="banner">
<h1>Dan Cook</h1>
</header>
<div class="background">
<div class="container">
<nav role="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="work.html">My Work</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
<img src="images/iphone-cover.png">
<div role="main">
<h2>Some of my work</h2>
<div class="workleft">
<h3><a href="http://www.danandlisa.co.uk" target="_blank">Dan and Lisa`s Wedding Website</a></h3>
<img src="images/danlisass.png">
<p>
This was my very first attempt at designing and building a website and I must say that im quite proud of it.
</p>
</div>
<div class="workleft">
<h3>P.P.Diver Plastering (no longer active)</h3>
<img src="images/plasteringss.jpg">
<p>
My second attempt at creating a website. This was for a close friend of mine.
The colours were chosen because they were the colour of his buisness card.
</p>
</div>
<div class="workleft">
<h3>Hadrian Academy(Not Active)</h3>
<img src="images/hadrianss.jpg">
<p>
This site was for a school where a friend of mine works. They were looking for ways to improve the current site that is built in wordpress, so I decided that I would take on this project as practice. In reality a site built from scratch that needs constant updating would be unrealistic and as I was unfamiliar with wordpress it was never going to get beyond my computer but was a valuable learning experience.
</p>
</div>
<div class="workleft">
<h3><a href="mailto:[email protected]">Your site could be here</a></h3>
<img src="images/yourshere.png">
<p>
for your chance to have your site shown here <a href="contact.html">contact me</a> and I could build you a fresh new site from scratch that is 100% original and built to your specifications.
</p>
</div>
</div>
<div class="bottom"></div>
<footer role="contentinfo">
<p>Website created by <a href="index.html">Dan Cook</a></p>
</footer>
</div>
</div>
</body>
</html>