diff --git a/MDN/index.html b/MDN/index.html new file mode 100644 index 0000000..e69de29 diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..1bcdad2 --- /dev/null +++ b/default.nix @@ -0,0 +1,4 @@ +{ pkgs, configs, ... }: +{ + +} diff --git a/intro html/img/body1.png b/intro html/img/body1.png new file mode 100644 index 0000000..ca93e23 Binary files /dev/null and b/intro html/img/body1.png differ diff --git a/intro html/img/body2.png b/intro html/img/body2.png new file mode 100644 index 0000000..32a7e7c Binary files /dev/null and b/intro html/img/body2.png differ diff --git a/intro html/img/body3.png b/intro html/img/body3.png new file mode 100644 index 0000000..e7cf931 Binary files /dev/null and b/intro html/img/body3.png differ diff --git a/intro html/img/head1.png b/intro html/img/head1.png new file mode 100644 index 0000000..387eb51 Binary files /dev/null and b/intro html/img/head1.png differ diff --git a/intro html/img/head2.png b/intro html/img/head2.png new file mode 100644 index 0000000..8256e0f Binary files /dev/null and b/intro html/img/head2.png differ diff --git a/intro html/img/head3.png b/intro html/img/head3.png new file mode 100644 index 0000000..b582732 Binary files /dev/null and b/intro html/img/head3.png differ diff --git a/intro html/img/legs1.png b/intro html/img/legs1.png new file mode 100644 index 0000000..b6fc9a8 Binary files /dev/null and b/intro html/img/legs1.png differ diff --git a/intro html/img/legs2.png b/intro html/img/legs2.png new file mode 100644 index 0000000..2d3960b Binary files /dev/null and b/intro html/img/legs2.png differ diff --git a/intro html/img/legs3.png b/intro html/img/legs3.png new file mode 100644 index 0000000..3013e49 Binary files /dev/null and b/intro html/img/legs3.png differ diff --git a/intro html/index.html b/intro html/index.html new file mode 100644 index 0000000..bd1fc32 --- /dev/null +++ b/intro html/index.html @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + +

Eksempel 1

+ + Hva heter du? + +
+ Verktøy +
+
+ De to viktigste verktøyene vi skal bruke er disse: + +
+
+ HTML +
+
+
+ Vi bruker HTML til å definere et dokument. + +
+
+
+ CSS +
+
+
+ Vi bruker CSS til å style et dokument, altså farger, fonter, utseende og lignende. + +
+
+
+
+ JavaScript +
+
+
+ Det viktigste vi skal lære er programmeringsspråket JavaScript. Vi skal lære grunnleggende programmering + ved + å manipulere HTML- og CSS-kode på en nettside ved hjelp av JavaScript. + +
+
+
+
+
+ Hode, kropp og ben +
+
+ +
+ + + +
+
+ + + +
+
+
+ + + \ No newline at end of file diff --git a/oppgave/index.html b/oppgave/index.html new file mode 100644 index 0000000..477ad45 --- /dev/null +++ b/oppgave/index.html @@ -0,0 +1,42 @@ + + + + Startit + + + + + +

Hello World !

+ +
ipsum dolor sit amet, consectetuer adipiscing elit.
+ +
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. Donec pretium posuere tellus. Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla posuere. Donec vitae dolor. Nullam tristique diam non turpis. Cras placerat accumsan nulla. Nullam rutrum. Nam vestibulum accumsan nisl. +
+
Trykk her
+ + + diff --git a/oppgave/oppgave.html b/oppgave/oppgave.html new file mode 100644 index 0000000..830555a --- /dev/null +++ b/oppgave/oppgave.html @@ -0,0 +1,73 @@ + + + + Opptaksoppgave + + + +
7
+
1
+
2
+ +
5
+
+
3
+ +
8
+
4
+
6
+ + + + + + diff --git a/test.html b/test.html new file mode 100644 index 0000000..d01f779 --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file