Skip to content

Commit b184495

Browse files
committed
Set to nopster version
1 parent cb026a0 commit b184495

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<div id="Home" class="container-fluid">
7777
<div class="row">
78-
<div class="intro-content col-md-5 col-md-1 col-sm-10 offset-sm-1 d-flex justify-content-center align-items-center flex-column">
78+
<div class="intro-content col-sm-10 offset-sm-1 col-md-6 offset-md-3 d-flex justify-content-center align-items-center flex-column">
7979
<div>
8080
<img id="landing-logo" src="./assets/brand/main-logo-sq.png" alt="CSI Logo">
8181
</div>
@@ -91,11 +91,6 @@ <h3>We are a team of students in GITAM that aim to promote coding as being fun,
9191
</p>
9292
</div>
9393
</div>
94-
95-
<div class="poster-panel col-md-6 col-sm-10 d-flex justify-content-center align-items-center flex-column">
96-
<img style="background: #fbe1ff" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster">
97-
<a href="https://bit.ly/rh2-ch" class="btn btn-success m-4" target="_blank">Register Now!</a>
98-
</div>
9994
</div>
10095
</div>
10196

schedule.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,16 @@
7777
<div class="row">
7878
<div class="col-10 offset-1">
7979
<h1>Schedule</h1>
80-
<h3 class="text-md-center"><u>Up next:</u> Rookie Hour #2 on 16<sup>th</sup> February, 2019 <a href="https://bit.ly/rh2-ch" class="btn btn-success" target="_blank">Register Now!</a></h3>
80+
<h3 class="text-md-center"><u>Up next:</u> Rookie Hour #2 on <s>16<sup>th</sup> February, 2019</s> <span class="badge badge-warning">Postponed! ☹️</span></h3>
81+
<!-- Original Link, Form disabled -->
82+
<!-- <a href="https://bit.ly/rh2-ch" class="btn btn-success" target="_blank">Register Now!</a> -->
8183
</div>
8284
</div>
8385
</div>
8486
</div>
8587

8688
<!-- Current week's Poster -->
87-
<img style="background: #fbe1ff" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster">
89+
<!-- <img style="background: #fbe1ff" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster"> -->
8890

8991
<div id="suggestion-grid" class="container">
9092
<div class="row">

0 commit comments

Comments
 (0)