-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Personal Website</title>
<link href="https://fonts.googleapis.com/css?family=Lobster|Maven+Pro&display=swap" rel="stylesheet">
<link rel='stylesheet' href='example.css'>
</head>
<body>
<div class="wrapper">
<header>
<div>
<a class="logo" style="background-image: url('./TomAtThePacific.jpg')"></a>
</div>
<div><h1>Tom Cortina</h1></div>
<div><p>Computer Science undergraduate at <a href='https://cmu.edu'>Carnegie Mellon Unversity</a></p></div>
</header>
<main>
<div>
<h2>About Me</h2>
<p>Hi! I love taking on challenging new research projects. When I'm not doing that, you can find me enjoying
<ul>
<li>Great Practical Ideas</li>
<li>Git</li>
<li>Vim</li>
</ul>
<h2>Resume</h2>
<p>For more information or to contact me, see my <a href = "./Resume.pdf">Resume</a></p>
<hr />
<a href="https://github.com/cmugpi">GitHub Repository</a>
</div>
</main>
</div>
</body>
</html>