-
Notifications
You must be signed in to change notification settings - Fork 0
/
1-1-0.html
51 lines (46 loc) · 1.55 KB
/
1-1-0.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="main.css">
<title>1.1.0 About Me</title>
</head>
<body class="backgroundBee shadow1">
<div class="flex-container">
<h1 class="logo"><a href="index.html">Jody Richardson</a></h1>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="1-1-0.html">About</a></li>
<li><a href="sitemap.html">site map</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<h2 class="centreText">
Unit 1 - 1.0 About Me
</h2>
<p class="mainPara">
Hi, my name is Jody and as I type this I am sat at a desk @wearecodenation
in Manchester, at the start of my journey into a career in coding!
<br>
<br>
My first experience with code was at the young age of 4 years old. My
uncle and I, at my Grandmother’s house, sat huddled around his Sinclair
Spectrum 48k typing out lines of BASIC from a magazine. After what seemed
like hours, we had the amazing game, Blitz, to play!
<br>
<br>
From that moment I was hooked on Video Games and the technology that
powered them.
<br>
<br>
Coupled with an interest in anything of a scientific nature and a strong passion for music production technology, I
aim to turn these hobbies into a successful career that will enthuse me in creating amazing things!
</p>
<div class="navbarL">
<a href="index.html">PREV</a>
</div>
<div class="navbarR">
<a href="1-1-1.html">NEXT</a>
</div>
</body>
</html>