We made this website to create fun website where you can learn about all things comedy. We have everything from knock knock jokes, programming jokes, the joke of the day, funny movie recomendations and the history of comedy!
Press Run and open in a new tab. You will be directed to the Home page, which will have welcome message next week. Use the menu to be redirected to other pages(no information on each page, however, they are functional). If you add /playground into the URL, you can find the secret joke. We used this page to test our code and also as a fun reward for those who found the page.
This project was created to learn about HTML language and some CSS. In this project, both Python and HTML are used
main.py: is in python, imports the html files. Has routes for each page and URL.
base.html: base for webstite, the back end which connects all the components
comediandecades.html: has information about some iconic comedians throught the ages
historyofcomdedy.html: has fun facts about the history of comedy
home.html: our home page, the first thing you see when you click the link to the website
knock.html: our page full of knock knock jokes and a small preview of the hilarous jokes to come
playground.html: a page we use to test code if we need to preview something before putting it on a main page
Through this project, we furthered our knowledge on html and coding websites through Flask. Additionally, we had ah ha moments about transferring the project to Github and InteliJ.
- Added background color to each page on website
- Worked on home page
- Worked on creating a menu
- Added components of Bootstrap by adding the drop down menu(still in process of working out)
- Need to figure out pathways in order for the drop down to show up
- Created new html files for our different pages for website
- Started to put together our jokes and information for the website on google docs
- Thought of Aha moments
- Iniyaa created Github repository for our project
- Start to input jokes and information on each of our pages
- Finalize home page
- Figure out drop down menu
- Have everyone working on INTELLIJ