-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 831 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Gene Foya</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Oxygen:300,400|Quicksand:300,400|Slabo+27px&subset=latin-ext" rel="stylesheet">
</head>
<body>
<div class="about">
<h1>Gene Foya</h1>
<h2>Full Stack Developer</h2>
<img src="me.jpg" class="me">
<section>
<p>
Hi my name Gene Foya, is an aspiring web developer and design enthusiast. By day an IT Systems Engineer night a dedicated student of Software Engineering. Gene is dedicated to transitioning into the software engineering industry and is a valuable asset to any organization that seeks a well rounded Engineer with with solid foundational and interpersonal skills.
</p>
</section>
</div>
</body>
</html>