forked from Danlus/mySite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (70 loc) · 3.13 KB
/
index.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
<!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 class="active"><a href="index.html">Home</a></li>
<li><a href="work.html">My Work</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
<img src="images/pc-cover.png">
<div role="main">
<h2>Thank You for Visiting My website!!</h2>
<div class="left">
<h3>Why Web Development</h3>
<p>
After many years in a job where my prospects were limited I decided that it was time for a change.
I have always had an interest in building things and seeing them develop. As luck would have it my
brother-in-law <a href="http://anthonydillon.com/" target="_blank">Anthony Dillon</a> is a web developer, and was
showing me some of his work, and I was hooked. So I scoured the internet for tutorials and blogs,
and with a little help from Anthony I have built a couple of websites. Now I am looking to progress
to the next level and find paid work for my newfound skills.
</p>
</div>
<div class="middle">
<h3>Current Learning</h3>
<p>
I have been teaching myself the basics of web design and specifically
HTML 5, CSS 3 ,javascript & jQuery.
</p>
<p>
I started to learn web development with HTML 5 and quickly found out that to learn HTML alone will get me
nowhere, I had to learn CSS anlongside it. So using <a href="http://www.w3schools.com/">w3schools</a> and <a href="http://www.codecademy.com/">codeacademy</a>.
I quickly got to grips with the fundimentals. So now I have arrived at an empase with the tutorials becoming too basic.
</p>
</div>
<div class="right">
<h3>My Mission</h3>
<p>
My mission is ultimately to become a recognised web developer within a reputable company, that will help me progress my knowledge of the programming languages that I currently work with, and let me learn new languages.
</p>
</div>
<div class="bottom">
<h3>Upcoming Targets</h3>
<p>
I will continue to refine my knowledge of HTML and CSS but I will also embark on a journey through jQuery. I will also attempt to gain more experience by building another website for someone. Once I have a decent knowledge of jQuery I will attempt PHP.
</p>
</div>
</div>
<footer role="contentinfo">
<p>Website created by <a href="index.html">Dan Cook</a></p>
</footer>
</div>
</div>
</body>
</html>