Skip to content

Commit 46c76f6

Browse files
committed
💅 style(): fixed developers page
need more tweaking
1 parent a8677e4 commit 46c76f6

File tree

6 files changed

+28
-9
lines changed

6 files changed

+28
-9
lines changed

assets/alok.jpg

4.25 MB
Loading

assets/eshanized.png

533 KB
Loading

assets/iconixed.jpg

2.67 MB
Loading

assets/utkarsh.jpg

1.4 MB
Loading

developers.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,27 @@ body {
1212
display: flex;
1313
justify-content: center;
1414
align-items: center;
15-
background: #111;
15+
background: url(./assets/background.png);
1616
transition: 0.5s;
1717
font-family: "Ubuntu", sans-serif;
1818
font-weight: 400;
1919
font-style: normal;
2020
}
2121

2222
body:has(.box[data-color="clr1"]:hover) {
23-
background: #754ffe;
23+
background: url(./assets/eshanized.png);
24+
background-repeat: no-repeat;
25+
background-size: cover;
2426
}
2527
body:has(.box[data-color="clr2"]:hover) {
26-
background: #301a15;
28+
background: url(./assets/alok.jpg);
29+
background-repeat: no-repeat;
30+
background-size: cover;
2731
}
2832
body:has(.box[data-color="clr3"]:hover) {
29-
background: #1b2a32;
33+
background: url(./assets/iconixed.jpg);
34+
background-repeat: no-repeat;
35+
background-size: cover;
3036
}
3137

3238
section {

developers.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ <h3>Eshan Roy<br />
2626
<img src="https://avatars.githubusercontent.com/u/112468319?v=4" alt="The Mummy">
2727
</div>
2828
<div class="glass">
29-
<h3>The Mummy<br />
30-
<span>Undead</span>
29+
<h3>Alok Shah<br />
30+
<span>Web-Dev</span>
3131
</h3>
3232
<ul>
3333
<a href="https://en.wikipedia.org/wiki/Mummy_(undead)" target="_blank"> <ion-icon name="globe-outline"></ion-icon> </a>
@@ -36,11 +36,24 @@ <h3>The Mummy<br />
3636
</div>
3737
<div class="box" data-color="clr3">
3838
<div class="imgBox">
39-
<img src="https://cdn.pixabay.com/photo/2023/09/21/13/32/ai-generated-8266689_1280.jpg" alt="Werewolf">
39+
<img src="https://avatars.githubusercontent.com/u/157954129?v=4" alt="Werewolf">
4040
</div>
4141
<div class="glass">
42-
<h3>Werewolf<br />
43-
<span>Lycanthrope</span>
42+
<h3>Iconized<br />
43+
<span>Developer</span>
44+
</h3>
45+
<ul>
46+
<a href="https://en.wikipedia.org/wiki/Werewolf" target="_blank"> <ion-icon name="globe-outline"></ion-icon> </a>
47+
</ul>
48+
</div>
49+
</div>
50+
<div class="box" data-color="clr3">
51+
<div class="imgBox">
52+
<img src="https://avatars.githubusercontent.com/u/157954129?v=4" alt="Werewolf">
53+
</div>
54+
<div class="glass">
55+
<h3>Utkarsh Gaur<br />
56+
<span>Developer</span>
4457
</h3>
4558
<ul>
4659
<a href="https://en.wikipedia.org/wiki/Werewolf" target="_blank"> <ion-icon name="globe-outline"></ion-icon> </a>

0 commit comments

Comments
 (0)