-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
326 lines (322 loc) · 12.5 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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AE_Ruggiero</title>
<link rel="stylesheet" href="main.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Ubuntu"
/>
<script type="text/javascript" src="data.json"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.birds.min.js"></script>
<script>
window.addEventListener('DOMContentLoaded', () => {
VANTA.BIRDS({
el: '#home',
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.0,
minWidth: 200.0,
scale: 1.0,
scaleMobile: 1.0,
color1: 0xcfaa0f,
color2: 0xebd9d9,
birdSize: 0.6,
cohesion: 49.0,
quantity: 3.0,
backgroundAlpha: 0.0,
})
})
window.addEventListener('DOMContentLoaded', () => {
const containers = document.getElementsByClassName('container')
;[...containers].forEach((element) => {
let rating = element.getAttribute('data-rat')
element.children[0].style.width = rating + '%'
})
})
</script>
</head>
<body>
<script
type="text/javascript"
src="https://unpkg.com/external-svg-loader@latest/svg-loader.min.js"
async
></script>
<nav id="navEl">
<a class="navLink active" onclick="pageShow('home'); active(this);">Home</a>
<a class="navLink" onclick="pageShow('bio'); active(this);">Bio</a>
<a class="navLink" onclick="pageShow('cv'); active(this);">CV</a>
<a class="navLink" onclick="pageShow('music'); active(this);">Music</a>
</nav>
<div id="pages">
<div class="section" id="home">
<div class="logo-container">
<svg data-src="src/tltwb.svg" fill="black" id="tltwb"></svg>
<p class="tltwbText">To let the world be.</p>
</div>
<div class="dropPage">
<div class="profile">
<img src="src/ProfilePicture.jpg" alt="" />
<p>@AE_RUGGIERO</p>
</div>
<div>
<ul>
<li>
<a href="https://www.instagram.com/ae_ruggiero/">
<img src="src/instagram.svg" alt="" width="20" />Instagram</a
>
</li>
<li>
<a
href="https://www.youtube.com/channel/UC735lGZAlaVPLhS4iT3Q1vA/featured"
>
<img src="src/youtube.svg" alt="" width="20" />YouTube</a
>
</li>
<li>
<a href="https://www.linkedin.com/in/aeruggiero/">
<img src="src/linkedin.svg" alt="" width="20" />Linkedin</a
>
</li>
<li>
<a href="https://github.com/Angelj107">
<img src="src/github.svg" alt="" width="20" />GitHub</a
>
</li>
</ul>
</div>
</div>
</div>
<div id="bio" class="section">
<h1 class="sectionTitle">Biography</h1>
<p>
Hi! My name is Angelo Emiliano Ruggiero, born and raised in a small
city in Apulia, Italy.
<br />
After completing my studies in High School, I moved to Turin to study
Chemical Engineering, where I graduated in 5 years.
<br />
Then, a small parenthesis in a city near Pescara led me to the
beginning of my working life.
<br />
As for now, I've come back to my hometown, where I'm currently working
as a Chemical Engineer, but with a forever growing passion in Computer
Science and Music Production.
<br />
I welcome you to this little site in which I share some of my favorite
activities and where you can learn more about myself and my passions.
</p>
</div>
<div id="cv" class="section">
<h1 class="sectionTitle">Curriculm Vitae</h1>
<p style="text-align: center; color: gold; text-decoration: underline">
<a onclick="pageShow('skillsSection')">SKILLS</a>
</p>
<div class="cvElms">
<div class="jobExpriences">
<div class="job">
<svg data-src="src/job.svg" fill="black" id="job"></svg>
<p class="jobYears">January 2019 - October 2019</p>
<p class="jobSociety">Pic Solutions</p>
<p class="jobTitle">Validation Technician</p>
<p class="jobDescription">
Validation of various pharmaceutical equipments.
</p>
</div>
<div class="job">
<svg data-src="src/job.svg" fill="black" id="job"></svg>
<p class="jobYears">October 2019 - Current</p>
<p class="jobSociety">Startail SRL</p>
<p class="jobTitle">Process Engineer</p>
<p class="jobDescription" style="display: inline">
Preparation and issuing of technical documents needed for the
PDP (Process Design Package) of Polypropylene plants
</p>
<div class="more jobDescription">
, such as:<br />
<ul>
<li>Process Flow Diagrams (PFD)</li>
<li>Process and Instrumentation Diagrams (P&ID)</li>
<li>Equipment Data Sheets</li>
<li>Instrument & Safety Devices Datasheets</li>
<li>Process and Interlock Descriptions</li>
<li>Operating Manual</li>
<li>Heat&Material Balance</li>
<li>Equipment & Line List</li>
</ul>
<p>
I had also experience in process Simulation through ASPEN
HYSYS and in HAZOP activity.
</p>
</div>
<button onclick="showMore(0)" class="moreButton">...</button>
</div>
<div class="job">
<svg data-src="src/job.svg" fill="black" id="job"></svg>
<p class="jobYears">November 2018 - Current</p>
<p class="jobSociety">Pharmatech SRL</p>
<p class="jobTitle">Lyophilization Consultant</p>
<p class="jobDescription" style="display: inline">
SAT and training for Freeze Dryer equipments.
</p>
<div class="more jobDescription">
<br />Some of my activities were done in:
<ul>
<li>Sweden (Astrazeneca)</li>
<li>France (Sanofi)</li>
<li>UK (Pfizer)</li>
</ul>
</div>
<button onclick="showMore(1)" class="moreButton">...</button>
</div>
</div>
<div class="studies" class="section">
<div class="job">
<svg data-src="src/uni.svg" fill="black" id="uni"></svg>
<p class="jobYears">2016-2018</p>
<p class="jobSociety">Politecnico di Torino</p>
<p class="jobTitle">Chemical Engineering Master Degree</p>
</div>
<div class="job">
<svg data-src="src/uni.svg" fill="black" id="uni"></svg>
<p class="jobYears">2013-2016</p>
<p class="jobSociety">Politecnico di Torino</p>
<p class="jobTitle">Chemical Engineering Bachelor Degree</p>
</div>
<div class="job">
<svg data-src="src/uni.svg" fill="black" id="uni"></svg>
<p class="jobdYears">2008-2013</p>
<p class="jobSociety">Liceo Scientifico Leonardo Leo</p>
</div>
</div>
</div>
</div>
<div class="section" id="skillsSection">
<h1 class="sectionTitle">Programming Language Skills</h1>
<div id="skills">
<div class="container" data-rat="90">
<div class="ratingVal"></div>
<p>HTML</p>
</div>
<div class="container" data-rat="80">
<div class="ratingVal"></div>
<p>CSS</p>
</div>
<div class="container" data-rat="75">
<div class="ratingVal"></div>
<p>Javascript</p>
</div>
<div class="container" data-rat="80">
<div class="ratingVal"></div>
<p>PHP</p>
</div>
<div class="container" data-rat="50">
<div class="ratingVal"></div>
<p>Python</p>
</div>
<div class="container" data-rat="30">
<div class="ratingVal"></div>
<p>C++</p>
</div>
<div class="container" data-rat="40">
<div class="ratingVal"></div>
<p>C#</p>
</div>
<div class="container" data-rat="80">
<div class="ratingVal"></div>
<p>SQL</p>
</div>
<div class="container" data-rat="35">
<div class="ratingVal"></div>
<p>React Native</p>
</div>
</div>
<h1 class="sectionTitle">Softwares I Know</h1>
<div style="text-align: center">
<a onclick="showSlideshow('photoshopSlideshow')">
<svg
data-src="src/photoshop.svg"
fill="black"
title="photosohp"
></svg>
</a>
<a onclick="showSlideshow('illustratorSlideshow')">
<svg
data-src="src/illustrator.svg"
fill="black"
title="illustrator"
></svg>
</a>
<svg
data-src="src/premierePro.svg"
fill="black"
title="premierePro"
></svg>
<a onclick="showSlideshow('blenderSlideshow')">
<svg data-src="src/blender.svg" fill="black" title="blender"></svg
></a>
<a onclick="pageShow('music')">
<svg data-src="src/reaper.svg" fill="black" title="reaper"></svg>
<svg
data-src="src/flStudio.svg"
fill="black"
title="flStudio"
></svg>
</a>
</div>
</div>
<div id="music" class="section">
<h1 class="sectionTitle">Music Production</h1>
<p>
Started playing piano at the age of 14, since then I've been in love
with music, whether it's listening to it or playing it. <br />
I can also strum some chords on guitar as a self-taught! Let's say
that I can entertain a bit during beach bonfires! But don't give me a
microphone if you don't wanna recieve an headache!
<br />
Since my practice sessions were drastically reduced during university
years, I focused more on composing, trying to convey what's in my head
in the sounds and here you can find some of my humble compositions.
Hope you enjoy them!
</p>
<p class="navMusic">
<a class="navLink" onclick="musicPageShow('covers')">Covers</a>
<a class="navLink" id="originalsLink" onclick="musicPageShow('originals')">Originals</a>
</p>
<div class="musicContainer">
<div id="covers" class="musicSection"></div>
<div id="originals" class="musicSection" style="display:none"></div>
</div>
</div>
</div>
<div class="slideshow-container" id="photoshopSlideshow">
<a class="closeSlideshow" onclick="closeSlideshow('photoshopSlideshow')"
>X</a
>
<a class="prev" onclick="plusSlides(-1, 0)">❮</a>
<a class="next" onclick="plusSlides(1, 0)">❯</a>
</div>
<div class="slideshow-container" id="illustratorSlideshow">
<a class="closeSlideshow" onclick="closeSlideshow('illustratorSlideshow')"
>X</a
>
<a class="prev" onclick="plusSlides(-1, 1)">❮</a>
<a class="next" onclick="plusSlides(1, 1)">❯</a>
</div>
<div class="slideshow-container" id="blenderSlideshow">
<a class="closeSlideshow" onclick="closeSlideshow('blenderSlideshow')"
>X</a
>
<a class="prev" onclick="plusSlides(-1, 2)">❮</a>
<a class="next" onclick="plusSlides(1, 2)">❯</a>
</div>
<footer>Source code on GitHub!</footer>
<script type="text/javascript" src="main.js"></script>
<script type="module" src="audioPlayer.js"></script>
</body>
</html>