diff --git a/images/abstractcode.png b/images/abstractcode.png new file mode 100644 index 0000000..1cee047 Binary files /dev/null and b/images/abstractcode.png differ diff --git a/index.html b/index.html index 3bee564..1d0c9ab 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - Website + Portfolio @@ -30,19 +30,21 @@

My Projects

- +

Skills

and more...

- +
- -

Work in progress

+
+
+

Work in progress

+
@@ -59,7 +61,7 @@

you can find most of my project here

There are only a few for now, still need to migrate the rest..
-
+

will add soon...

@@ -80,40 +82,40 @@

My Skills

-
-

Programming Languages

-
    -
  • C/C++
  • -
  • Java
  • -
  • C#
  • -
  • Python
  • -
  • JavaScript(still learning)
  • -
+
+

Programming Languages

+
    +
  • C/C++
  • +
  • Java
  • +
  • C#
  • +
  • Python
  • +
  • JavaScript(still learning)
  • +
+
+
+

Tools & Technologies

+
    +
  • Linux
  • +
  • Git
  • +
  • Bash
  • +
  • Docker
  • +
  • Vim
  • +
+
-
-

Tools & Technologies

-
    -
  • Linux
  • -
  • Git
  • -
  • Bash
  • -
  • Docker
  • -
  • Vim
  • -
-
-
- +
- - + \ No newline at end of file diff --git a/main.css b/main.css index 7f1125a..389ad1a 100644 --- a/main.css +++ b/main.css @@ -11,7 +11,7 @@ body { scroll-behavior: smooth; } .start{ - background-image: url(images/grad.png); + background: linear-gradient(to bottom, #355b7c, #000000); height: 100vh; display: flex; justify-content: center; @@ -189,7 +189,8 @@ body { } #section1 { - background-image: url('images/output.png'); + background-image: url('images/abstractcode.png'); + background-color: #000000; background-size: cover; background-position: center; background-repeat: no-repeat; @@ -207,12 +208,10 @@ body { } -#section2 { - -} + #section3 { - background-color: #142268; + background-color: #000000; } .skill-icons img { diff --git a/scripts.js b/scripts.js index e69a0ab..acfd614 100644 --- a/scripts.js +++ b/scripts.js @@ -1,16 +1,21 @@ const gridItems = document.querySelectorAll('.grid-item'); gridItems.forEach(item => { - const video = item.querySelector('video'); - - video.currentTime = 0; - video.pause(); - item.addEventListener('mouseenter', () => { - video.play(); - }); - item.addEventListener('mouseleave', () => { + const video = item.querySelector('video'); + + if (video) { + video.currentTime = 0; video.pause(); - //video.currentTime = 0; - }); + item.addEventListener('mouseenter', () => { + + + video.play(); + }); + + item.addEventListener('mouseleave', () => { + video.pause(); + //video.currentTime = 0; + }); + } }); diff --git a/videos/background4scaled.mp4 b/videos/background4scaled.mp4 new file mode 100644 index 0000000..99f2eef Binary files /dev/null and b/videos/background4scaled.mp4 differ diff --git a/videos/video2scaled.mp4 b/videos/video2scaled.mp4 new file mode 100644 index 0000000..31282f2 Binary files /dev/null and b/videos/video2scaled.mp4 differ diff --git a/videos/video4scaled.mp4 b/videos/video4scaled.mp4 new file mode 100644 index 0000000..a44aec9 Binary files /dev/null and b/videos/video4scaled.mp4 differ