-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (208 loc) · 10.6 KB
/
Copy pathindex.html
File metadata and controls
243 lines (208 loc) · 10.6 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!doctype html>
<html lang="en-US">
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<title>Luca Cassenti</title>
<link rel="icon" href="Imgs/icon.ico">
<meta property="og:type" content="Website" />
<meta name="author" content="Luca Cassenti" />
<meta name="title" property="og:title" content="Luca Cassenti" />
<meta name="description" content="Luca Cassenti - Personal Website" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="image" property="og:image" content="https://nixetheus.github.io/Imgs/body1.jpg" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inria+Sans&family=Major+Mono+Display&display=swap"
rel="stylesheet">
<!-- JQuery -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="CSS/home.css">
<link rel="stylesheet" type="text/css" href="CSS/about.css">
<link rel="stylesheet" type="text/css" href="CSS/common.css">
<link rel="stylesheet" type="text/css" href="CSS/projects.css">
<link rel="stylesheet" type="text/css" href="CSS/header_footer.css">
</head>
<body>
<canvas id="main-canvas"></canvas>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg">
<div id="brand_div" class="d-none d-md-none d-lg-block d-xl-block">
<div class="row" id="navbar-row">
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<a class="nav-link current" id="h-link" href="#main-page-div">
<li class="nav-item">HOME</li>
</a>
<a class="nav-link external" id="a-link" target="_parent" href="#about-page-div">
<li class="nav-item">ABOUT</li>
</a>
<a class="nav-link external" id="p-link" href="#project-page-div">
<li class="nav-item">PORTFOLIO</li>
</a>
</ul>
</div>
</div>
</div>
</nav>
<!-- HOME -->
<div id="main-page-div">
<div id="home-content-div" class="d-none d-md-none d-lg-block d-xl-block">
<h1 id="h1-hello-name">LUCA</h1>
<h1 id="h1-hello-surname">CASSENTI</h1>
</div>
<div id="home-content-div-small" class="d-sm-block d-md-block d-lg-none d-xl-none">
<h1 id="h1-hello-name-small">LUCA</h1>
<h1 id="h1-hello-surname-small">CASSENTI</h1>
</div>
</div>
<!-- ABOUT -->
<div id="about-page-div">
<div id="about-content-div" class="d-none d-md-none d-lg-block d-xl-block">
<div id="about-div-in">
<div id="about-summ-over-div">
<p class="about-page-expl" id="about-page-explaination">
I'm Luca, a Milan-based student pursuing a Master's degree in Computer Science & Engineering,
at the <a href="https://www.polimi.it" class="about-a">Polytechnic University of Milan</a>.
<br><br>
I am a <b>curious, creative and deeply passionate</b> human, who loves working
with other people to create incredible stuff, no matter the field and
whose goal is to become a <b>game designer</b> and create breathtaking new experiences.
<br><br>
From 2019 to 2022, I've been a team member of
<a href="https://www.dynamisprc.com/" class="about-a">Dynamis PRC</a>,
the Formula Students team of my university,
as a software developer for the Driverless Department.
<br><br>
In 2021, I also founded
<a href="https://pixelmug.github.io/" class="about-a">Pixelmug</a>,
a game development team for students. Our goal keep getting better at making games,
a passion we all have in common. We started doing that by participating in
our first Game Jam in February 2022.
<br><br>
I can't wait to see what the future holds.
</p>
</div>
</div>
<div id="contacts-div-in">
<!--<div id="contacts-square">
<h3 id="contacts-tag">FIND ME ON</h3>
<div id="contacts-summ-over-div">
<a href="mailto:luca[dot]cassenti[at]protonmail[dot]ch">
<h4 class="contact" id="email_contact">EMAIL</h4>
</a>
<a target="_blank" href="https://github.com/nixetheus">
<h4 class="contact" id="github_contact">GITHUB</h4>
</a>
<a target="_blank" href="https://linkedin.com/in/luca-cassenti">
<h4 class="contact" id="linkedin_contact">LINKEDIN</h4>
</a>
</div>
</div>-->
</div>
</div>
<div id="about-content-div-small" class="d-sm-block d-md-block d-lg-none d-xl-none">
<div id="about-div-in-small">
<div id="about-summ-over-div-small">
<h2>hello, world</h2>
<br>
<p class="about-page-expl-small" id="about-page-explaination-small">
I'm Luca, a Milan-based student pursuing a Bachelor's degree in Engineering of Computer Systems,
at the <a href="https://www.polimi.it" class="about-a">Polytechnic University of Milan</a>.
<br><br>
I am a <b>curious, creative and deeply passionate</b> human,
whose goal is to become a <b>game designer</b> and create breathtaking new experiences.
<br><br>
Since 2019, I've been a team member of
<a href="https://www.dynamisprc.com/" class="about-a">Dynamis PRC</a>,
the Formula Students team of my university,
as a software developer for the Driverless Department. In particular I was in charge
of the safety of the autonomous system of the car.
<br><br>
In 2021, I also founded
<a href="https://pixelmug.github.io/" class="about-a">Pixelmug</a>,
a student-only game development team of which
I am currenty the team leader. This project started as a way to move our first steps in the
world of game development. We are currently developing <b>our first game prototype</b>.
</p>
</div>
</div>
</div>
</div>
<!-- PROJECTS-->
<div id="projects-page-div">
<div id="project-content-div" class="d-none d-md-none d-lg-block d-xl-block">
<div id="project-page-div">
<h2 id="project-page-proj-name"></h2><br>
<h3 id="project-page-proj-code"></h3><br>
<p id="project-page-proj-text"></p>
<div class="row" id="proj-button-row">
<button id="prev-butt" class="project-button">PREVIOUS</button>
<button id="next-butt" class="project-button">NEXT</button>
</div>
<div class="row" id="github-div">
<a id="proj-github" href="" target="_blank" style="text-decoration: none">
<h5 id="github-text">ON GITHUB</h5>
</a>
</div>
</div>
<div id="project-code-div">
<h3 id="code-tag">CODE</h3>
<div id="project-code-over-div"></div>
</div>
</div>
</div>
<!-- FOOTER -->
<div id="footer-div-site">
<div id="copyright">
<div id="copyright-text">
<h6>Luca Cassenti</h6>
</div>
<div id="copyright-sy">
<h6 id="year">© </h6>
<script> document.getElementById("year").innerHTML = "© " + new Date().getFullYear(); </script>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="JS/matrix.js"></script>
<script src="JS/common.js"></script>
<script src="JS/projects.js"></script>
<script src="JS/projects_html.js"></script>
<script src="ExternalLibs/granim.js-2.0.0/dist/granim.min.js"></script>
<!-- Create a Granim instance -->
<script>
let granimInstance = new Granim({
element: '#main-canvas',
direction: 'left-right',
isPausedWhenNotInView: true,
states : {
"default-state": {
gradients: [
['#bb0358', '#3805a2'],
['#ad0b67', '#010633'],
['#020659', '#030BA6'],
['#010326', '#cc1065'],
['#3c04b4', '#b9025b']
]
}
},
transitionSpeed: 500
});
</script>
</body>
</html>