-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (59 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
65 lines (59 loc) · 1.51 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/ks-favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="author" content="Kellen Stuart" />
<meta
name="description"
content="Kellen Stuart's professional resume and portfolio. Learn about Kellen's skills, experience, and projects."
/>
<link rel="manifest" href="/manifest.json" />
<title>Kellen Stuart - Home</title>
<style>
@media print {
body {
margin: 0.5in;
}
.row,
.container,
body,
html {
max-width: 100%;
width: 100%;
padding: 0 !important;
margin: 0 auto !important;
overflow: hidden;
}
* {
font-size: 0.95em;
}
.ms-1,
.ms-2,
.ms-3,
.ms-4,
.ms-5 {
margin-left: 0 !important;
}
.bg-light-purple {
background-color: #e6e6fa !important;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
ul {
page-break-inside: avoid;
}
}
.bg-light-purple {
background-color: #e6e6fa !important;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>