Skip to content

Commit

Permalink
[add] note about move to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Dec 3, 2024
1 parent 6e2f896 commit bd1488c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ <h1>
Contact
</h1>
<br />
<p>
Email: mail[at]uberton.org
</p>
<div class="important-note">
<b>Important</b>: Our former mail address (mail[at]uberton.org) will go out of service on May 10th, 2025. You can contact us by <a href="https://github.com/Uberton/Uberton/issues/new">filing an issue</a> or by <a href="https://github.com/Uberton/Uberton/discussions/new/choose">starting a discussion</a> on GitHub.
</div>
<p>
Github: <a class="mhref" href="https://github.com/Uberton" target="_blank">github.com/Uberton</a>
</p>
Expand Down
14 changes: 12 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,14 @@ nav {
max-width: 1000px;
margin: 2em auto;
margin-top: 136px;
color: #f0f0f0;
}


main {
padding: 8px;
line-height: 1.8;
font-size: 16px;
color: #f0f0f0;
padding: 8px;
text-align: justify;
align-items: center;
margin-bottom: 6rem;
Expand Down Expand Up @@ -418,3 +419,12 @@ footer {
margin-top: 52px;
}
}

.important-note {
background: rgba(252, 89, 89, 0.616);
padding: 1em;
}

.important-note a {
color: #f0f0f0;
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
</div>

<div class="main-wrapper">
<div class="important-note">
<b>Important</b>: This website will move to <a href="https://uberton.github.io">https://uberton.github.io</a> on May 10th, 2025.
</div>
<main class="two_col_container" id="main-content">

<div>
Expand Down

0 comments on commit bd1488c

Please sign in to comment.