-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 2.03 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
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="icon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta
name="description"
content="Portfolio and personal website of webdeveloper, programmer and software engineer Martin Sonesson"
/>
<meta
name="keywords"
content="HTML,CSS,XML,JavaScript,Martin,Sonesson,art,blog,tech,photos,videos,cv,biography,bio,projects,android,angular,java,c#"
/>
<meta name="author" content="Martin Sonesson" />
<meta name="theme-color" content="#457bc3" />
<script type="importmap">
{
"imports": {
"three/addons/": "../node_modules/three/examples/jsm/",
"three/examples/jsm/": "../node_modules/three/examples/jsm/",
"three": "../node_modules/three/build/three.module.js"
}
}
</script>
<script src="/src/assets/dependencies/jquery.min.js"></script>
<script src="/src/assets/dependencies/bootstrap.min.js"></script>
<link href="/src/assets/dependencies/bootstrap-theme.min.css" rel="stylesheet" type="text/css">
<link href="/src/assets/dependencies/bootstrap.min.css" rel="stylesheet" type="text/css">
<script defer src="https://use.fontawesome.com/releases/v5.0.0/js/all.js"></script>
<!-- Mfizz -->
<link rel="stylesheet" href="src/css/mfizz-2.4.1/font-mfizz.css">
<script src='https://unpkg.com/trianglify@^4/dist/trianglify.bundle.js'></script>
<script src="/src/js/threeAnimation.js" type="module"></script>
<script src="/src/js/3dModelViewer.js" type="module"></script>
<script src="/src/js/triangAnimation.js"></script>
<title>martinsonesson.se</title>
</head>
<body>
<p id="sizeIndicator"></p>
<div class="mainBg" id="mainBgTop"></div>
<div class="mainBg" id="mainBgBottom"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>