diff --git a/index.html b/index.html index 6a233e8..cd6e44f 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@ + + + @@ -135,43 +138,52 @@

Portfolio

Graphics Class

-
-
- My first graphics class project. We used Canva AI to generate a moodboard. - What a beautiful scenery this sunset - The Beach. Me. Alone. Beautiful +
+
+ Norway +
+

Lorem Ipsum

+

Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.

+
-
- Quiet day at the beach. Cold, but beautiful - Waiting for the bus in the desert - Nature again.. At its finest! +
+ Norway +
+

Lorem Ipsum

+

Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.

+
- -
- Canoeing again - A girl, and a train passing - What a beautiful day! +
+ Norway +
+

Lorem Ipsum

+

Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.

+

Game Development

-
-
- My first graphics class project. We used Canva AI to generate a moodboard. - What a beautiful scenery this sunset - The Beach. Me. Alone. Beautiful +
+
+ Norway +
+

Lorem Ipsum

+

Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.

+
- -
- Quiet day at the beach. Cold, but beautiful - Waiting for the bus in the desert - Nature again.. At its finest! +
+ Norway +
+

Lorem Ipsum

+

Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.

+
- -
- Canoeing again - A girl, and a train passing - What a beautiful day! +
+ Norway +
+

Lorem Ipsum

+

Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.

+
diff --git a/js/scripts.js b/js/scripts.js index baa0168..5a7d11a 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -31,12 +31,4 @@ window.addEventListener('DOMContentLoaded', event => { }); }); -}); - -// Modal Image Gallery -function onClick(element) { - document.getElementById("img01").src = element.src; - document.getElementById("modal01").style.display = "block"; - var captionText = document.getElementById("caption"); - captionText.innerHTML = element.alt; -} \ No newline at end of file +}); \ No newline at end of file