Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Commit

Permalink
Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
arendondiosa committed Oct 8, 2017
1 parent 38c0611 commit 37982ec
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,16 @@ python run.py
env/bin/python web/run.py
```

* La aplicación se ejecutará sobre localhost:5000

## Test deploy

```bash
env/bin/python -m http.server <port>
```

## Copyright and License
## Referencias

### Plantilla de Bootstrap

Copyright 2013-2017 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-creative/blob/gh-pages/LICENSE) license.
Binary file modified web/__pycache__/app.cpython-36.pyc
Binary file not shown.
Binary file modified web/__pycache__/main.cpython-36.pyc
Binary file not shown.
Binary file modified web/__pycache__/views.cpython-36.pyc
Binary file not shown.
5 changes: 5 additions & 0 deletions web/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ hr {
width: 70%;
border-radius: 50%;
}

.logo {
padding: 10px;
width: 90%;
}
274 changes: 274 additions & 0 deletions web/static/img/python-pereira.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@
<header class="masthead">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading" class="title">Comunidad Python Pereira</h1>
<hr>
<p>Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template
and start going, no strings attached!</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Más información</a>
<div class="row">
<div class="col-lg-6 col-xs-12">
<img src="{{ url_for('static', filename='img/python-pereira.svg') }}" alt="Logo" class="logo">
</div>
<div class="col-lg-6 col-xs-12">
<h1 id="homeHeading" class="title">Comunidad Python Pereira</h1>
<hr>
<h3>Próximos Eventos:</h3>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Más información</a>
</div>
</div>
</div>
</div>
</header>
Expand Down

0 comments on commit 37982ec

Please sign in to comment.