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