-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 819 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 819 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>calebmartin2</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<main class="container">
<img src="/images/cm2.png" alt="CM2 logo" class="sharp" />
<h1>Caleb Martin</h1>
<div class="links">
<p>
GitHub: <a href="https://github.com/calebmartin2">calebmartin2</a>
</p>
<p>
LinkedIn:
<a href="https://www.linkedin.com/in/calebmartin2">calebmartin2</a>
</p>
</div>
</main>
<img
src="images/cm2-bg.png"
alt="CM2 background"
class="sharp background-image"
/>
</body>
</html>