Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
niccostantini committed Oct 9, 2024
2 parents 385aa02 + cb04868 commit 2fd46be
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/dist

# Logs
logs
*.log
Expand Down
Binary file removed dist/4373ba701fcf92e48a9e.png
Binary file not shown.
Binary file removed dist/522c61dacbe66475b709.png
Binary file not shown.
1 change: 0 additions & 1 deletion dist/7a2dab2be5c29e53e51d.js

This file was deleted.

Binary file removed dist/7e687123cd4528224ce5.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.js

This file was deleted.

31 changes: 31 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ r {
font-weight: 700;
}

.mail {
svg path { fill: #c71610 }
}

header {
box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.75);
}
Expand Down Expand Up @@ -266,6 +270,7 @@ footer div:last-child {
flex-direction: row;
align-items: center;
height: 75px;
width: 290px;

background-color: var(--air-force-blue);
color: var(--creamy-white);
Expand Down Expand Up @@ -305,6 +310,19 @@ footer div:last-child {
box-shadow: -6px 7px 5px #0000008f;
}

.card.mail {
border-top: 3px solid #c71610;
border-right: 3px solid #f2a60c;
border-bottom: 3px solid #3b60c4;
border-left: 3px solid #08851b;

background-color: var(--jet);
}

.card.mail:hover {
background-color: #0a0000;
}

.ig {
background: #833ab4;
background: linear-gradient(
Expand Down Expand Up @@ -580,6 +598,19 @@ footer div:last-child {
box-shadow: -6px 7px 5px #0000008f;
}

.card.mail {
border-top: 3px solid #c71610;
border-right: 3px solid #f2a60c;
border-bottom: 3px solid #3b60c4;
border-left: 3px solid #08851b;

background-color: var(--jet);
}

.card.mail:hover {
background-color: #0a0000;
}

.ig {
background: #833ab4;
background: linear-gradient(
Expand Down
6 changes: 3 additions & 3 deletions src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ <h2>Unisciti all'armonia</h2>
</a>

<a class="fadein" href="mailto:[email protected]">
<div class="card">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"/></svg>
<div class="details mail">
<div class="card mail">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" id="gmail"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"/></svg>
<div class="details">
<p>[email protected]</p>
</div>
</div>
Expand Down

0 comments on commit 2fd46be

Please sign in to comment.