links added
This commit is contained in:
parent
bb23a39934
commit
9fffc4aee1
1 changed files with 6 additions and 4 deletions
10
index.html
10
index.html
|
@ -126,7 +126,7 @@
|
|||
border-radius: 7px;
|
||||
}
|
||||
|
||||
#magician {
|
||||
#magician h1 {
|
||||
color: #000000;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
|
@ -135,9 +135,10 @@
|
|||
font-family: "Daniel Black", "Jenna Sue", "TeXGyreChorus", "URW Chancery L", cursive;
|
||||
font-size: 50pt;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#developer {
|
||||
#developer h1 {
|
||||
color: #ffffff;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
|
@ -146,6 +147,7 @@
|
|||
font-family: "TeXGyreCursor", "Tlwg Typist", "Courier New", monospace;
|
||||
font-size: 50pt;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -175,8 +177,8 @@
|
|||
<a id="prevslide" class="load-item hide"></a>
|
||||
<a id="nextslide" class="load-item hide"></a>
|
||||
|
||||
<h1 id="magician" style="display: none;">Zauberkünstler</h1>
|
||||
<h1 id="developer" style="display: none;">Softwareentwickler</h1>
|
||||
<a id="magician" style="display: none;" href="https://www.sp-magic.de"><h1>Zauberkünstler</h1></a>
|
||||
<a id="developer" style="display: none;" href="https://www.sp-codes.de"><h1>Softwareentwickler</h1></a>
|
||||
|
||||
<div class="list">
|
||||
<div class="item">
|
||||
|
|
Loading…
Reference in a new issue