-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.39 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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Robert Shelton</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=Amatic+SC|Cousine|Special+Elite&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="header">
<div class="profile">
<img src="./pic.JPG" />
<span>Robert Shelton</span>
</div>
<div class="btns">
<a href="./resume_robert_shelton.pdf" download="resume_robert_shelton"
>[download resume]</a
>
<a href="mailto:[email protected]">[email me]</a>
</div>
</div>
<div class="wrapper">
<p>Hello my name is Robert 👋</p>
<p>
I'm a data/solutions-minded engineer and my focus is using technology,
math, and practicality to solve
<b>business problems</b>.
</p>
<p>
For more detail on my experience, check out my
<a href="./resume_robert_shelton.pdf" download="robert_shelton_resume"
>resume</a
>
or <a href="mailto:[email protected]">email me</a>. I'd love
to connect.
</p>
</div>
<div class="footer">
<div>email: [email protected]</div>
<div>github: rbs333</div>
</div>
</body>
</html>