72 lines
4 KiB
HTML
72 lines
4 KiB
HTML
<!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>
|
|
<div id="heading">Uke 5</div>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke5/loops-2gangen.html">2 gangen</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke5/2randomEqual.html">2 random Equal Numbers</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke5/revers.html">Revers</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke5/vokaler.html">Vokaler</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke5/array1.html">Array oppgave 1</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke5/array2.html">Array oppgave 2</a></li>
|
|
<div id="heading">Uke 6</div>
|
|
<li><a href="https://geokkjer.github.io/car">Team Oppgave Kul Bil </a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke6/8ball/index.html">Magic 8-ball</a></li>
|
|
<div id="heading">Uke 6</div>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke7/gjenkjenn_epost/gjenkjenn_epost.html">gjenkjenn_epost</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke7/reaksjonstid/index.html">reaksjonstid</a></li>
|
|
<li><a href="https://geokkjer.github.io/startit/oppgaver/uke7/ternary_operators/ternary.html">ternary operators</a></li>
|
|
|
|
<div id="heading">Helg og refaktorering</div>
|
|
<li><a href="https://geokkjer.github.io/startit/react_test/tutorial/index.html">Tester react</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> |