-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
33 lines (29 loc) · 1.42 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Me</title>
<link rel="stylesheet" href="about.css"/>
<!-- <link rel="stylesheet" href="css/animate.css"/> -->
</head>
<body>
<br><br>
<h1>A little about Sem</h1><br>
<h2><img src="me.png">
<br><br>
Sem Saint-Aubin
<br>
</h2>
<p>This is a picture of me "after work" a few months ago about June, 2019, in my backyard, I will be starting a new Software Engineering career soon.
</p>
<p>I enjoy friends, family, exercise, movies, carpentry, plumbing, electrical work, and Software Engineering.
</p>
<p>I graduated from Hofstra University, I have a B.S. in Computer Engeneering, I am Married, and have 1 kid, I also have one sibling, My father passed away when I was 5 months old, but my mother is still alive, she is living in New York, this is a brief summary of my life thus far.
<br><br>
<a href="resume.html">My Resume</a><br><br>
<a href="index.html">Main Page</a><br>
</p>
</body>
</html>