Skip to content

Commit

Permalink
Merge pull request #40 from Hidden-Warden/dev
Browse files Browse the repository at this point in the history
🔧 Update contact page
Co-authored-by: Hidden-Warden <70717127+Hidden-Warden@users.noreply.github.com>
  • Loading branch information
Ahhj93 authored May 23, 2023
2 parents 8b4d871 + 18fe80a commit 78ebca2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
13 changes: 9 additions & 4 deletions static/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@

<div class="main-content">
<div class="content">
<div class="element">
<p>Pour nous contacter, envoyer nous un telegram.</p>
</div>
<h1>Contact</h1>
<h2>Signaler un bug ou proposer une amélioration</h2>
<p>Si vous avez trouvé un bug sur notre site ou proposer une amélioration, veuillez utiliser le proposer sur <a href=https://github.com/Hidden-Warden/Marmit65/issues/new>GitHub</a>
<h2>Contacts GitHub</h2>
<ul>
<li><a href=https://github.com/Hidden-Warden>Hidden-Warden</a> - French student in high school</li>
<li><a href=https://github.com/Ryse93>Ryse93</a> - French student in high school</li>
</ul>
</div>
</div>

Expand All @@ -59,4 +64,4 @@
</div>
</footer>
<div class="overlay"></div>
</body>
</body>
18 changes: 18 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,24 @@ header img:hover {
animation: 1s ease-out 0s 1 slideIn;
}

.content a {
color: #fff;
text-decoration: none;
}

.content a:hover
{
color: #6D4AFF;
/* Firefox */
-moz-transition: all 0.2s ease-in;
/* WebKit */
-webkit-transition: all 0.2s ease-in;
/* Opera */
-o-transition: all 0.2s ease-in;
/* Standard */
transition: all 0.2s ease-in;
}

footer {
display: flex; /* Use Flexbox */
/* position: fixed;
Expand Down

0 comments on commit 78ebca2

Please sign in to comment.