-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.52 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
41
42
43
44
45
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Nolan Clark">
<meta name="keywords" content="Portfolio,Nolan Clark,Nolan,Clark">
<meta name="description" content="Nolan Clark's Web Portfolio">
<meta name="theme-color" content="#008080">
<title>Nolan Clark</title>
<!--Website Favicon-->
<link rel="icon" type="image/x-icon" href="icons/dice-d20.svg">
<!--Apple iOS devices and Google Android Devices-->
<link rel="apple-touch-icon-precomposed" href="icons/dice-d20-152px.png">
<!--IE 10 Metro Tile Icon-->
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="icons/dice-d20-144px">
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="icons/favicon.ico">
<!--Everything Else-->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="icons/dice-d20-152px.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icons/dice-d20-144px.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="icons/dice-d20-120px.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="icons/dice-d20-114px.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="icons/dice-d20-72px.png">
<link rel="apple-touch-icon-precomposed" href="icons/dice-d20-57px.png">
<link rel="icon" href="icons/dice-d20-32px.png" sizes="32x32">
<link rel="stylesheet" href="styles.css">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div class=".container">
<header>
<h1>Nolan Clark</h1>
<p>Hello! This site is under construction</p>
<a href="https://devpost.com/ntclark" aria-label="Nolan Clark's Devpost Profile"><img class="haxxer-icons" src="icons/devpost.png" alt="devpost icon"></a>
<a href="https://github.com/november781" aria-label="Nolan Clark's Github Profile"><img class="haxxer-icons" src="icons/github.svg" alt="github icon"></a>
<a href="https://www.linkedin.com/in/nolan-clark/" aria-label="Nolan Clark's Linkedin Profile"><img class="haxxer-icons" src="icons/lin.svg" alt="Linkedin icon"></a>
</header>
<div class="about">
<h2>About Me:</h2>
<p>I am a freshman computer science student at The University of Alabama</p>
</div>
</div>
</body>
</html>