diff --git a/flex/flex/db.sqlite3 b/flex/flex/db.sqlite3 index 5db2926..682f0ae 100644 Binary files a/flex/flex/db.sqlite3 and b/flex/flex/db.sqlite3 differ diff --git a/flex/flex/home/__pycache__/urls.cpython-36.pyc b/flex/flex/home/__pycache__/urls.cpython-36.pyc index 456c847..2d83621 100644 Binary files a/flex/flex/home/__pycache__/urls.cpython-36.pyc and b/flex/flex/home/__pycache__/urls.cpython-36.pyc differ diff --git a/flex/flex/home/__pycache__/views.cpython-36.pyc b/flex/flex/home/__pycache__/views.cpython-36.pyc index 05ecfec..efd2b2c 100644 Binary files a/flex/flex/home/__pycache__/views.cpython-36.pyc and b/flex/flex/home/__pycache__/views.cpython-36.pyc differ diff --git a/flex/flex/home/static/home/main.css b/flex/flex/home/static/home/main.css index 19fd520..422945c 100644 --- a/flex/flex/home/static/home/main.css +++ b/flex/flex/home/static/home/main.css @@ -11,14 +11,30 @@ title { body { margin: 0; padding: 0; - position: absolute; + position: relative; height: 100%; width: 100%; - /*background-image: url(pics/indexbg.jpg);*/ + background-image: url(http://www.mulierchile.com/nike-running-wallpapers/nike-running-wallpapers-005.jpg); + /*background-image: url('pics/indexbg.jpg');*/ background-repeat: no-repeat; background-size: cover; } - +div.navbar { + background: black; + width: 100%; + height: 50px; + color: white; + display: flex; + align-items: right; + justify-content: center; + padding-left: 425px; + position: absolute; +} +.navbar .item{ + color: white; + font-size: 35px; + margin-left: +} div.input { margin: 0; position: absolute; @@ -28,9 +44,9 @@ div.input { } p.title { - margin: 0; + margin: 10; padding: 0; - height: 100px; + height: 120px; width: 70%; text-align: center; position: absolute; @@ -39,9 +55,13 @@ p.title { margin-right: -50%; transform: translate(-50%, -50%); font-family: 'Open Sans Condensed', sans-serif; - font-size: 150px; - color: papayawhip; + font-size: 200px; + color: #C0C0C0; + margin-top: 150px; + text-shadow: 0px 0px 2px #000; } + + font.title { margin: 0; padding-top: 5px; @@ -57,14 +77,43 @@ font.title { font-size: 20px; color: yellow; } - +.subtitle{ + margin: 10; + padding: 0; + height: 35px; + text-align: center; + position: absolute; + top: 12%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + font-family: 'Open Sans Condensed', sans-serif; + font-size: 50px; + color: #546E7A; + margin-top:330px; +} +html, html a { + -webkit-font-smoothing: antialiased; + text-shadow: 1px 1px 1px rgba(0,0,0,0.004); +} +p.legibility { + text-rendering: optimizeLegibility; +} +p.speed { + text-rendering: optimizeSpeed; +} +body { + text-rendering: optimizeLegibility; +} p.inputs { color: dimgray; margin: 0; padding: 5px; border-radius: 8px; - background-color: papayawhip; - height: 110px; + background-color: #BDBDBD; + opacity: .5; + + height: 150px; width: 100%; text-align: center; position: fixed; @@ -80,16 +129,19 @@ p.inputs { font-size: 40px; } button { - margin: 0; + margin: 10px; font-family: 'Open Sans Condensed', sans-serif; font-size: 20px; - background-color: darkblue; + letter-spacing: 2px; + font-style: oblique; + background-color: #00B8D4; color: white; - height: 35px; + height: 45px; width: 150px; - padding: 0 5px 0 5px; + padding: 0px 5px 10px 3px; border: none; box-shadow: 3px 3px 2px #888888; + } button:hover { font-size: 19px; @@ -98,3 +150,12 @@ button:hover { box-shadow: inset 0 0 10px #000000; cursor: pointer; } +#begin{ + color: white; + font-size: 25px; +} +.nav { + position: fixed; + top: 0; + background-color: blue; +} \ No newline at end of file diff --git a/flex/flex/home/templates/home/home.html b/flex/flex/home/templates/home/home.html index 7828d61..0b48d12 100644 --- a/flex/flex/home/templates/home/home.html +++ b/flex/flex/home/templates/home/home.html @@ -10,36 +10,67 @@ + + + + + + + + + + + - + + + + -

FLEX - health



-
-

Reflex - Accomplishing goals in a better way -

- {% if request.user.is_authenticated %} -

Welcome, {{ request.user.username }} -
- -
-

+
+ +
+
+ +
+

ReFleX +

Compete With You +

+ + + {% if request.user.is_authenticated %} +

+
+ +
{% else %} -

Welcome to Reflex Fitness! -
- -
-

+

+
+ +
{% endif %} + + + +

- {{ r }} + + - \ No newline at end of file diff --git a/flex/flex/home/templates/registration/logged_out.html b/flex/flex/home/templates/registration/logged_out.html index ae2c16f..c489b95 100644 --- a/flex/flex/home/templates/registration/logged_out.html +++ b/flex/flex/home/templates/registration/logged_out.html @@ -1,6 +1,29 @@ -{% block content %} -

Logged out!

+ + {% load static %} + + Flex + -
- -{% endblock %} \ No newline at end of file + + + + + + + + + + + + + + + + + {% block content %} +

Logged out!

+ +
+ + {% endblock %} + \ No newline at end of file diff --git a/flex/flex/home/views.py b/flex/flex/home/views.py index 23223ff..b888949 100644 --- a/flex/flex/home/views.py +++ b/flex/flex/home/views.py @@ -28,6 +28,7 @@ def user_login(request): auth_user = authenticate(request, username=username, password=password) if auth_user is not None: login(request, auth_user) + #return HttpResponse(request.user.username) return redirect('home') # ----------- else: return HttpResponse("Unable to log in. User not found.
Please check superuser for more details.") diff --git a/flex/lib/python3.6/site-packages/certifi/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/certifi/__pycache__/__init__.cpython-36.pyc index 6af3c7c..608d298 100644 Binary files a/flex/lib/python3.6/site-packages/certifi/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/certifi/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/certifi/__pycache__/core.cpython-36.pyc b/flex/lib/python3.6/site-packages/certifi/__pycache__/core.cpython-36.pyc index 97a7332..f244702 100644 Binary files a/flex/lib/python3.6/site-packages/certifi/__pycache__/core.cpython-36.pyc and b/flex/lib/python3.6/site-packages/certifi/__pycache__/core.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/__init__.cpython-36.pyc index 1c6e10b..3292b51 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/big5freq.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/big5freq.cpython-36.pyc index ce6845d..ff55a81 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/big5freq.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/big5freq.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/big5prober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/big5prober.cpython-36.pyc index 599873f..8983747 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/big5prober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/big5prober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/chardistribution.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/chardistribution.cpython-36.pyc index 826ec70..4f83ea0 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/chardistribution.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/chardistribution.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetgroupprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetgroupprober.cpython-36.pyc index 5f4ee2c..a1fae82 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetgroupprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetgroupprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetprober.cpython-36.pyc index 2ff8fea..dd06697 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/charsetprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/codingstatemachine.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/codingstatemachine.cpython-36.pyc index e07cecf..3975d6b 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/codingstatemachine.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/codingstatemachine.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/compat.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/compat.cpython-36.pyc index fff5ac1..6202f5a 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/compat.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/compat.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/cp949prober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/cp949prober.cpython-36.pyc index 74c2bf5..24f69c3 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/cp949prober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/cp949prober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/enums.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/enums.cpython-36.pyc index 0df339d..7e15fdb 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/enums.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/enums.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/escprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/escprober.cpython-36.pyc index f35f339..4467160 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/escprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/escprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/escsm.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/escsm.cpython-36.pyc index 0875b1a..2dbc1f0 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/escsm.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/escsm.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/eucjpprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/eucjpprober.cpython-36.pyc index d7a54a6..5d13208 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/eucjpprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/eucjpprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrfreq.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrfreq.cpython-36.pyc index c2f9576..64f9231 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrfreq.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrfreq.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrprober.cpython-36.pyc index 7dfa4c2..5812d08 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/euckrprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwfreq.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwfreq.cpython-36.pyc index 1dfd273..3f35538 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwfreq.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwfreq.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwprober.cpython-36.pyc index 8f88ce3..b9fc0cb 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/euctwprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312freq.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312freq.cpython-36.pyc index 59157b0..33b73cc 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312freq.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312freq.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312prober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312prober.cpython-36.pyc index 810f5fe..0dc565f 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312prober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/gb2312prober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/hebrewprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/hebrewprober.cpython-36.pyc index 9255abe..ec3a3cb 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/hebrewprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/hebrewprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/jisfreq.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/jisfreq.cpython-36.pyc index a55a964..9a26353 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/jisfreq.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/jisfreq.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/jpcntx.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/jpcntx.cpython-36.pyc index ff569ce..e3323bb 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/jpcntx.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/jpcntx.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc index 13527f2..b32c94d 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc index 2ece67f..011d13a 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/langgreekmodel.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/langgreekmodel.cpython-36.pyc index 7e11558..63988f5 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/langgreekmodel.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/langgreekmodel.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/langhebrewmodel.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/langhebrewmodel.cpython-36.pyc index bb63af8..feda171 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/langhebrewmodel.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/langhebrewmodel.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/langthaimodel.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/langthaimodel.cpython-36.pyc index 1dbed5c..4d30f4b 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/langthaimodel.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/langthaimodel.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/langturkishmodel.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/langturkishmodel.cpython-36.pyc index 1cea480..ba401ba 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/langturkishmodel.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/langturkishmodel.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/latin1prober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/latin1prober.cpython-36.pyc index 631056b..c187b24 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/latin1prober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/latin1prober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcharsetprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcharsetprober.cpython-36.pyc index d5e2ebb..90a0bc7 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcharsetprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcharsetprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc index ca2243a..7424359 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcssm.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcssm.cpython-36.pyc index 890b580..493a1fb 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcssm.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/mbcssm.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcharsetprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcharsetprober.cpython-36.pyc index 5956512..1c5af6a 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcharsetprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcharsetprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-36.pyc index f4aa448..8bbda99 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/sjisprober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/sjisprober.cpython-36.pyc index 6bec335..c2c1a32 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/sjisprober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/sjisprober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/universaldetector.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/universaldetector.cpython-36.pyc index c312af6..1434d9c 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/universaldetector.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/universaldetector.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/utf8prober.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/utf8prober.cpython-36.pyc index c9ddc67..42da7c5 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/utf8prober.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/utf8prober.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/chardet/__pycache__/version.cpython-36.pyc b/flex/lib/python3.6/site-packages/chardet/__pycache__/version.cpython-36.pyc index 9937229..b7b35c9 100644 Binary files a/flex/lib/python3.6/site-packages/chardet/__pycache__/version.cpython-36.pyc and b/flex/lib/python3.6/site-packages/chardet/__pycache__/version.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/idna/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/idna/__pycache__/__init__.cpython-36.pyc index 6dfdb83..3072e8a 100644 Binary files a/flex/lib/python3.6/site-packages/idna/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/idna/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/idna/__pycache__/core.cpython-36.pyc b/flex/lib/python3.6/site-packages/idna/__pycache__/core.cpython-36.pyc index c4d8918..510c708 100644 Binary files a/flex/lib/python3.6/site-packages/idna/__pycache__/core.cpython-36.pyc and b/flex/lib/python3.6/site-packages/idna/__pycache__/core.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/idna/__pycache__/idnadata.cpython-36.pyc b/flex/lib/python3.6/site-packages/idna/__pycache__/idnadata.cpython-36.pyc index b2f300b..c59ce25 100644 Binary files a/flex/lib/python3.6/site-packages/idna/__pycache__/idnadata.cpython-36.pyc and b/flex/lib/python3.6/site-packages/idna/__pycache__/idnadata.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/idna/__pycache__/intranges.cpython-36.pyc b/flex/lib/python3.6/site-packages/idna/__pycache__/intranges.cpython-36.pyc index 10e18c1..6dcdf64 100644 Binary files a/flex/lib/python3.6/site-packages/idna/__pycache__/intranges.cpython-36.pyc and b/flex/lib/python3.6/site-packages/idna/__pycache__/intranges.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/idna/__pycache__/package_data.cpython-36.pyc b/flex/lib/python3.6/site-packages/idna/__pycache__/package_data.cpython-36.pyc index 24968f8..0b28ff4 100644 Binary files a/flex/lib/python3.6/site-packages/idna/__pycache__/package_data.cpython-36.pyc and b/flex/lib/python3.6/site-packages/idna/__pycache__/package_data.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/__init__.cpython-36.pyc index 2fcc20d..473b582 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/_compat.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/_compat.cpython-36.pyc index 9524f61..a45231b 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/_compat.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/_compat.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/_identifier.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/_identifier.cpython-36.pyc index f85a2ec..62fa526 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/_identifier.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/_identifier.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncfilters.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncfilters.cpython-36.pyc index c65669b..f1f7c73 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncfilters.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncfilters.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncsupport.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncsupport.cpython-36.pyc index 4dabcb8..ab2f258 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncsupport.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/asyncsupport.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/bccache.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/bccache.cpython-36.pyc index af166ad..acd2af1 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/bccache.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/bccache.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/compiler.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/compiler.cpython-36.pyc index eb9c822..3d1eeb9 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/compiler.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/compiler.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/defaults.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/defaults.cpython-36.pyc index 0944f3f..0a72a96 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/defaults.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/defaults.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/environment.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/environment.cpython-36.pyc index aa0023e..8863f89 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/environment.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/environment.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/exceptions.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/exceptions.cpython-36.pyc index 3e0c2d6..e05851b 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/exceptions.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/exceptions.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/filters.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/filters.cpython-36.pyc index 7638e56..a75d72e 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/filters.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/filters.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/idtracking.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/idtracking.cpython-36.pyc index ec32257..06e9f7d 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/idtracking.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/idtracking.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/lexer.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/lexer.cpython-36.pyc index 4f69e43..84c2b81 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/lexer.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/lexer.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/loaders.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/loaders.cpython-36.pyc index 7bafaab..e4966f4 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/loaders.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/loaders.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/nodes.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/nodes.cpython-36.pyc index d0ffde6..2d182f9 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/nodes.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/nodes.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/optimizer.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/optimizer.cpython-36.pyc index 9f39db8..33725a8 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/optimizer.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/optimizer.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/parser.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/parser.cpython-36.pyc index f3531ba..d7f2f99 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/parser.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/parser.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/runtime.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/runtime.cpython-36.pyc index 216ea31..94e4a48 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/runtime.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/runtime.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/tests.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/tests.cpython-36.pyc index b192183..9334e46 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/tests.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/tests.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/utils.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/utils.cpython-36.pyc index c8311dd..b43ddc1 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/utils.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/utils.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/jinja2/__pycache__/visitor.cpython-36.pyc b/flex/lib/python3.6/site-packages/jinja2/__pycache__/visitor.cpython-36.pyc index a1fa7a7..281b40a 100644 Binary files a/flex/lib/python3.6/site-packages/jinja2/__pycache__/visitor.cpython-36.pyc and b/flex/lib/python3.6/site-packages/jinja2/__pycache__/visitor.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/markupsafe/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/markupsafe/__pycache__/__init__.cpython-36.pyc index dd0fa82..822a4a5 100644 Binary files a/flex/lib/python3.6/site-packages/markupsafe/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/markupsafe/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/markupsafe/__pycache__/_compat.cpython-36.pyc b/flex/lib/python3.6/site-packages/markupsafe/__pycache__/_compat.cpython-36.pyc index 51bcc79..066c7a3 100644 Binary files a/flex/lib/python3.6/site-packages/markupsafe/__pycache__/_compat.cpython-36.pyc and b/flex/lib/python3.6/site-packages/markupsafe/__pycache__/_compat.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/__init__.cpython-36.pyc index 49d4fd3..598a708 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/__version__.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/__version__.cpython-36.pyc index a52fc5a..c2cd245 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/__version__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/__version__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/_internal_utils.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/_internal_utils.cpython-36.pyc index 64970ef..a9efdc2 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/_internal_utils.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/_internal_utils.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/adapters.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/adapters.cpython-36.pyc index dea5d90..d7f85fc 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/adapters.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/adapters.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/api.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/api.cpython-36.pyc index 41afb98..3b6ed26 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/api.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/api.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/auth.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/auth.cpython-36.pyc index e3438dd..64730c0 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/auth.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/auth.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/certs.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/certs.cpython-36.pyc index 03400c4..8c3b38d 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/certs.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/certs.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/compat.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/compat.cpython-36.pyc index 032f3c2..71462f0 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/compat.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/compat.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/cookies.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/cookies.cpython-36.pyc index 83b99e7..e4ba504 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/cookies.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/cookies.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/exceptions.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/exceptions.cpython-36.pyc index 32dac63..746b239 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/exceptions.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/exceptions.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/hooks.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/hooks.cpython-36.pyc index fc61734..3ded401 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/hooks.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/hooks.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/models.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/models.cpython-36.pyc index 00113fd..b314882 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/models.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/models.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/packages.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/packages.cpython-36.pyc index 5888ad8..4272867 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/packages.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/packages.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/sessions.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/sessions.cpython-36.pyc index fa4347d..17c4db6 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/sessions.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/sessions.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/status_codes.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/status_codes.cpython-36.pyc index d5c6a9f..30eb7d3 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/status_codes.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/status_codes.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/structures.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/structures.cpython-36.pyc index 773ac6c..f500e06 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/structures.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/structures.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/requests/__pycache__/utils.cpython-36.pyc b/flex/lib/python3.6/site-packages/requests/__pycache__/utils.cpython-36.pyc index 8be91bb..b713745 100644 Binary files a/flex/lib/python3.6/site-packages/requests/__pycache__/utils.cpython-36.pyc and b/flex/lib/python3.6/site-packages/requests/__pycache__/utils.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/__init__.cpython-36.pyc index 2f8e45f..cac1d0c 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/_collections.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/_collections.cpython-36.pyc index 78845aa..84f8ed8 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/_collections.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/_collections.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/connection.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/connection.cpython-36.pyc index 3ef7908..9b24e9a 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/connection.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/connection.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/connectionpool.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/connectionpool.cpython-36.pyc index 3d493c1..8471dad 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/connectionpool.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/connectionpool.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/exceptions.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/exceptions.cpython-36.pyc index fb42606..0ef01d2 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/exceptions.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/exceptions.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/fields.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/fields.cpython-36.pyc index 7cc6de1..cc8542a 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/fields.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/fields.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/filepost.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/filepost.cpython-36.pyc index e986fd8..315bb89 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/filepost.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/filepost.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/poolmanager.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/poolmanager.cpython-36.pyc index c5a518e..0e9db27 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/poolmanager.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/poolmanager.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/request.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/request.cpython-36.pyc index d5ab845..4551412 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/request.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/request.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/__pycache__/response.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/__pycache__/response.cpython-36.pyc index b57614d..056e6dd 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/__pycache__/response.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/__pycache__/response.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/__init__.cpython-36.pyc index a4189f5..78a4ba2 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc index 63b8455..12a09aa 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/socks.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/socks.cpython-36.pyc index 8af7130..791b6af 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/socks.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/contrib/__pycache__/socks.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/__init__.cpython-36.pyc index 586e23f..d454d9d 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/six.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/six.cpython-36.pyc index e7c4e18..9be47e9 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/six.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/packages/__pycache__/six.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc index 8566fe5..93acd51 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/__init__.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/__init__.cpython-36.pyc index 1dbf928..8597493 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/__init__.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/__init__.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/connection.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/connection.cpython-36.pyc index 2767d20..650925f 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/connection.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/connection.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/request.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/request.cpython-36.pyc index 50f2698..3e9ae50 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/request.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/request.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/response.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/response.cpython-36.pyc index 9bfa880..23e0298 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/response.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/response.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/retry.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/retry.cpython-36.pyc index 00ec031..2db32f9 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/retry.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/retry.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/selectors.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/selectors.cpython-36.pyc index 5352ee1..f1f109b 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/selectors.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/selectors.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/ssl_.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/ssl_.cpython-36.pyc index f356f6f..f0740ac 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/ssl_.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/ssl_.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/timeout.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/timeout.cpython-36.pyc index fc04c96..78a6e61 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/timeout.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/timeout.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/url.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/url.cpython-36.pyc index be48b6b..a413b07 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/url.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/url.cpython-36.pyc differ diff --git a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/wait.cpython-36.pyc b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/wait.cpython-36.pyc index e7c79ff..8fb4d10 100644 Binary files a/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/wait.cpython-36.pyc and b/flex/lib/python3.6/site-packages/urllib3/util/__pycache__/wait.cpython-36.pyc differ diff --git a/main.css b/main.css new file mode 100644 index 0000000..91f878f --- /dev/null +++ b/main.css @@ -0,0 +1,163 @@ +html { + margin: 0; + padding: 0; + height: 100%; + width: 100%; + position: relative; +} +title { + color: blue; +} +body { + margin: 0; + padding: 0; + position: relative; + height: 100%; + width: 100%; + background-image: url(http://www.mulierchile.com/nike-running-wallpapers/nike-running-wallpapers-005.jpg); + background-repeat: no-repeat; + background-size: cover; +} +div.navbar { + background: black; + width: 100%; + height: 50px; + color: white; + display: flex; + align-items: right; + justify-content: center; + padding-left: 425px; + position: absolute; + rgba = red blue green alpha. alpha is +} +.navbar .item{ + color: white; + font-size: 35px; + margin-left: +} +div.input { + margin: 0; + position: absolute; + padding: 0; + width: 100%; + height: 500px; +} + +p.title { + margin: 10; + padding: 0; + height: 120px; + width: 70%; + text-align: center; + position: absolute; + top: 12%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + font-family: 'Open Sans Condensed', sans-serif; + font-size: 200px; + color: #C0C0C0; + margin-top: 150px; + text-shadow: 0px 0px 2px #000; +} + + +font.title { + margin: 0; + padding-top: 5px; + height: 100px; + width: 70%; + text-align: center; + position: absolute; + top: 212%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + font-family: 'Courier New'; + font-size: 20px; + color: yellow; +} +.subtitle{ + margin: 10; + padding: 0; + height: 35px; + text-align: center; + position: absolute; + top: 12%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + font-family: 'Open Sans Condensed', sans-serif; + font-size: 50px; + color: #546E7A; + margin-top:330px; +} +html, html a { + -webkit-font-smoothing: antialiased; + text-shadow: 1px 1px 1px rgba(0,0,0,0.004); +} +p.legibility { + text-rendering: optimizeLegibility; +} +p.speed { + text-rendering: optimizeSpeed; +} +body { + text-rendering: optimizeLegibility; +} +p.inputs { + color: dimgray; + margin: 0; + padding: 5px; + border-radius: 8px; + background-color: #BDBDBD; + opacity: .5; + + height: 150px; + width: 100%; + text-align: center; + position: fixed; + + top: 70%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + font-family: 'Open Sans Condensed', sans-serif; + box-shadow: 3px 3px 2px #888888; + vertical-align: middle; + line-height: 50px; + font-size: 40px; +} +button { + margin: 10px; + font-family: 'Open Sans Condensed', sans-serif; + font-size: 20px; + letter-spacing: 2px; + font-style: oblique; + background-color: #00B8D4; + color: white; + height: 45px; + width: 150px; + padding: 0px 5px 10px 3px; + border: none; + box-shadow: 3px 3px 2px #888888; + +} +button:hover { + font-size: 19px; + -moz-box-shadow: inset 0 0 10px #000000; + -webkit-box-shadow: inset 0 0 10px #000000; + box-shadow: inset 0 0 10px #000000; + cursor: pointer; +} +#begin{ + color: white; + font-size: 25px; +} +.nav { + position: fixed; + top: 0; + background-color: blue; + + +} \ No newline at end of file