-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (32 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Inconsolata']
}
});
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Casi McDaniels</title>
<meta name="description" content="Casi McDaniels - Web Developer and Designer">
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href=" /assets/images/favicon.png">
</head>
<body>
<div class="splash">
<div id="intro" class="wrapper">
<div id="avatar" class="img"><img src="./assets/images/avatar.svg"></div>
<h1 id="greeting">Hi, I'm Casi McDaniels</h1>
<h3 id="title">Web Developer + Designer</span></h3>
</div>
</div>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="/assets/js/scripts.js"></script>
</body>
</html>