Skip to content

Commit

Permalink
Merge pull request DjangoGirls#997 from amakarudze/new-layout
Browse files Browse the repository at this point in the history
Add sss.js to global base.html
  • Loading branch information
amakarudze committed May 22, 2024
2 parents 430208d + 6062b70 commit 988a5ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/source/css/event.styl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ a, a:hover
padding-top: 10px
a
color: mint
font-size: 16px
font-size: 18px
font-family: sans_font
font-weight: 300
text-transform: uppercase
Expand Down Expand Up @@ -167,12 +167,14 @@ a, a:hover
color: white
line-height: 60px
margin-bottom: 20px
letter-spacing: 2px

h2
font-family: serif_font
font-size: 40px
color: #E7E7E7
line-height: 40px
letter-spacing: 2px

#newsletter
.facebook
Expand Down
2 changes: 2 additions & 0 deletions templates/global/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
{% block main_stylesheet %}<link rel="stylesheet" type="text/css" href="{% static_rev 'css/global.css' %}" media="screen">{% endblock %}
{% block extra_css %}{% endblock %}

<script type="text/javascript" src="{% static 'vendor/js/jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static 'vendor/js/bootstrap.bundle.min.js' %}"></script>
<script type="text/javascript" src="{% static 'vendor/js/sss.min.js' %}"></script>

{% block extra_js %}{% endblock %}
</head>
Expand Down

0 comments on commit 988a5ba

Please sign in to comment.