diff --git a/contact.html b/contact.html index a817499..7b19788 100644 --- a/contact.html +++ b/contact.html @@ -26,7 +26,7 @@
- Skillz + Projects
diff --git a/img/Murphy.jpg b/img/Murphy.jpg deleted file mode 100644 index 39d3470..0000000 Binary files a/img/Murphy.jpg and /dev/null differ diff --git a/img/Murphy2.jpg b/img/Murphy2.jpg deleted file mode 100644 index 0702583..0000000 Binary files a/img/Murphy2.jpg and /dev/null differ diff --git a/img/Murphy3.jpg b/img/Murphy3.jpg deleted file mode 100644 index f78a126..0000000 Binary files a/img/Murphy3.jpg and /dev/null differ diff --git a/img/asx2.png b/img/asx2.png deleted file mode 100644 index a368e28..0000000 Binary files a/img/asx2.png and /dev/null differ diff --git a/img/murmur.png b/img/murmur.png new file mode 100644 index 0000000..cb44184 Binary files /dev/null and b/img/murmur.png differ diff --git a/img/must.png b/img/must.png deleted file mode 100644 index 0be79c1..0000000 Binary files a/img/must.png and /dev/null differ diff --git a/index.html b/index.html index ae49f27..0334fc8 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@
- Skillz + Projects
@@ -37,14 +37,14 @@

Im Murphy

-

Junior Full-Stack web developer

+

Junior Full-Stack Web developer

- +
diff --git a/skillz.html b/skillz.html index d0524cf..cc76f1d 100644 --- a/skillz.html +++ b/skillz.html @@ -26,7 +26,7 @@
- Skillz + Projects
@@ -34,8 +34,11 @@
+
-

Frontend

+

WebSites

+
+

Frontend

@@ -176,7 +179,7 @@

E-Voting Osis

-
+ diff --git a/style.css b/style.css index f534ca0..e908586 100644 --- a/style.css +++ b/style.css @@ -137,15 +137,51 @@ body { /* button styling */ button { cursor: pointer; - padding-block: 25px; - background-color: transparent; + padding-bottom: -5px; + margin-block: 20px; + padding-block: 5px; transition: 1s; position: absolute; top: 1%; left: 1%; z-index: 1; + transition: all 2s; + background-color: crimson; border: none; - padding-inline: 28px; + animation: pulsebg 2s ; + animation-iteration-count: 1; + padding-inline: 8px; + border-radius: 5px; + margin-inline: 20px; +} +@keyframes pulseabg { + from { + transition: all 2s; + transform: rotate(-360deg); + } + to { + transform: rotate(0deg); + } +} +@keyframes pulsebg { + from { + transition: all 2s; + border-radius: 20px; + transform: rotate(360deg); + } + to { + border-radius: 5px; + transform: rotate(0deg); + } +} +.burga{ + padding-top: 10px; + padding-bottom: -10px; +} +.burga[aria-expanded="true"]{ + animation: pulseabg 2s infinite ; + background-color: crimson; + animation: none; } .burga rect { transition: 1s; @@ -236,10 +272,11 @@ footer { } .iscoimg{ display: block; - width: 20px; - height: 20px; + width: 25px; + height: 25px; } .isco{ + align-items: center; gap: 1rem; display: flex; } @@ -278,7 +315,7 @@ footer { width: 100%; } .Frontend { - margin-top: 100px; + margin-top: 20px; padding: 15px !important; } .Frow1 { @@ -333,15 +370,23 @@ footer { /* !!! LANDING PAGE STYLING END !!! */ /* !!! SKILLZ STYLING START !!! */ +.langz{ + text-align: center; + font-size: 6vh; +} +.azs{ + background-color: crimson; + color: crimson; +} .lang { + margin-top: 1rem; margin-bottom: 2rem; - font-size: 6vh; + font-size: 4vh; } .lans { color: crimson; } .Frontend { - margin-bottom: 5rem; font-family: var(--prim-font); padding: 2rem; }