From 835822b76dea0a93c105cc6131636eaec0a7f923 Mon Sep 17 00:00:00 2001 From: Lheor Date: Sun, 6 Oct 2024 12:25:48 +0200 Subject: [PATCH] Have started setting up my portfolio and account links --- index.html | 96 +++++++++++++++++++++++++++++++++++++++++++-------- js/scripts.js | 8 +++++ 2 files changed, 89 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index bbd0c1c..6a233e8 100644 --- a/index.html +++ b/index.html @@ -50,24 +50,40 @@

I am experienced in leveraging agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.

- - + + +
@@ -117,6 +133,56 @@

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 +
+
+ Quiet day at the beach. Cold, but beautiful + Waiting for the bus in the desert + Nature again.. At its finest! +
+ +
+ Canoeing again + A girl, and a train passing + What a beautiful day! +
+
+
+

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 +
+ +
+ Quiet day at the beach. Cold, but beautiful + Waiting for the bus in the desert + Nature again.. At its finest! +
+ +
+ Canoeing again + A girl, and a train passing + What a beautiful day! +
+
+ + +
+ +
+ +

+
+
@@ -137,7 +203,7 @@
Filologia Angielska
Tłumaczeniowa z językiem chińskim
-
Październik 2021 - Luty 2023 (musiałem przerwać studia na 2 roku)
+
Październik 2021 - Styczeń 2023 (byłem zmuszony przerwać studia na 2 roku)
diff --git a/js/scripts.js b/js/scripts.js index 78bc176..baa0168 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -32,3 +32,11 @@ 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