Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/projekt/
Cards/
MemoRing/
backup/
card.html
css/
index_old.html
index_tabs.html
js/
projekt-framtidens-infrastruktur/
retro/
venturo/
index_old.html
96 lines UTF-8 Windows (CRLF)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="utf-8">
<title>Loves Hemsida</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
body {
text-align: center;
background-color: #c1c1c1;
background-image: url(https://media.giphy.com/media/l3vRnoppYtfEbemBO/giphy.gif);
background-size: 25% 25%;
}
h1 {
text-align: center;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-style: impact;
font-size: 64px;
-webkit-text-fill-color: transparent;
background-color: #0d61ff;
background-image: url(https://media.giphy.com/media/9JxkPTP3alOykb8PmQ/giphy.gif);
background-clip: text;
-webkit-background-clip: text;
}
button {
font-size: 15px;
color: black;
border: 2px solid black;
border-radius: 5px;
padding: 5px;
cursor: pointer;
}
hr {
width: 50%;
margin: auto;
}
img {
border-radius: 10px;
}
.holymoly {
width: 100px;
height: 100px;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-style: Arial;
color: white;
}
p {
font-family:Arial, Helvetica, sans-serif;
font-style: Helvetica;
color: white;
}
</style>
</head>
<body>
<!-- Innehåll -->
<h1>Välkommen till Loves källare</h1>
<h3>JAG</h3>
<p>
Jag heter Love och går på VGY i Gullmarsplan. Just nu studerar jag teknik och html.
</p>
<h3>MINA INTRESSEN</h3>
<p>
Jag är intresserad av datorer, bilar och att utveckla mjukvara som spel, appar mm. Jag bor i Älvsjö och är född i Täby. Mina tidigare kunskaper inom utveckling och data är främst spelutveckling i Unity och Godot samt lite python script och appar.
</p>
<hr>
<div>
<p>
<b>Love</b> <em>Blomberg</em>
<br>2023-08-29
</p>
</div>
<hr>
<div>
<p>
<button onclick="window.location.href='https://vgy.se';">
VGYs Hemsida
</button>
<button onclick="window.location.href='./ovningar/sida2.html';">
Alternativ bild
</button>
<button onclick="window.location.href='./ovningar/index.html';">
Övnings sidor
</button>
</p>
<img class="holymoly" src="https://media.tenor.com/oROQMARuS7sAAAAC/holy-moly-emoji.gif" alt="holy-moly">
<img src="./ovningar/bilder/selfie.jpg" width="500" height="100" alt="selfie">
<img class="holymoly" src="https://media.tenor.com/oROQMARuS7sAAAAC/holy-moly-emoji.gif" alt="holy-moly">
</div>
</body>
</html>