-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (55 loc) · 2.31 KB
/
index.html
File metadata and controls
80 lines (55 loc) · 2.31 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" class="hide-overflow">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MayKoder Portfolio</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="Portfolio Quest/TemplateData/style.css">
<script src="Portfolio Quest/TemplateData/UnityProgress.js"></script>
<script src="Portfolio Quest/Build/UnityLoader.js"></script>
</head>
<body class="hide-overflow">
<!-- <div class="backGround"></div> -->
<div class="nav" style="position: absolute;">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
MayKoder
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links" style="z-index: 10;">
<a class="active" href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="norfex.html">NORFEX</a>
<a href="vault.html">3D Vault</a>
<a href="about.html">About</a>
</div>
</div>
<div class="intro-canvas" id="intro-canvas">
<!-- Our sketch will go here! -->
</div>
<div>
<div id="unityContainer" style=" line-height: 0; position: absolute; width: 100%; height: 100%; z-index: -50;"></div>
</div>
<ul class="social-networks spin-icon">
<li><a href="https://www.linkedin.com/in/miquel-suau-gonz%C3%A0lez-346b5617a/" class="icon-linkedin" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/MayKoder" class="icon-github" target="_blank">GitHub</a></li>
<li><a href="" class="icon-youtube" target="_blank">YouTube</a></li>
<li><a href="" class="icon-instagram" target="_blank">Instagram</a></li>
</ul>
<script type="text/javascript" src="lib/p5.js"></script>
<script type="text/javascript" src="lib/p5.sound.js"></script>
<!-- <script type="text/javascript" src="lib/MaykMath.js"></script> -->
<script type="text/javascript" src="projects/HomePageText.js"></script>
</body>
</html>