-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (30 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="keywords" content="Resume, Curriculum Vita, CV, Douglas P. Kent, Doug Kent">
<link rel="stylesheet" href="./base.css">
<script src="https://kit.fontawesome.com/bf98881e0a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script type="module" src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script type="module" src="src/main.ts"></script>
<base href="/">
<!-- for google SEO -->
<link rel="canonical" href="https://www.douglaskent.com/resume?expanded=1" />
</head>
<body data-spy="scroll" data-target="#TOC" data-offset="232">
<!-- <div id="splash" class="section" style="text-align: center">
<h1 class="welcome">Welcome!</h1>
<h4 class="message">Thanks for your interest! Hang on while we fetch some JavaScript...</h4>
<i class="spinner fa-solid fa-spinner fa-spin"></i>
</div> -->
<app></app>
</body>
</html>