Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion common/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{% block css %}
<link rel="shortcut icon" href="{% static "landing/assets/img/icon/icon-logo.svg" %}" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Raleway:100,400,700,900/Roboto:400,700,400i,700i">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway:100,400,700,900">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic">
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "common/scss/main.scss" %}">
{% endcompress %}
Expand Down
5 changes: 1 addition & 4 deletions landing/templates/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,10 +610,7 @@ <h3 class="font-montserrat text-20 m-0">
<!-- 4th -->
{% include "landing/our_team.html" %}

<!-- Sponsorship section -->
{% include "landing/sponsorship.html" %}

<!-- 6th -->
<!-- 6th -->
{% include "landing/code_of_conduct.html" %}

<!-- Mailing List section -->
Expand Down