startit/index.html

50 lines
1.9 KiB
HTML
Raw Normal View History

2024-08-08 09:04:57 +02:00
<!DOCTYPE html>
<html lang="en">
2024-08-09 12:52:15 +02:00
2024-08-08 09:04:57 +02:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-08-09 12:58:43 +02:00
<title>Kode</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<script src="script.js"></script>
2024-08-16 13:08:41 +02:00
<style>
2024-08-16 13:10:44 +02:00
.heading{
2024-08-16 13:08:41 +02:00
font-size: x-large;
2024-08-16 13:09:44 +02:00
color: darkorange;
2024-08-16 13:08:41 +02:00
}
</style>
2024-08-08 09:04:57 +02:00
</head>
2024-08-09 12:52:15 +02:00
2024-08-08 09:04:57 +02:00
<body>
2024-08-09 13:30:15 +02:00
<h2>Vi lærer JavaScript, HTML og CSS på <a href="https://getacademy.no/"> GetAcademy</a></h2>
2024-08-09 12:46:21 +02:00
2024-08-09 12:52:15 +02:00
<div>
2024-08-16 13:08:41 +02:00
<div id="heading">Linker skolearbeid:</div>
2024-08-09 12:54:38 +02:00
<ol>
<li><a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a></li>
2024-08-16 14:30:51 +02:00
<div id="heading">Uke 1</div>
<li><a href="https://geokkjer.github.io/startit/team/oppgave1/index2.html">Team-oppgave uke 1.5</a></li>
2024-08-16 14:01:43 +02:00
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke1/visuell-teller.html">Visuell teller</a></li>
2024-08-16 14:31:57 +02:00
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke1/intro-oppgave.html">Introduksjon</a></li>
</ol>
2024-08-16 13:08:41 +02:00
<div id="heading">Ekstra</div>
<ol>
<li><a href="https://geokkjer.github.io/startit/JS_freecodecamp">JS video freecodecamp</a><br>
<a href="https://www.youtube.com/watch?v=Zi-Q0t4gMC8">Video link</a>
</li>
<li><a href="https://geokkjer.github.io/startit/MDN">MDN</a></li>
<li><a href="https://geokkjer.github.io/startit/the_good_parts">JavaScript: The good the_good_parts</a></li>
<li><a href="https://geokkjer.github.io/startit/eloquentjavascript">Eloquent Javascript</a></li>
2024-08-09 14:16:07 +02:00
<a href="https://eloquentjavascript.net/">Book Link</a>
2024-08-09 12:54:38 +02:00
</ol>
2024-08-09 12:46:21 +02:00
</div>
2024-08-09 12:54:38 +02:00
2024-08-08 09:04:57 +02:00
</body>
<footer>
<a href="https://brutalist-web.design/">brutalist-web</a> <a href="https://watercss.kognise.dev/">Water CSS</a>
Geir Okkenhaug Jerstad 2024
</footer>
2024-08-08 09:04:57 +02:00
</html>