-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Nicolás Giavedoni</title>
</head>
<body>
<header>
<h1>Nicolás Giavedoni</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="about">
<h2>About</h2>
<p>I am a Multiregion DevOps Manager at Siemens, specializing in IoT with a FinOps focus. I lead a team, optimize costs, and ensure the seamless operation of our IoT platform. By integrating FinOps practices into our DevOps workflows, I optimize resource allocation and enhance efficiency. With expertise in DevOps principles and tools, I establish scalable infrastructure and monitor system performance. I enforce security, compliance, and governance practices. Join me at Siemens to shape the future of IoT with a focus on financial operations.</p>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<li><a href=http://www.patagonit.com/>Contact</a></li>
<li>Project 2</li>
<li>Project 3</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<li><a href=https://github.com/ngiaved/>Contact</a></li>
<p>Insert your contact information here.</p>
</section>
</main>
<footer>
<p>Copyright ©
<!-- insert current year here with JavaScript -->
</p>
</footer>
</body>
</html>