-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4bd937
commit ce7a2df
Showing
3 changed files
with
139 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,98 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="it"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Napolitano Francesco</title> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> | ||
<link href="https://fonts.googleapis.com/css2?family=Silkscreen" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK" crossorigin="anonymous"></script> | ||
<script src="script.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="container-fluid main-container" id="main-container" > | ||
<div class="container-fluid" id="wrapper-appearing-name"> | ||
<p id="appearing-name"></p> | ||
</div> | ||
<p id="software-developer">Software developer</p> | ||
<div id="wrapper-list" class="row d-flex justify-content-center"> | ||
<div> | ||
<ul id="menu-list"> | ||
</ul> | ||
</div> | ||
</div> | ||
<header> | ||
<h1>Francesco Napolitano</h1> | ||
<p>Backend Developer</p> | ||
</header> | ||
<div class="container"> | ||
<section> | ||
<h2>💼 Esperienza</h2> | ||
<ul> | ||
<li><strong>Backend Developer</strong> - Links MT | ||
<ul class="experience-list"> | ||
<li>2021 - Presente</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<strong>Frontend Developer</strong> - Links MT | ||
<ul class="experience-list"> | ||
<li>2020 - 2021</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h2>🛠️ Competenze</h2> | ||
<ul> | ||
<li>Java (Spring Boot, Hibernate) | ||
<div class="progress-bar"><span class="advanced"></span></div> | ||
</li> | ||
<li>SQL (PostgreSQL, Oracle) | ||
<div class="progress-bar"><span class="intermediate"></span></div> | ||
</li> | ||
<li>Docker, Kubernetes | ||
<div class="progress-bar"><span class="beginner"></span></div> | ||
</li> | ||
<li>API REST/GraphQL | ||
<div class="progress-bar"><span class="advanced"></span></div> | ||
</li> | ||
<li>Git, CI/CD pipelines | ||
<div class="progress-bar"><span class="intermediate"></span></div> | ||
</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h2>📚 Formazione</h2> | ||
<ul> | ||
<li><strong>CERTIFICATO MONGODB CERTIFIED ASSOCIATED DEVELOPER</strong> | ||
<ul class="experience-list"> | ||
<li>Corso formativo mongoDb e conseguimento del certificato</li> | ||
<i>Dicembre 2022</i> | ||
</ul> | ||
</li> | ||
<li><strong>CERTIFICATO SCRUM DEVELOPER</strong> | ||
<ul class="experience-list"> | ||
<li>Corso formativo su framework di lavoro SCRUM e conseguimento del certificato</li> | ||
<i>Gennaio 2021</i> | ||
</ul> | ||
</li> | ||
<li><strong>LAUREA, UNIVERSITA’ DEGLI STUDI DI BARI “ALDO MORO”</strong> | ||
<ul class="experience-list"> | ||
<li>Laurea in Informatica e Tecnologie per la Produzione del Software (ITPS)</li> | ||
<i>Settembre 2015 - Aprile 2020</i> | ||
</ul> | ||
</li> | ||
<li> | ||
<strong>DIPLOMA SCUOLA SUPERIORE, ITG P.L. NERVI</strong> | ||
<ul class="experience-list"> | ||
<li>Diploma di geometra, indirizzo costruzioni ambiente e territorio</li> | ||
<i>Settembre 2010 - Luglio 2015</i> | ||
</ul> | ||
</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h2>📬 Contatti</h2> | ||
<ul> | ||
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li> | ||
<li>Cellulare: <a href="tel:3391056810">3391056810</a></li> | ||
<li>LinkedIn: <a href="https://www.linkedin.com/in/francesco-napolitano-0147b01aa/" | ||
target="_blank">linkedin.com/in/tuoprofilo</a></li> | ||
</ul> | ||
</section> | ||
</div> | ||
<footer> | ||
<p>© 2024 Francesco. Creato con GitHub Pages.</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.