Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therustifyer/portfolio
Alex Vergara portfolio, created as a "learning Flask project".
https://github.com/therustifyer/portfolio
Last synced: about 11 hours ago
JSON representation
Alex Vergara portfolio, created as a "learning Flask project".
- Host: GitHub
- URL: https://github.com/therustifyer/portfolio
- Owner: TheRustifyer
- Created: 2020-09-06T12:34:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:57:36.000Z (about 4 years ago)
- Last Synced: 2024-01-20T10:45:38.031Z (about 1 year ago)
- Language: HTML
- Homepage: https://pyzyryab.github.io
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Pyzyryab's portfolio](https://pyzyryab.github.io)
![Flask](https://img.shields.io/badge/Built%20on-Flask-success?style=plastic)
Alex Vergara professional portfolio.
It was part of @zerotomastery Python course.
Originally, this port was deployed on [Python Anywhere](https://www.pythonanywhere.com) and serverd from there.
Due to a academic task, it's now moved to GitHub pages.![Work on](https://img.shields.io/badge/NOT%20-completed-important?style=plastic)
At 14/11/2020, page is under construction. For get a full front-end resource, i had to copy my `index.html`to the root folder,
due an issue with GitHub organigram folders.## Builded (How to...)
This portfo is made on Flask, HTML, JS and CSS.
Install Python from his main site, or if you already have it installed, use
```
pip3 -m install Flask
```Flask have a nice documentacion on how to build your server side app.