-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/gachouchani1999/ezppt
- Loading branch information
Showing
7 changed files
with
28 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# hackriceproject | ||
This is our Hackrice project | ||
## Setup | ||
`python3 -m venv venv` | ||
`source venv/bin/activate` | ||
`pip install -r requirements.txt` | ||
restart so bootstrap-flask loads | ||
|
||
`export FLASK_APP=flaskr` | ||
`export FLASK_ENV=development` | ||
`flask run` | ||
# EZ PowerPoint | ||
|
||
|
||
|
||
## Local Instructions | ||
1. `python3 -m venv venv` | ||
1. `source venv/bin/activate` | ||
1. `pip install -r requirements.txt` | ||
1. restart so bootstrap-flask loads | ||
|
||
1. `export FLASK_APP=flaskr` | ||
1. `export FLASK_ENV=development` | ||
1. `flask run` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
document.addEventListener('DOMContentLoaded', function() { | ||
setTimeout(changeDisplay, 5000); | ||
setTimeout(displaySuccess, 750); | ||
}); | ||
|
||
function changeDisplay() { | ||
{ | ||
displaySuccess() | ||
} | ||
|
||
|
||
|
||
function displaySuccess() { | ||
document.getElementById("loading").style.display = "none"; | ||
document.getElementById("success").style.display = "block"; | ||
document.getElementById("downloadBtn").style.display = "inline"; | ||
document.getElementById("pptx-status").innerHTML = "All done, click below to get your powerpoint!" | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ button { | |
.center { | ||
margin-left: auto; | ||
margin-right: auto; | ||
width: 50%; | ||
width: 60%; | ||
} | ||
|
||
#theme { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters