Skip to content

Commit 42a49fa

Browse files
committed
2025v2
1 parent 391a1cd commit 42a49fa

File tree

11 files changed

+47
-65
lines changed

11 files changed

+47
-65
lines changed
File renamed without changes.

about-me/assets/css/style.css

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -285,20 +285,37 @@ h6 {
285285
#hero {
286286
width: 100%;
287287
height: 100vh;
288-
background: url("../img/hero-bg.jpg") top right no-repeat;
289-
background-size: cover;
290288
position: relative;
289+
overflow: hidden;
290+
}
291+
292+
#hero-video {
293+
position: absolute;
294+
top: 0;
295+
left: 0;
296+
min-width: 100%;
297+
min-height: 100%;
298+
object-fit: cover;
299+
z-index: -1;
300+
}
301+
302+
#hero .content {
303+
z-index: 1;
304+
position: relative;
305+
color: #ffffff;
306+
text-align: center;
291307
}
292308

293309
@media (min-width: 992px) {
294-
#hero {
310+
#hero .content {
295311
padding-left: 160px;
296312
}
297313
}
298314

315+
299316
#hero:before {
300317
content: "";
301-
background: rgba(255, 255, 255, 0.2);
318+
background: rgba(0, 0, 0, 0.6);
302319
position: absolute;
303320
bottom: 0;
304321
top: 0;
@@ -810,10 +827,10 @@ section {
810827
--------------------------------------------------------------*/
811828
.services .icon-box {
812829
text-align: center;
813-
padding: 70px 20px 80px 20px;
814-
transition: all ease-in-out 0.3s;
815-
background: #fff;
816-
box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
830+
padding: 30px 10px 30px 10px;
831+
transition: all ease-out 0.3s;
832+
background: #2f2a2a;
833+
box-shadow: 0px 5px 90px 0px #26ff00;
817834
}
818835

819836
.services .icon-box .icon {
@@ -823,7 +840,7 @@ section {
823840
display: flex;
824841
align-items: center;
825842
justify-content: center;
826-
transition: ease-in-out 0.3s;
843+
transition: ease-out 0.3s;
827844
position: relative;
828845
}
829846

@@ -1173,11 +1190,11 @@ section {
11731190
# Footer
11741191
--------------------------------------------------------------*/
11751192
#footer {
1176-
background: #f7f8f9;
1177-
color: #45505b;
1193+
background: #2f2a2a;
1194+
color: #ffffff;
11781195
font-size: 14px;
11791196
text-align: center;
1180-
padding: 30px 0;
1197+
padding: 2px 0;
11811198
}
11821199

11831200
#footer h3 {
@@ -1223,8 +1240,4 @@ section {
12231240

12241241
#footer .copyright {
12251242
margin: 0 0 5px 0;
1226-
}
1227-
1228-
#footer .credits {
1229-
font-size: 13px;
12301243
}

about-me/assets/img/bg.mp4

1.06 MB
Binary file not shown.

about-me/assets/img/hacker.png

-80.2 KB
Binary file not shown.

about-me/assets/img/icon.png

3.11 MB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)