-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1.25 KB
/
index.html
File metadata and controls
40 lines (33 loc) · 1.25 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Bryan</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="main-page">
<div class="topnav">
<a href="index.html"> Home </a>
<a href="projects.html"> Projects </a>
<a href="experience.html"> Experience </a>
<a href="funstuff.html"> Fun Stuff </a>
</div>
<div class="text-container">
<div class="background-text">Bryan Simpson</div>
</div>
<div class="aboutMe">
<div class="headshot">
<img src="assets/Headshot.jpg">
</div>
<h1>About Me    </h1>
<p>My Name is Bryan Simpson and I am a CS Student Studying at SIUE
My current field of interst in Computer Science is Graphics Programming I have done
two projects using DirectX11 already and plan to pursue a job working in that field working on game engines or 3D modeling/effects software.</p>
</div>
<div class="aboutMe">
<h2 style="font-size: xx-large;">Contact Me</h2>
<a href="https://www.linkedin.com/in/bryan-simpson-a1a358266/"> Linkedin </a>
</div>
</body>
</html>