Skip to content

Commit

Permalink
Final version for now. Removed all unnecessary files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhustles committed Oct 5, 2020
1 parent e264e45 commit 01ce90b
Show file tree
Hide file tree
Showing 87 changed files with 46 additions and 41,798 deletions.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def register():

"""Register user"""
if request.method == "GET": #Render the register.html page
return render_template("registerdraft.html", message="")
return render_template("register.html", message="")

else: # else if, you're already on the page, and want to submit results back to the API, use method = "POST"
if not first_name:
Expand Down
Binary file removed static/finance.db
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-1.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-2.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-3.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-4.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-5.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-6.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-7.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-8.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-9.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-details-1.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-details-2.jpg
Binary file not shown.
Binary file removed static/img/portfolio/portfolio-details-3.jpg
Binary file not shown.
Binary file removed static/img/testimonials/testimonials-1.jpg
Binary file not shown.
Binary file removed static/img/testimonials/testimonials-2.jpg
Binary file not shown.
Binary file removed static/img/testimonials/testimonials-3.jpg
Binary file not shown.
Binary file removed static/img/testimonials/testimonials-4.jpg
Binary file not shown.
Binary file removed static/img/testimonials/testimonials-5.jpg
Binary file not shown.
17 changes: 10 additions & 7 deletions static/js/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* Template Name: Kelly - v2.0.0
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
!(function($) {
"use strict";

Expand Down Expand Up @@ -174,4 +168,13 @@
aos_init();
});

})(jQuery);
})(jQuery);



/**
* Template Name: Kelly - v2.0.0
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
1 change: 0 additions & 1 deletion static/vendor/aos/aos.css

This file was deleted.

1 change: 0 additions & 1 deletion static/vendor/aos/aos.js

This file was deleted.

Loading

0 comments on commit 01ce90b

Please sign in to comment.