mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
added alpha notice
This commit is contained in:
parent
a2544a9f97
commit
2f55e87331
2 changed files with 17 additions and 0 deletions
|
@ -136,3 +136,16 @@ body {
|
|||
transform: scale(100);
|
||||
color: gray;
|
||||
}
|
||||
|
||||
|
||||
.alpha-test {
|
||||
background-color: orange;
|
||||
border-radius: 0px 0px 0px 25px;
|
||||
padding-right: 15px;
|
||||
color: #fff;
|
||||
width: 500px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
}
|
|
@ -10,6 +10,10 @@
|
|||
<img src="/root_logo.png" alt="My Picture" class="picture">
|
||||
</div>
|
||||
</div>
|
||||
<div class="alpha-test">
|
||||
<h3>Alpha Site</h3>
|
||||
<p>Click <a href="https://alpha.jonasjones.dev/">here</a> to get to the alpha website and check out the latest progress towards the upcoming release</p>
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://old.jonasjones.me" class="home-link">Home</a>
|
||||
<a href="based/" class="for-the-based-link">For The Based™</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue