-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.16 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Steve Man - NYC</title>
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="alternate" type="application/rss+xml" title="Steve Man" href="/rss.xml">
</head>
<body class="page-index index">
<article id="content">
<div class="container main-content">
<div class="row">
<h1>Hello there!</h1>
<p><a href="/"><img src="/assets/images/Profile.jpg" class="profile-img"></a></p>
<p class="center"><strong> Customer Success Manager, occasional programmer and photographer, aspiring entrepreneur, ever curious :) </strong></p>
<br>
<hr>
<h4 class="center">Also find me at:</h4>
<ul><a href="https://github.com/stevemanone">Github</a><br><a href="https://stackoverflow.com/users/4541462/steve-man">Stack Overflow</a><br><a href="https://www.linkedin.com/in/stevemanbu/">LinkedIn</a><br></ul>
</div>
</div>
</article>
<hr>
</body>
</html>