An open API service indexing awesome lists of open source software.

https://github.com/barbaracalderon/flask-html5up-template

This is a web template from HTML5 Up rendered by Flask and customized at will. This project's purpose was to learn more on Flask.
https://github.com/barbaracalderon/flask-html5up-template

css flask html html5up python templates-html

Last synced: 2 months ago
JSON representation

This is a web template from HTML5 Up rendered by Flask and customized at will. This project's purpose was to learn more on Flask.

Awesome Lists containing this project

README

        

_English. Português._

_This was a practical challenge on rendering templates with Flask from Dr. Angela Yu's Python Bootcamp. Some other
study notes on Flask you can [find here](https://github.com/barbaracalderon/notes-on-python/blob/main/05_FLASK.md)._

_Esse foi um desafio prático sobre renderizar templates com o Flask do curso da Dra. Angela Yu's Python Bootcamp.
Outras anotações sobre o Flask você pode [encontrar aqui](https://github.com/barbaracalderon/notes-on-python/blob/main/05_FLASK.md)._

# Flask: HTML5 Up Template

My goal was to practice how to render templates using Flask. It's a smaller version of a portfolio, I would say. The
template design was by [HTML5 UP](https://html5up.net/), and it's called "Astral". I changed the background colors,
edited text and added images from previous projects, while also making it compatible to run on Flask.

## What do I have to do

1. Clone the repo
2. Open the project
3. Run `server.py`
4. Access the address told by `server.py`

![template entrance with photo and name](01.png)
![template recent work and projects photos](02.png)

---

# Flask: Template do HTML5 Up

Meu objetivo era praticar a renderização de templates com o Flask. Eu diria que é uma versão menor de um portfolio.
O design do template foi feito pelo [HTML5 UP](https://html5up.net/) e se chama "Astral". Eu troquei as cores do
fundo, editei textos e adicionei imagens de projetos anteriores - além de torná-lo compatível com o Flask.

## O que eu preciso fazer

1. Clonar o repo
2. Abrir o projeto
3. Rodar `server.py`
4. Acessar o endereço fornercido por `server.py`