From 8b8153c6bf030551db219be66549ee489d5f66ae Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 9 Aug 2024 12:46:21 +0200 Subject: [PATCH] dag 3 commit 4 --- index.html | 8 +++++++- {intro html => intro_html}/img/body1.png | Bin {intro html => intro_html}/img/body2.png | Bin {intro html => intro_html}/img/body3.png | Bin {intro html => intro_html}/img/head1.png | Bin {intro html => intro_html}/img/head2.png | Bin {intro html => intro_html}/img/head3.png | Bin {intro html => intro_html}/img/legs1.png | Bin {intro html => intro_html}/img/legs2.png | Bin {intro html => intro_html}/img/legs3.png | Bin {intro html => intro_html}/index.html | 0 {intro html => intro_html}/js.html | 0 {intro html => intro_html}/script.js | 0 {intro html => intro_html}/style.css | 0 14 files changed, 7 insertions(+), 1 deletion(-) rename {intro html => intro_html}/img/body1.png (100%) rename {intro html => intro_html}/img/body2.png (100%) rename {intro html => intro_html}/img/body3.png (100%) rename {intro html => intro_html}/img/head1.png (100%) rename {intro html => intro_html}/img/head2.png (100%) rename {intro html => intro_html}/img/head3.png (100%) rename {intro html => intro_html}/img/legs1.png (100%) rename {intro html => intro_html}/img/legs2.png (100%) rename {intro html => intro_html}/img/legs3.png (100%) rename {intro html => intro_html}/index.html (100%) rename {intro html => intro_html}/js.html (100%) rename {intro html => intro_html}/script.js (100%) rename {intro html => intro_html}/style.css (100%) diff --git a/index.html b/index.html index 471785c..4d770f1 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,12 @@ Document - Vi lærer JS på Get Academy +

Vi lærer JS på Get Academy

+ +
Intro + + JS video freecodecamp +
\ No newline at end of file diff --git a/intro html/img/body1.png b/intro_html/img/body1.png similarity index 100% rename from intro html/img/body1.png rename to intro_html/img/body1.png diff --git a/intro html/img/body2.png b/intro_html/img/body2.png similarity index 100% rename from intro html/img/body2.png rename to intro_html/img/body2.png diff --git a/intro html/img/body3.png b/intro_html/img/body3.png similarity index 100% rename from intro html/img/body3.png rename to intro_html/img/body3.png diff --git a/intro html/img/head1.png b/intro_html/img/head1.png similarity index 100% rename from intro html/img/head1.png rename to intro_html/img/head1.png diff --git a/intro html/img/head2.png b/intro_html/img/head2.png similarity index 100% rename from intro html/img/head2.png rename to intro_html/img/head2.png diff --git a/intro html/img/head3.png b/intro_html/img/head3.png similarity index 100% rename from intro html/img/head3.png rename to intro_html/img/head3.png diff --git a/intro html/img/legs1.png b/intro_html/img/legs1.png similarity index 100% rename from intro html/img/legs1.png rename to intro_html/img/legs1.png diff --git a/intro html/img/legs2.png b/intro_html/img/legs2.png similarity index 100% rename from intro html/img/legs2.png rename to intro_html/img/legs2.png diff --git a/intro html/img/legs3.png b/intro_html/img/legs3.png similarity index 100% rename from intro html/img/legs3.png rename to intro_html/img/legs3.png diff --git a/intro html/index.html b/intro_html/index.html similarity index 100% rename from intro html/index.html rename to intro_html/index.html diff --git a/intro html/js.html b/intro_html/js.html similarity index 100% rename from intro html/js.html rename to intro_html/js.html diff --git a/intro html/script.js b/intro_html/script.js similarity index 100% rename from intro html/script.js rename to intro_html/script.js diff --git a/intro html/style.css b/intro_html/style.css similarity index 100% rename from intro html/style.css rename to intro_html/style.css