-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (140 loc) · 6.77 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-126115010-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-126115010-1");
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Andreto</title>
<link rel="icon" href="/assets/Andreto.ico" />
<link href="assets/style.css" rel="stylesheet" type="text/css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto+Slab"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body onscroll="pageScroll();">
<div style="display: none;">
<h1>Andreto</h1>
<h2>Andreto</h2>
</div>
<div class="nav-fill">
<div class="navbar">
<ul class="nav-bar">
<li class="nav-item nav-text">
<a href="https://andreto.github.io"><img id="andreto-text-icon" src="/assets/Andreto.ico">Andreto</a>
</li>
<!--
<li class="nav-item"><a href="/">Home</a></li>
<li class="nav-item"><a href="https://github.com/Andreto">Github</a></li>
<li class="nav-item"><a href="/about">About</a></li>
-->
<li class="nav-item nav-right">
<a href="/about/discord/">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m8.99 4 1.003 2.859"/>
<path d="m15 4-1.003 2.859"/>
<path d="m7 19 1.66-2.395"/>
<path d="m17 19-1.66-2.395"/>
<path d="m6.01 8c3.996-1.722 7.991-1.706 11.987 0"/>
<path d="m6 15.7c3.996 1.722 7.991 1.706 11.987 0"/>
<path d="m16.99 19c2.682-0.343 4.774-1.927 5-3 0.183-0.866-1.565-8.948-2-10-0.467-1.129-3.264-2.06-5-2"/>
<path d="m7.01 19c-2.682-0.343-4.774-1.927-5-3-0.183-0.866 1.565-8.948 2-10 0.467-1.129 3.264-2.06 5-2"/>
<circle cx="8.5004" cy="12.5" r="1.5" stroke-width="1.5"/>
<circle cx="15.5" cy="12.5" r="1.5" stroke-width="1.5"/>
</svg>
</a>
</li>
<li class="nav-item nav-right" style="display: none">
<a href="https://open.kattis.com/users/andreas-tornkvist">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m17.52 8c0-3.046-2.469-5.515-5.514-5.515s-5.514 2.469-5.514 5.515" />
<path d="m14.02 21c2.6379 1.523 6.0106 0.6192 7.5331-2.0178 1.5225-2.6371 0.61878-6.0098-2.0191-7.5328" />
<path d="m4.49 11.5c-2.6379 1.523-3.5416 4.8957-2.0191 7.5328 1.5225 2.637 4.8952 3.5407 7.5331 2.0177" />
<circle cx="12" cy="8" r="1.5" fill="currentColor"/>
<circle cx="16.8" cy="16.2" r="1.5" fill="currentColor"/>
<circle cx="7.2" cy="16.2" r="1.5" fill="currentColor"/>
</svg>
</a>
</li>
<li class="nav-item nav-right">
<a href="https://github.com/Andreto">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</li>
<li class="nav-item nav-right">
<a href="mailto:[email protected]">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</a>
</li>
<li class="nav-item nav-right" style="display:none">
<a href="/about/logo-evolution">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m9 16-4.07 4.07c-1.81-1.81-2.93-4.31-2.93-7.07 0-5.519 4.481-10 10-10s10 4.481 10 10c0 2.76-1.12 5.26-2.93 7.07l-11.07-11.07" />
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="content container">
<div class="grid-container" id="main-grid">
<!--
<button onclick="togleContent(0);" class="content-switch-item" id="content-switch-prjct">Projects<div class="content-switch-indicator" id="cont-switch-indicator-prjct"></div></button>
<button onclick="togleContent(1);" class="content-switch-item" id="content-switch-prtfl">Portfolio<div class="content-switch-indicator inactive" id="cont-switch-indicator-prtfl"></div></button>
-->
</div>
</div>
<div class="latest-scratch"></div>
<img class="page-up-arrow" src="/assets/andreto_arrow.svg">
<div class="footer">
<a href="https://scratch.mit.edu/users/Andreto/" class="footer-item"
>Scratch</a
>
<a href="https://github.com/Andreto" class="footer-item">Github</a>
<a href="https://www.paypal.com/paypalme/andreastornkvist" class="footer-item"
>Support</a
>
<a href="mailto:[email protected]" class="footer-item"
>Contact</a
>
<br />
<div id="footerGoogleAnalyticsInfo">
This site collects some data using Google Analytics.
<a class="link-stealth" href="/about">Read More</a>
</div>
</div>
<script src="assets/main.js"></script>
<script src="assets/content.js"></script>
<script>
loadContent();
</script>
</body>
</html>