Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclosed divs and other errors in the template #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ <h5 class="font-weight-bold mt-5 text-white">{{ _('Our mission:') }}</h5>
<a href="https://donate.torproject.org" title="{{ _("Donate") }}"><h5><span class="badge badge-warning p-2 mt-2">{{ _("Donate Now") }}</span></h5></a>
</div>
</div>
</div>
<div class="col-12 d-flex justify-content-center border">
<div class="col-sm-6 offset-lx-1 offset-md-2 offset-sm-0 mt-5 mt-5 pb-5">
<p class="text-primary-light text-uppercase">{{ _('Subscribe to our Newsletter') }}</p>
Expand Down Expand Up @@ -97,3 +98,4 @@ <h4><a class="github text-white px-3" target="_blank" href="https://github.com/t
<script src="{{ '/static/js/download.js'|asseturl }}" ></script>
<script src="{{ '/static/js/fallback.js'|asseturl }}" ></script>
</div>
</div>
1 change: 0 additions & 1 deletion templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@
{{ _("Download Tor Browser") }}<i class="ml-2 pt-1 fas fa-arrow-down-png"></i>
</a>
</div>
</nav>
</div>