Skip to content

Commit 76261f1

Browse files
authored
Merge pull request #192 from HackInTheNorth/revert-191-revert-190-overlay
Revert "Revert "Overlay""
2 parents 78004ab + 5a01a2a commit 76261f1

10 files changed

Lines changed: 5747 additions & 6 deletions

File tree

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</div>
6565
</nav>
6666

67-
<div class="container-fluid" style="padding-bottom: 10%">
67+
<div class="container-fluid" style="padding-bottom: 10%;">
6868
<div class="row col-md-8 col-md-offset-2">
6969
<div id="scene" style="position: relative;">
7070
<img src="static/img/gears.gif" class="parallax-width" data-depth="0.1" style="position: relative;">
@@ -87,17 +87,19 @@ <h4>Registration opening soon.</h4>
8787
</div>
8888
</div>
8989

90-
<section id="about" class="fullpage" style="background-image: linear-gradient(330deg, #4C4491 0%, #FD5C63 100%);">
90+
<section id="about" class="fullpage" style="background-image: url(static/img/hint.jpg);background-repeat: no-repeat;background-size: cover;position: relative;color: white;">
91+
<div class="fullpage" style="background: rgba(0,0,0,0.6);">
9192
<div class="container-fluid">
9293
<div class="card-panel">
93-
<h1 class="wow fadeInUp text-center" data-wow-delay="0.2s">ABOUT</h1>
94+
<h1 class="wow fadeInUp text-center" data-wow-delay="0.2s" style="font-family: 'Avenir-Medium';">ABOUT</h1>
9495
<br>
9596
<div class="row">
9697
<div class="col-md-12">
97-
<h4 class="wow fadeInUp" data-wow-delay="0.4s" style="line-height: 2em;">Hack In The North is the biggest student-held hackathon in India. Over 300 students from all across India come together at IIIT Allahabad to spend 36 hours building projects that have potential to make life better. We're looking for simple, classy solutions to world problems. We at HINT believe that there exists no limitation on age, and hence we're open for all! Food, travel, somewhere to crash when you run out of energy - it's all on us.
98+
<h4 class="wow fadeInUp" data-wow-delay="0.4s" style="line-height: 2em;font-family: 'Avenir-Medium';">Hack In The North is the biggest student-held hackathon in India. Over 300 students from all across India come together at IIIT Allahabad to spend 36 hours building projects that have potential to make life better. We're looking for simple, classy solutions to world problems. We at HINT believe that there exists no limitation on age, and hence we're open for all! Food, travel, somewhere to crash when you run out of energy - it's all on us.
9899
</h4>
99100
</div>
100101
</div>
102+
</div>
101103
</section>
102104

103105
<section id="schedule">
@@ -145,6 +147,7 @@ <h3 class="timeline__title">18th Mar 5:00 PM :- Prize Distribution & Feedback Se
145147
</section>
146148

147149
<section id="faq" class="fullpage" style="height: auto;">
150+
<div class="fullpage" style="background: rgba(0,0,0,0.6);">
148151
<div class="contents">
149152
<h3>FAQ</h3>
150153
<div class="faqcolumn">
@@ -204,6 +207,7 @@ <h3>FAQ</h3>
204207
</div>
205208
</div>
206209
</div>
210+
</div>
207211
</section>
208212
<section id="sponsors">
209213

static/css/cards.css

Lines changed: 1107 additions & 1 deletion
Large diffs are not rendered by default.

static/css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ li{
277277

278278

279279
#faq {
280-
background: linear-gradient(330deg, #4C4491 0%, #FD5C63 100%);
280+
background-image: url(../img/collage.jpg);
281+
background-size: cover;
282+
background-repeat: no-repeat;
281283
color:#fff;
282284
margin-bottom: 10vh; }
283285
#faq .contents {

static/fonts/Avenir-Medium.eot

136 KB
Binary file not shown.

static/fonts/Avenir-Medium.svg

Lines changed: 3521 additions & 0 deletions
Loading

static/fonts/Avenir-Medium.ttf

136 KB
Binary file not shown.

static/fonts/Avenir-Medium.woff

60.8 KB
Binary file not shown.

static/fonts/styles.css

Lines changed: 1108 additions & 0 deletions
Large diffs are not rendered by default.

static/img/collage.jpg

625 KB
Loading

static/img/hint.jpg

366 KB
Loading

0 commit comments

Comments
 (0)