Skip to content

Commit 25995d4

Browse files
committed
2 parents b4e57ef + 9e1b073 commit 25995d4

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

assets/css/style.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ body {
9494
margin-left: 0.8rem;
9595
}
9696

97+
#group-photo{
98+
width: 950px;
99+
height: 700px;
100+
margin-bottom: 60px;
101+
}
102+
97103
.wrapper .container .video-wrapper {
98104
width: 80%;
99105
display: flex;
@@ -595,6 +601,10 @@ body {
595601
}
596602

597603
@media (max-width:768px) {
604+
#group-photo{
605+
width: 600px;
606+
height: 350px;
607+
}
598608
#telegram_img,
599609
#eye_img,
600610
#reload_img,
@@ -639,9 +649,9 @@ body {
639649
padding: 0 2rem;
640650
font-size: 17px;
641651
}
642-
.wrapper .container .registration-closed{
643-
text-align: center;
644-
font-size: 1.2rem;
652+
#group-photo{
653+
width: 400px;
654+
height: 250px;
645655
}
646656

647657
.form #left-side_form #successBox #first-insight{

assets/images/photo.jpg

2.93 MB
Loading

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
</p>
3636
<a href="https://linux-diary.wcewlug.org/wargames/" target="_blank"><button class="btn-register">Play wargames<i id="register-icon" class="fa fa-play btn-icon"></i></button></a>
3737
<!-- <p class="registration-closed">Registrations are temporarily closed!</p> -->
38+
<img src="./assets/images/photo.jpg" class="rounded img-fluid" alt="photo.jpg" id="group-photo">
3839
<div class="video-wrapper">
3940
<video controls autoplay>
4041
<source src="./assets/videos/Linux Diary 3.0.mp4" type="video/mp4">
@@ -149,7 +150,7 @@ <h1>ANALYTICS</h1>
149150
<p id="participants-logo"><i class="fa-solid fa-puzzle-piece"></i></p>
150151
</div>
151152
<div class="col-md-8">
152-
<p id="participants-text">8 Wargames</p>
153+
<p id="participants-text">12 Wargames</p>
153154
</div>
154155
</div>
155156
<div class="row mt-3" id="first-insight">

0 commit comments

Comments
 (0)