Skip to content

Commit 4536581

Browse files
committedSep 2, 2019
update offer contents
1 parent 0889a8e commit 4536581

File tree

3 files changed

+90
-14
lines changed

3 files changed

+90
-14
lines changed
 

‎css/main.css

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
html,body {
22
background: #EFF3F4;
3-
font-family: 'Open Sans', serif;
3+
font-family: 'Gotham', serif;
44
}
55
.hero-body .container {
66
max-width: 700px;
@@ -9,10 +9,17 @@ html,body {
99
color: hsl(192,17%,99%) !important;
1010
}
1111
.hero-body .subtitle {
12-
color: hsl(192,17%,99%) !important;
12+
color: rgb(0, 0, 0) !important;
1313
padding-top: 2rem;
1414
line-height: 1.5;
1515
}
16+
a {
17+
color: #A31E35 !important;
18+
text-decoration: underline
19+
}
20+
i {
21+
color: #A31E35 !important;
22+
}
1623
.features {
1724
padding: 5rem 0;
1825
}
@@ -53,7 +60,7 @@ html,body {
5360
}
5461
.is-shady {
5562
animation: flyintoright .4s backwards;
56-
background: #fff;
63+
background: rgb(255, 255, 255);
5764
box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
5865
border-radius: 4px;
5966
display: inline-block;
@@ -89,7 +96,7 @@ footer li:before {
8996
color: #147efb;
9097
}
9198
.flashit{
92-
color:#f2f;
99+
color:#A31E35;
93100
-webkit-animation: flash linear 1s infinite;
94101
animation: flash linear 1s infinite;
95102
}

‎img/logo.jpg

22.4 KB
Loading

‎index.html

+79-10
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,17 @@
5353
</div>
5454
</nav>
5555
</div>-->
56-
<div class="hero-body" style="background-color:rgba(0, 0, 0);">
56+
<div class="hero-body" style="background-color:rgb(255, 255, 255);">
5757
<div class="container has-text-centered">
5858
<h1 class="title">
59-
SUTD Unfiltered
59+
<img src="img/logo.jpg">
6060
</h1>
6161
<h2 class="subtitle">
6262
A monstrous amalgam of alcohol, engineering students and knowledge, in conjunction with the lads at OpenSUTD
6363
<br><br>
6464
17th September, D'star Bistro
65+
<br><br>
66+
Check out the <a href="#offers">offers for the day</a>!
6567
</h2>
6668
</div>
6769
</div>
@@ -87,19 +89,19 @@ <h4>Sign a friend up!</h4>
8789
<div class="column is-4">
8890
<div class="card is-shady">
8991
<div class="card-image has-text-centered">
90-
<i class="fa fa-heart faa-pulse animated" ></i>
92+
<i class="fa fa-heart faa-pulse animated"></i>
9193
</div>
9294
<div class="card-content">
93-
<div class="content" style="border-color:rgbe(0,0,0);">
95+
<div class="content">
9496
<h4>Sign up!</h4>
95-
<p>Up for a challenge? Go for <b class="flashit">ARCADE MODE</b></p>
96-
<p>Otherwise, prepare for a <a href="https://www.pechakucha.com/" target="_blank">pecha kucha</a>-styled presentation!</p>
97+
<p>Up for a challenge? Summer was too interesting? Too drunk to remember what happened? Go for <b class="flashit">ARCADE MODE</b>
98+
<br>
99+
Otherwise, prepare for a <a href="https://www.pechakucha.com/" target="_blank">pecha kucha</a>-styled presentation!</p>
97100
<p><a href="#">Learn more</a></p>
98101
</div>
99102
</div>
100103
</div>
101104
</div>
102-
103105
<div class="column is-4">
104106
<div class="card is-army">
105107
<div class="card-image has-text-centered">
@@ -115,9 +117,76 @@ <h4 style="color: #fff;">Sign on!</h4>
115117
</div>
116118
</div>
117119
</div>
118-
<div class="intro column is-8 is-offset-2">
119-
<h2 class="title">Start the term with a bang!</h2><br>
120-
<p class="subtitle">Check out the speakers here</p>
120+
</section>
121+
<section class="container">
122+
<div class="intro column is-8 is-offset-2" id="offers">
123+
<h2 class="title">Choose any one set!</h2><br>
124+
<p class="subtitle">3-4pax, $39.90</p>
125+
</div>
126+
<div class="columns features is-gapless">
127+
<div class="column is-4">
128+
<div class="card is-shady">
129+
<div class="card-image has-text-centered">
130+
<i class="fa fa-beer" style="color:#42d4f4 !important;"></i>
131+
</div>
132+
<div class="card-content">
133+
<div class="content">
134+
<h4>Set A</h4>
135+
<p>
136+
1 tower Carlsberg
137+
<br>
138+
Fish Fingers
139+
<br>
140+
Eel Skin
141+
<br>
142+
Luncheon Meat Fries
143+
</p>
144+
</div>
145+
</div>
146+
</div>
147+
</div>
148+
<div class="column is-4">
149+
<div class="card is-shady">
150+
<div class="card-image has-text-centered">
151+
<i class="fa fa-beer" style="color:#469990 !important;"></i>
152+
</div>
153+
<div class="card-content">
154+
<div class="content" style="border-color:rgbe(0,0,0);">
155+
<h4>Set B</h4>
156+
<p>
157+
1 tower Carlsberg
158+
<br>
159+
Pizza
160+
<br>
161+
Cheese Fries
162+
<br>
163+
8pcs Spring roll
164+
</p>
165+
</div>
166+
</div>
167+
</div>
168+
</div>
169+
<div class="column is-4">
170+
<div class="card is-shady">
171+
<div class="card-image has-text-centered">
172+
<i class="fa fa-beer" style="color:#911eb4 !important;"></i>
173+
</div>
174+
<div class="card-content">
175+
<div class="content">
176+
<h4>Set C</h4>
177+
<p>
178+
1 tower Carlsberg
179+
<br>
180+
Chicken Wings
181+
<br>
182+
Luncheon Meat Fries
183+
<br>
184+
8 pcs Spring Roll
185+
</p>
186+
</div>
187+
</div>
188+
</div>
189+
</div>
121190
</div>
122191
</section>
123192
<footer class="footer">

0 commit comments

Comments
 (0)
Please sign in to comment.