Skip to content

Commit d42bb8f

Browse files
Minor changes to P2P page
Update text formatting and change title.
1 parent e6f4cf4 commit d42bb8f

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

P2P.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<div class="splash-widgets-3col">
7474
<div class="splash-widgets-leftcol">
7575
<div class="splash-widget splash-widget-topleft">
76-
<h2 class="section-title">Pwn2Play: Silicon Siege <br>Capture the Flag (CTF)</br></h2>
76+
<h2 class="section-title">Pwn2Play: <br>Capture the Flag (CTF)</br></h2>
7777
</div>
7878
<div class="splash-widget splash-widget-bottomleft">
7979
<img id="p2p-img" src="img/pwn2play/P2P_FirstBlood.png" alt="P2P" class="img-fluid"
@@ -292,7 +292,7 @@ <h3 class="mb-3 text-center">
292292
<div class="timeline-content">
293293
<span class="timeline-time">08:20</span>
294294
<span class="timeline-dot"><i class="fas fa-door-open"></i></span>
295-
<span class="timeline-desc">Doors Open CTF</span>
295+
<span class="timeline-desc">Doors Open for the CTF</span>
296296
</div>
297297
</div>
298298
<div class="timeline-item right">
@@ -327,7 +327,7 @@ <h3 class="mb-3 text-center">
327327
<div class="timeline-content">
328328
<span class="timeline-time">18:40</span>
329329
<span class="timeline-dot"><i class="fas fa-door-open"></i></span>
330-
<span class="timeline-desc">Doors Open Awards Event</span>
330+
<span class="timeline-desc">Doors Open for the Awards Event</span>
331331
</div>
332332
</div>
333333
<div class="timeline-item left">

css/P2P.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@
157157
justify-content: center;
158158
border-radius: 50%;
159159
font-size: 2rem;
160+
transition: all 0.3s ease;
161+
}
162+
163+
.event-social-btn:hover {
164+
background: var(--accent) !important;
165+
color: var(--bg) !important;
166+
transform: scale(1.05);
160167
}
161168

162169
/* =============================================
@@ -193,6 +200,8 @@
193200
width: 100%;
194201
position: relative;
195202
box-sizing: border-box;
203+
text-align: center;
204+
justify-content: center;
196205
}
197206

198207
.timeline-dot {

0 commit comments

Comments
 (0)