From 5b9130b5f91461ab0a8e65ed0625875f60d7a9d3 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Tue, 2 Apr 2019 20:50:39 -0600 Subject: [PATCH] terminal look --- main.py | 2 +- templates/dungeondream.txt | 6 ++ templates/index.html | 201 ++++++++++++++++++++++++++++++++++--- 3 files changed, 193 insertions(+), 16 deletions(-) create mode 100644 templates/dungeondream.txt diff --git a/main.py b/main.py index e161f10..e2a4c0f 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ def root(): datetime.datetime(2018, 1, 3, 11, 0, 0), ] - return render_template('index.html', times=dummy_times) + return render_template('index.html') if __name__ == '__main__': diff --git a/templates/dungeondream.txt b/templates/dungeondream.txt new file mode 100644 index 0000000..e41bc65 --- /dev/null +++ b/templates/dungeondream.txt @@ -0,0 +1,6 @@ +jeff@weisbein:~$ cat jeffweisbein.txt

+Hi, I'm Jeff Weisbein.

I majored in Business Administration with a concentration in Finance. I graduated Summa Cum Laude.

+

I'm the founder and CEO of BestTechie and KYA.

+

I love to read, listen to music, and travel.

+If you would like to get in touch with me, whether it be for tech support, a business venture, or to just say hi, feel free to send me an email or a tweet. My email address is: jeff@besttechie.com and my Twitter is: @jeffweisbein. +

And if you haven't already, be sure to check out my tech publication http://www.besttechie.com and analytics startup https://getkya.com.

diff --git a/templates/index.html b/templates/index.html index f159e28..5f410b0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,18 +1,189 @@ - - - - Datastore and Firebase Auth Example - - - - + + + +Jeff Weisbein + + + + + +
+ + +