Skip to content

Commit

Permalink
migliorato styling
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertocicciaa committed Sep 15, 2024
1 parent c342877 commit 0427ff6
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions docs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
font-size: 4em;
margin-bottom: 10px;
}
p {
font-size: 1.5em;
a {
text-decoration: none;
}
ul {
list-style-type: none;
padding: 0;
}
</style>
<title>Projects</title>
Expand All @@ -26,26 +30,36 @@
<section>
<h2>My Projects</h2>

<!-- Project Template -->
<!--
<h3>Name</h3>
<p><strong>Description</strong>: Insert des </p>
<ul>
<li><strong>Technologies Used</strong>: Insert des </li>
<li><a href="">GitHub Repository</a></li>
<li><a href="">Live Demo</a></li>
</ul>
-->

<h3>CloudCICDPipeline</h3>

<p><strong>Description</strong>: Pipeline CI/CD con analisi del codice tramide CodeQL, per lo sviluppo e il deploy di un applicazione web come Azure App Service </p>
<ul>
<li><a href="https://github.com/umbertocicciaa/CloudCICDPipeline">GitHub Repository</a></li>
<li><strong>Technologies Used</strong>: C#, Blazor, ASP.NET, Entity Framework, MySQL, BUnit, XUnit, GitHub Actions, Azure App Service</li>
<!--
<li><a href="https://username.github.io/cool-app">Live Demo</a></li>
-->
<li><strong>Technologies Used</strong>: C#, Blazor, ASP.NET, Entity Framework, MySQL, BUnit, XUnit, GitHub Actions, Azure App Service</li>
<li><a href="https://github.com/umbertocicciaa/CloudCICDPipeline">GitHub Repository</a></li>
<!--
<li><a href="https://username.github.io/cool-app">Live Demo</a></li>
-->
</ul>

<h3>Instagram Clone</h3>
<p><strong>Description</strong>: Instagram Clone</p>
<ul>
<li><a href="https://github.com/umbertocicciaa/UnicalSocialNetworkFrontend">GitHub Repository Frontend</a></li>
<li><a href="https://github.com/umbertocicciaa/UnicalSocialNetworkBackend">GitHub Repository Backend</a></li>
<li><strong>Technologies Used</strong>: Java, Angular, PostgreSQL, Springboot</li>
<!--
<li><a href="https://username.github.io/cool-app">Live Demo</a></li>
-->
<li><strong>Technologies Used</strong>: Java, Angular, PostgreSQL, Springboot</li>
<li><a href="https://github.com/umbertocicciaa/UnicalSocialNetworkFrontend">GitHub Repository Frontend</a></li>
<li><a href="https://github.com/umbertocicciaa/UnicalSocialNetworkBackend">GitHub Repository Backend</a></li>
<!--
<li><a href="https://username.github.io/cool-app">Live Demo</a></li>
-->
</ul>

</section>
Expand Down

0 comments on commit 0427ff6

Please sign in to comment.