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 @@ - - - -