Giter VIP home page Giter VIP logo

personal-website's Introduction

Personal Website

This is a personal website I built to show off some my projects. The website uses Bootstrap for the frontend and Python's flask framework for the backend with Jinja2 templating. This is a fairely simple website that has a navigation bar with links to web pages for displaying my projects, some talks I have given, and a contact page. The project is hosted on an AWS Lightsail instance that I configured using an nginx web server, with the gunicorn application server.

landing-page

Dependencies

  • python3.7.4
  • Third party python libraries listed in requirements.txt

Installation Instructions

  1. Clone the repo
git clone https://github.com/Jim-Shaddix/Personal-Website.git
  1. You can than use the following command to download all the third party libraries needed to run this program.
pip install -r requirements.txt
  1. Run the application!
python app.py
  • If you would like to use this application, you should configure the mail settings that are found in the Config.py file. By default, the mail settings contain arbitrary values (because I am not interested in giving out my email password).

Citations

  • Some of the CSS styling I used for the banner and the navigation bar was based on this webpage.

    • (this webpage comes from an open source repository).
  • I was able to build the form for the contact page by following this guide. This guide is slightly outdated for modern versions of the FlaskWTF library but it is not to hard to fill in the blanks.

  • I was able to configure my own SSL encrypted nginx webserver using the gunicorn application server on AWS Lightsail by following Corey Schafer's flask deployment tutorial.

personal-website's People

Contributors

jim-shaddix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.