-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
56 lines (54 loc) · 2.14 KB
/
aboutme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Me</title>
</head>
<body>
<div class="card-body">
<h1>About Me</h1>
<div class="w3-container w3-tangerine">
<p1 class="w3-xxlarge">
Hello, my name is Damian Tapp. I'm 46 years old and I'm studying to be
a web designer at Adelaide University at the moment. I have completed
a lot of things for the first time during this course, many of which I
am very proud of. Seeing as I have only started to use code for the
first time at the end of 2019 leading up to this course. I am a very
hard working person, I love finding out how things work, whether it is
during Uni or with the hobbies that I do. I really want to change my
job into a career. I have been working hard to learn what it takes to
be a web designer, so I can fulfill my dream of change. I believe that
my current job will fade away and getting into technology based work
is here to stay, I want be a part of it. After spending 27 years in
one job with little to no achievements, has effected me some what. I
would love to be in an industry that has achievements and something to
be proud of at the end of the day. I love to create, this is why I
have so many hobbies and why I should be a programmer.
</p1>
</div>
</div>
<br />
<br />
<br />
<br />
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<br />
<br />
<br />
<div class="footer-text">
An original Website created by Damian Tapp.
</div>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine"
/>
<link rel="stylesheet" href="style2.css" /><link />
</body>
</html>