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-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>
|
|
|
|
Linker:
|
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 13:03:05 +02:00
|
|
|
<li><a href="https://geokkjer.github.io/startit/team/oppgave1/index2.html">Team-oppgave uke 1.5</a></li>
|
2024-08-16 13:01:04 +02:00
|
|
|
</ol>
|
|
|
|
|
|
|
|
<ol>><li><a href="https://geokkjer.github.io/startit/JS_freecodecamp">JS video freecodecamp</a><br/>
|
2024-08-09 13:05:26 +02:00
|
|
|
<a href="https://www.youtube.com/watch?v=Zi-Q0t4gMC8">Video link</a></li>
|
2024-08-09 13:13:31 +02:00
|
|
|
<li><a href="https://geokkjer.github.io/startit/MDN">MDN</a></li>
|
2024-08-09 14:16:07 +02:00
|
|
|
<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>
|
|
|
|
<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>
|
2024-08-09 13:13:31 +02:00
|
|
|
<footer>
|
2024-08-09 13:28:32 +02:00
|
|
|
<a href="https://brutalist-web.design/">brutalist-web</a> <a href="https://watercss.kognise.dev/">Water CSS</a> Ⓒ Geir Okkenhaug Jerstad 2024
|
2024-08-09 13:13:31 +02:00
|
|
|
</footer>
|
2024-08-08 09:04:57 +02:00
|
|
|
</html>
|