-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 876 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Homepage and portfolio for Mr. Alex P.">
<title>It's Just Alex</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<section id="section-1-container">
<div id="greeting-container">
<h1>Hi, my name is Alex.</h1>
<h2>I'm a software developer from <a href="https://en.wikipedia.org/wiki/Syracuse,_New_York" target="_blank" class="location">Syracuse</a>, NY.</h2>
</div>
<div id="arrow-container">
<span id="top-arrow"></span>
<span id="mid-arrow"></span>
<span id="bot-arrow"></span>
<p id="check-me-out">check me out</p>
</div>
</section>
</main>
<script src="main.js"></script>
</body>
</html>