-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.66 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Charles Reverand's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/fonts.css"/>
<link rel="stylesheet" href="/css/main.css"/>
<link rel="stylesheet" href="/css/half.css"/>
<link rel="stylesheet" href="/css/mobile.css"/>
</head>
<body>
<div class = "fullPage">
<div class = "links">
<a href="https://www.github.com/taliyos"><img src="/img/GitHub-Mark-Light-120px-plus.png" alt="Charles' Github"/></a>
<a href="https://taliyos.itch.io"><img src="/img/itchio-textless-white.svg" alt="Charles' Itch.io"/></a>
<a href="https://www.twitter.com/taliyos"><img src="/img/2021 Twitter logo - white.png" alt="Charles' Twitter"/></a>
<a href="https://www.linkedin.com/in/charles-reverand/"><img src="/img/LI-In-Bug.png" alt="Charles' LinkedIn"/></a>
</div>
<div class = "about">
<div class = "name">
<h1>Charles Reverand</h1>
<span>Software Engineer I @ Verizon</span>
</div>
<div class = "info">
<img alt = "A photo of Charles Reverand against a gray/black backdrop" src="img/profilepicture.jpg"/>
<div>
Hiya! I'm a full-stack programmer with Android and Spring experience. I also have experience in many areas of game programming and design.
</div>
</div>
</div>
<nav>
<a class = "button" href="projects.html"><div>Projects</div></a>
<a class = "button" href="work.html"><div>Work</div></a>
<a class = "button" href="education.html"><div>Education</div></a>
</nav>
</div>
</body>
</html>