-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AJ Stensland</title>
<link href="/style/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu+Mono" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/solid.css" integrity="sha384-ioUrHig76ITq4aEJ67dHzTvqjsAP/7IzgwE7lgJcg2r7BRNGYSK0LwSmROzYtgzs" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/brands.css" integrity="sha384-i2PyM6FMpVnxjRPi0KW/xIS7hkeSznkllv+Hx/MtYDaHA5VcF0yL3KVlvzp8bWjQ" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/fontawesome.css" integrity="sha384-sri+NftO+0hcisDKgr287Y/1LVnInHJ1l+XC7+FOabmTTIK0HnE2ID+xxvJ21c5J" crossorigin="anonymous">
<link rel="icon" type="image/png" href="/img/favicon.PNG">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The personal website of AJ Stensland, a computer science major at Binghamton University.">
<meta name="keywords" content="aj,stensland,aj stensland, binghamton university, computer science, cybersecurity">
<meta name="author" content="AJ Stensland">
</head>
<body>
<div id="outer">
<div id="middle">
<div id="inner">
<div id="prompt">
<div id="name">~$: AJ Stensland</div>
<div id="cursor">_</div>
</div>
<div id="clear" />
<a class="link" href="https://github.com/ajstensland"><i id="github" class="fab fa-github"></i></a>
<a class="link" href="https://www.linkedin.com/in/ajstensland/"><i id="linkedin" class="fab fa-linkedin-in"></i></a>
<!-- <a class="link" href="#"><i id="aboutme" class="fas fa-user"></i></a> -->
</div>
</div>
</div>
</body>
</html>