Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 559 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 559 Bytes

HW №1

Launch

python main.py

What have been done?

Preparation Phase

  • Fill link to the account in Google Doc.
  • Join itmo-wad GitHub organization

Frontend

  • Created a static profile page about me (HTML + CSS) included:
    • heading, text, image, styles, custom parametr (random number)

Backend

  • Made Python Flask programm to serve the frontend
  • Profile page served with render_template with parametrs by my choice (random number)
  • Made redirect from /profile to defaulte route

Others

  • Made README file
  • Made GitHub page