fixed broken link

master
Stephen Kerr 1 month ago
parent 3a21e0a03b
commit 46896f0554

@ -60,7 +60,8 @@ theatre.</p>
<p><em>stephen kerr is a graphic designer or a musician or a very weird <p><em>stephen kerr is a graphic designer or a musician or a very weird
and long dream.</em></p> and long dream.</em></p>
<button> <button>
<a href="stephenkerrdesign.com" class="ext">stephenkerrdesign.com</a> <a href="https://stephenkerrdesign.com"
class="ext">stephenkerrdesign.com</a>
</button> </button>
<button> <button>
<a <a

@ -14,7 +14,7 @@ For the past year I have spoken with designers, artists and makers finding out h
*stephen kerr is a graphic designer or a musician or a very weird and long dream.* *stephen kerr is a graphic designer or a musician or a very weird and long dream.*
<button>[stephenkerrdesign.com](stephenkerrdesign.com){.ext}</button> <button>[stephenkerrdesign.com](https://stephenkerrdesign.com){.ext}</button>
<button>[Wiki: more about the project](https://pzwiki.wdka.nl/mediadesign/User:Ssstephen/Final_presentation){.ext}</button> <button>[Wiki: more about the project](https://pzwiki.wdka.nl/mediadesign/User:Ssstephen/Final_presentation){.ext}</button>

@ -62,6 +62,7 @@ button{
background:none; background:none;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
border-radius: 0.5rem; border-radius: 0.5rem;
margin-right: 0.5rem;
} }
button:hover{ button:hover{
animation: wiggle 0.6s infinite; animation: wiggle 0.6s infinite;
@ -106,17 +107,7 @@ button:hover{
margin: auto; margin: auto;
margin-right: 0; margin-right: 0;
} }
@keyframes wiggle {
25% {
transform: scale(0.8, 1.3);
}
50% {
transform: scale(1.1, 0.8);
}
75% {
transform: scale(0.7, 1.2);
}
}
.desaturate{ .desaturate{
filter: grayscale(90%) contrast(1.2) brightness(1.1); filter: grayscale(90%) contrast(1.2) brightness(1.1);
} }
@ -135,6 +126,11 @@ button:hover{
width: 4rem; width: 4rem;
filter: saturate(2); filter: saturate(2);
} }
.gummy img:hover{
scale: 1;
animation: wiggle 0.6s infinite;
cursor: pointer;
}
h1 { h1 {
font-weight: 700; font-weight: 700;
font-size: 50px; font-size: 50px;
@ -196,6 +192,17 @@ nav{
background: var(--spot-color-1); background: var(--spot-color-1);
color: #fff; color: #fff;
} }
@keyframes wiggle {
25% {
transform: scale(0.8, 1.3);
}
50% {
transform: scale(1.1, 0.8);
}
75% {
transform: scale(0.7, 1.2);
}
}
@media only screen and (max-width: 768px){ @media only screen and (max-width: 768px){
body { body {
line-height: 1.3; line-height: 1.3;

Loading…
Cancel
Save