Skip to content

Commit 8260858

Browse files
committed
Various additions
- Added FlexBy to the About page - Updated and added various team member descriptions to the About page - Minor styling changes for the About page and Home page - Updated video links and thumbnails - Fixed some footer scaling issues on window resize
1 parent bf1d64f commit 8260858

19 files changed

Lines changed: 356 additions & 241 deletions
37.9 KB
Loading
9.63 KB
Loading
62 KB
Loading

public_html/img/users/flexby.png

8.98 KB
Loading

public_html/img/videos/1.jpg

307 KB
Loading

public_html/img/videos/2.jpg

531 KB
Loading

public_html/img/videos/3.jpg

-173 KB
Loading

public_html/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
<?php
3939
preloadVideo(
4040
'1',
41-
'QyeXbg7kXMQ',
41+
'Zh_bRbJs2SQ',
4242
'1'
4343
);
4444
preloadVideo(
4545
'2',
46-
'GWD5B87W3ig',
46+
'BIqK3SZU_HU',
4747
'2'
4848
);
4949
preloadVideo(
5050
'3',
51-
'mKON3RwjnEU',
51+
'QyeXbg7kXMQ',
5252
'3'
5353
);
5454
?>

public_html/lib/css/darkmode.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,13 @@
148148
color:#fff!important
149149
}
150150
.dm-specbox {
151-
background:rgb(17 21 37/50%)!important;
152-
border:solid 1px rgb(41 51 88/50%)!important;
151+
background: linear-gradient(0deg, rgb(104 109 224 / 15%) 0%, rgb(186 190 206 / 10%) 70%);
153152
}
154153
.dm-spechseet {
155154
background:rgb(255 255 255/5%)!important
156155
}
157156
.dm-socialbox-con-button {
158-
background:rgb(17 21 37/50%)!important;
159-
border:solid 1px rgb(41 51 88/50%)!important
157+
background: linear-gradient(0deg, rgb(104 109 224 / 15%) 0%, rgb(186 190 206 / 10%) 70%);
160158
}
161159
.dm-menu {
162160
background:rgba(16,24,56,.8)!important

0 commit comments

Comments
 (0)