Git Product home page Git Product logo

waelabdelhamid / portfoliosite_startercode Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.03 MB

A project made for the Udacity's Fullstack Developer Nanodegree program with the goal of creating a portfolio site with Html& CSS, I added some changes by using Python& Flask to run it as a server to display the portfolio page instead of double clicked on the Html file.

Python 7.60% CSS 46.18% HTML 46.22%

portfoliosite_startercode's Introduction

PortfolioSite_StarterCode

Source code for Build a Portfolio site Project.

The portfolio site includes a Logo, Title, and Featured Work highlighted with a respective box art imagery. it is a pure Html & CSS, utilizes a grid-based layout with styles making use of the flexbox.

Features

  • Built in web server.
  • All content is responsive and displays on all display sizes.

Examples

Check My Portfolio Site for an example of Build a Portfolio Site.

Installation

  • Install Python from the python web site https://www.python.org
  • Install Flask using Python's package manager pip from the shell like (terminal on Mac or Linux), or from git bash on Windows
    • If you are on Mac or Linux, then:
      sudo python3 -m pip install werkzeug==0.8.3
      sudo python3 -m pip install flask==0.9
      sudo python3 -m pip install Flask-login==0.1.3
      
    • On Windows, as an administrator:
      python -m pip install werkzeug==0.8.3
      python -m pip install flask==0.9
      python -m pip install Flask-login==0.1.3
      

Usage

  1. Download the files from GitHub.
  2. To start the portfolio web server Using the terminal, CD to the project folder, then type python3 app.py, or on Windows by typing python app.py
  3. Visit this URL http://localhost:8000/ to see the portfolio web page.
  4. To stop the portfolio web server, press [ctrl+c] from the terminal.

Troubleshooting

I'm getting an error about port 8000 is already in use.

  • Please run the server on another port: 5000 or 8080, for ex. from the terminal, type export PORT=5000 and try again.

portfoliosite_startercode's People

Contributors

waelabdelhamid 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.