-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
26 lines (26 loc) · 1.23 KB
/
aboutme.html
File metadata and controls
26 lines (26 loc) · 1.23 KB
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
<html>
<head>
<title>About Me</title>
<link href="styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Great+Vibes|Press+Start+2P|Sacramento|Tangerine" rel="stylesheet">
</head>
<body>
<div class="row footer">
<div class="p"><a href="index.html" class="link">Farrah Yee</a></div>
<div class="p"><a href="aboutme.html" class="link">About Me</a></div>
<div class="p"><a href="portfolio.html" class="link">Portfolio</a></div>
<div class="p"><a href="contact.html" class="link">Contact</a></div>
</div>
<h1 class="title">About Me</h1>
<div class="descdiv">
<p class="description">Hello! My name is Farrah, and I learning to code.
I am a ScriptEd(Now known as Code Nation) student; I was initially interested in joining ScriptEd
because of the internship opportunity. In addition to that, I am also
interested in coding due to my gaming hobby. One day, I would like to program
a video game.</p>
</div>
<div class="photos">
<img class="codenation" src="https://codenation.org/wp-content/uploads/2018/10/Untitled-1.gif">
</div>
</body>
</html>