<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Kode</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"> <script src="script.js"></script> <style> .heading{ font-size: x-large; color: darkorange; } </style> </head> <body> <h2>Vi lærer JavaScript, HTML og CSS på <a href="https://getacademy.no/"> GetAcademy</a></h2> <div> <div id="heading">Linker skolearbeid:</div> <ol> <li><a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a></li> <div id="heading">Uke 1/2</div> <li><a href="https://geokkjer.github.io/startit/team/oppgave1/index2.html">Team-oppgave uke 1.5</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke1/visuell-teller.html">Visuell teller</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke1/intro-oppgave.html">Introduksjon</a></li> <div id="heading">Uke 3</div> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke3/bakgrunnsfarge.html">Bakgrunnsfarge</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke3/lyspære.html">Lyspære</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke3/stoppeklokke.html">Stoppeklokke</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke3/this.html">This</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke3/krokodille.html">Krokodille</a></li> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke3/formater_stringen.html">Formater Stringen</a></li> <div id="heading">Uke 4</div> <li><a href="https://geokkjer.github.io/startit/oppgaver/uke4/adjektivhistorie/index.html">Adjektivhistorie</a></li> <li><a href="https://geokkjer.github.io/startit/team/oppgaver/uke4/index.html">Team-oppgave uke 4</a></li> </ol> <div id="heading">Ekstra</div> <ol> <li><a href="https://geokkjer.github.io/startit/eloquentjavascript/">Eloquent Javascript</a></li> <a href="https://eloquentjavascript.net/">Book Link</a> </ol> </div> </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> </html>