-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (108 loc) · 4.07 KB
/
index.html
File metadata and controls
120 lines (108 loc) · 4.07 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
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cingolani</title>
<!-- MDL -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700|Merriweather" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="landing.css">
</head>
<body
onload="if (typeof(Storage) == 'undefined' || sessionStorage.alreadyLanded != 'true' ) {document.body.className += ' landed';}; if (typeof(Storage) !== 'undefined') { sessionStorage.setItem('alreadyLanded', true); };"
class="no-anim">
<script>if (typeof (Storage) == 'undefined' || sessionStorage.alreadyLanded != 'true') { document.body.className = ''; };</script>
<div class="cover"></div>
<div class="header">
<div class="title">
<h1> Juan Santiago Cingolani </h1>
<div class=logo><img src="result.png" id="logo-img" /></div>
</div>
<div class="navbar">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="flex-container">
<div class="flex-photo">
<div class="flex-photo-container">
<img src="foto.png" />
</div>
</div>
<ul class="flex-data">
<li>
<h2> Embedded Software Engineer </h2>
<p> ESR Labs <em>(part of Accenture)</em></p>
<p> München, Deutschland</p>
</li>
<li>
<a href="https://www.linkedin.com/in/santiago-cingolani/" style="font-weight: bold;">Visit my LinkedIn
↗</a>
</li>
</ul>
</div>
<div id="main-card">
<div id="main-card-container">
<div id="personal">
<div id="aboutme">
<h2> About me </h2>
<p> Always on the lookout for new challenges and opportunities to learn. I value learning new skills or
exploring new technologies, and sharing this with others. A perfect working environment for me is one where
one can explore new ideas, share knowledge, and engage in open discussions.
</p>
<p> Outside of coding, I enjoy different activities, such as playing video/board games, doing outdoor sports,
or geeking out about science or technology.
</p>
</div>
<div id="github-links">
<h2> Links </h2>
<div class="flex-linkedin-logo">
<a href="https://www.linkedin.com/in/santiago-cingolani/"><img src="LI-Logo.png" /></a>
</div>
<div class="flex-github-logo">
<a href="https://github.com/SCingolani/"><img src="GitHub-Mark-64px.png" />1</a>
</div>
<div class="flex-github-logo">
<a href="https://github.com/SimplyNaOH/"><img src="GitHub-Mark-64px.png" />2</a>
</div>
</div>
</div>
<div id="paper-container">
<h2> Scientific publications </h2>
<div class="flex-paper-container">
<div class="flex-paper">
<a href="https://pubs.acs.org/doi/abs/10.1021/acs.jpcc.9b05642">
<img src="paper_1.png" />
</a>
</div>
<div class="flex-paper">
<a href="https://aip.scitation.org/doi/abs/10.1063/5.0020126">
<img src="paper_2.png" />
</a>
</div>
<div class="flex-paper">
<a href="https://pubs.acs.org/doi/abs/10.1021/acsnano.0c10377">
<img src="paper_3.png" />
</a>
</div>
</div>
</div>
</div>
</div>
<!--
<video autoplay muted loop id="myVideo">
<source src="C:\Users\Santiago\Documents\PhD\old\PhD\lmcatpromotionalmovie2\flakes\combined.mp4" type="video/mp4">
</video>
-->
<div class="footer">
Copyright © 2021 Juan Santiago Cingolani
</div>
</body>
</html>