Skip to content

Commit

Permalink
Home Page Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Duarte committed Sep 17, 2019
1 parent d8d0213 commit 345f220
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .idea/djangocon_2020.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 16 additions & 10 deletions djangocon_2020/templates/pages/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load staticfiles %}
{% block body_content %}

{# HEADER#}
{# HEADER#}
<div class="container-fluid home-header">
<ul class="container nav nav-pills nav-fill">
<li class="nav-item">
Expand All @@ -17,15 +17,21 @@ <h3>Five days of talks, sprints, and<br> tutorials in Porto.</h3>
</div>
</div>

<div class="row button-footer">
<div class="col-3">
designed by <a class="text-white font-weight-bold" href="https://playdust.design" target="_blank">playdust.design</a>
</div>
<div class="col-6 text-center">
developed in <a class="text-white font-weight-bold" href="https://www.djangoproject.com" target="_blank">django</a> with ♥ by <a class="text-white font-weight-bold" href="https://evolutio.pt" target="_blank">evolutio.pt</a>
</div>
<div class="col-3 text-right">
help us improve on <a class="text-white font-weight-bold" href="https://github.com/djangocon/2020.djangocon.eu" target="_blank">GitHub</a>
<div class="container-fluid button-footer">
<div class="row">
<div class="col-3">
designed by <a class="text-white font-weight-bold" href="https://playdust.design" target="_blank">playdust.design</a>
</div>
<div class="col-6 text-center">
developed in <a class="text-white font-weight-bold" href="https://www.djangoproject.com"
target="_blank">django</a> with ♥ by <a class="text-white font-weight-bold"
href="https://evolutio.pt"
target="_blank">evolutio.pt</a>
</div>
<div class="col-3 text-right">
help us improve on <a class="text-white font-weight-bold" href="https://github.com/djangocon/2020.djangocon.eu"
target="_blank">GitHub</a>
</div>
</div>
</div>
{% endblock body_content %}
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ const generateAssets = parallel(

// Set up dev environment
const dev = parallel(
// runServer,
// initBrowserSync,
runServer,
initBrowserSync,
watchPaths
)

Expand Down

0 comments on commit 345f220

Please sign in to comment.