Skip to content

Commit 54b28e6

Browse files
Added team application & review drive banners (#313)
* Added team application & review drive banner * Linked application banner to google form Co-authored-by: Alex Shen <shen.alexander@gmail.com>
1 parent ef07263 commit 54b28e6

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

tcf_website/templates/base/navbar.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<img class="logo" src="{% static 'base/img/new_logo.png' %}" alt="theCourseForum home">
1313
</a>
1414

15+
<!-- tCF event banner -->
16+
<a id="event-banner" class="btn btn-outline-info mr-3" href="https://docs.google.com/forms/d/e/1FAIpQLSdVYuz0LzaHwQotf_utqRUIlSDJpctyCGdDbkXLRNwiCMqH6Q/viewform?usp=sf_link">
17+
Apply to our team!
18+
</a>
19+
1520
<!-- tCF search -->
1621
{% include "base/searchbar.html" %}
1722

tcf_website/templates/browse/browse.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
{% block content %}
1111
<div class="browse container">
12+
{% include "common/notification.html" %}
1213
<h2 class="font-weight-light">Browse by Department</h2>
1314
<div class="schools text-left">
1415

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div class="alert alert-info alert-dismissible fade show" role="alert">
2+
<h4 class="alert-heading">Review Drive - Enter to win!</h4>
3+
<p>
4+
Our Fall 2020 review drive is from 12/7 til 12/25.
5+
During this time, any review written gives you one entry
6+
into our sweepstakes for <b>four $25 gift cards!</b>
7+
</p>
8+
<hr>
9+
<p class="mb-0">To enter, write a review for any class with the hashtag <b>#tCFfall20</b>!</p>
10+
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
11+
<span aria-hidden="true">&times;</span>
12+
</button>
13+
</div>

0 commit comments

Comments
 (0)