diff --git a/lectures/build.gradle b/lectures/build.gradle
index ea7ae84954514bb20e395f16ee060f2908a158e5..94ec6b78ea0c9f2d8518e03d92093dab28b3b941 100644
--- a/lectures/build.gradle
+++ b/lectures/build.gradle
@@ -61,7 +61,7 @@ asciidoctorRevealJs {
     outputDir file('build/docs/revealjs')
 	resources {
 		from('revealjs') {
-	    	include 'images/*'
+	    	include 'images/**'
 	    	include '**/*.css'
 	 	}
 		into '.'
diff --git a/lectures/revealjs/course-intro.adoc b/lectures/revealjs/course-intro.adoc
index 4af201e1451cb69e13b520c5836352583c7fd8b0..aa62a26609d72a12469cc0df77cda0419bc7d7b3 100644
--- a/lectures/revealjs/course-intro.adoc
+++ b/lectures/revealjs/course-intro.adoc
@@ -3,7 +3,7 @@
 :icons: font
 
 ++++
-	<img id="main-logo" class="main-logo" src="images/main_logo_eng_no_text.png" width="300" alt="ntnu logo"/>
+	<img id="main-logo" class="main-logo" src="images/template/main_logo_eng_no_text.png" width="300" alt="ntnu logo"/>
 ++++
 
 [.smaller-80]
@@ -128,15 +128,15 @@ Gruppekontrakt skal godkjennes av studentassistent, signeres av alle gruppemedle
 https://bit.ly/2HdMRQi
 
 [.right]
-image::../images/qrcode-group-registration.svg[width=400]
+image::../images/lecture01/qrcode-group-registration.svg[width=400]
 
 == ! 
 
-image::../images/teamwork.png[canvas, size=contain]
+image::../images/lecture01/teamwork.png[canvas, size=contain]
 
 ++++
  <div id="footer" class="footer">
-     <span class="element"><a href="www.ntnu.no"><img id="footer-logo" class="footer-logo" src="images/logo_ntnu.png" alt="ntnu logo" height="28"/></a></span>
+     <span class="element"><a href="www.ntnu.no"><img id="footer-logo" class="footer-logo" src="images/template/logo_ntnu.png" alt="ntnu logo" height="28"/></a></span>
      <span class="element">| IT1901 </span>
      <span class="element">| Course Introduction </span>
      <span class="element">&nbsp;&nbsp;&nbsp;&nbsp;</span>
@@ -144,7 +144,7 @@ image::../images/teamwork.png[canvas, size=contain]
  
  <div id="vertical-ntnu-name" class="vertical-ntnu-name">
  	<span class="helper"></span>
- 	<img src="images/vertical-ntnu-name.jpg" alt="Norwegian University of Science and Technology" />
+ 	<img src="images/template/vertical-ntnu-name.jpg" alt="Norwegian University of Science and Technology" />
  </div>
  
  <script type="text/javascript">
diff --git a/lectures/revealjs/images/qrcode-group-registration.svg b/lectures/revealjs/images/lecture01/qrcode-group-registration.svg
similarity index 100%
rename from lectures/revealjs/images/qrcode-group-registration.svg
rename to lectures/revealjs/images/lecture01/qrcode-group-registration.svg
diff --git a/lectures/revealjs/images/teamwork.png b/lectures/revealjs/images/lecture01/teamwork.png
similarity index 100%
rename from lectures/revealjs/images/teamwork.png
rename to lectures/revealjs/images/lecture01/teamwork.png
diff --git a/lectures/revealjs/images/hovedlogo_eng.png b/lectures/revealjs/images/template/hovedlogo_eng.png
similarity index 100%
rename from lectures/revealjs/images/hovedlogo_eng.png
rename to lectures/revealjs/images/template/hovedlogo_eng.png
diff --git a/lectures/revealjs/images/logo_ntnu.png b/lectures/revealjs/images/template/logo_ntnu.png
similarity index 100%
rename from lectures/revealjs/images/logo_ntnu.png
rename to lectures/revealjs/images/template/logo_ntnu.png
diff --git a/lectures/revealjs/images/logo_ntnu_u-slagord_neg.png b/lectures/revealjs/images/template/logo_ntnu_u-slagord_neg.png
similarity index 100%
rename from lectures/revealjs/images/logo_ntnu_u-slagord_neg.png
rename to lectures/revealjs/images/template/logo_ntnu_u-slagord_neg.png
diff --git a/lectures/revealjs/images/main_logo_eng.png b/lectures/revealjs/images/template/main_logo_eng.png
similarity index 100%
rename from lectures/revealjs/images/main_logo_eng.png
rename to lectures/revealjs/images/template/main_logo_eng.png
diff --git a/lectures/revealjs/images/main_logo_eng_no_text.png b/lectures/revealjs/images/template/main_logo_eng_no_text.png
similarity index 100%
rename from lectures/revealjs/images/main_logo_eng_no_text.png
rename to lectures/revealjs/images/template/main_logo_eng_no_text.png
diff --git a/lectures/revealjs/images/tekst-en.jpg b/lectures/revealjs/images/template/tekst-en.jpg
similarity index 100%
rename from lectures/revealjs/images/tekst-en.jpg
rename to lectures/revealjs/images/template/tekst-en.jpg
diff --git a/lectures/revealjs/images/vertical-ntnu-name.jpg b/lectures/revealjs/images/template/vertical-ntnu-name.jpg
similarity index 100%
rename from lectures/revealjs/images/vertical-ntnu-name.jpg
rename to lectures/revealjs/images/template/vertical-ntnu-name.jpg