diff --git a/adithya.py b/adithya.py index 78134be..d24961a 100644 --- a/adithya.py +++ b/adithya.py @@ -7,4 +7,4 @@ def make_shell_context(): if __name__=='__main__': - app.run(debug=True) \ No newline at end of file + app.run() \ No newline at end of file diff --git a/app.db b/app.db index 2c671c4..dcdd8a7 100644 Binary files a/app.db and b/app.db differ diff --git a/app/static/css/tailwind.css b/app/static/css/tailwind.css index 41f483f..e074b66 100644 --- a/app/static/css/tailwind.css +++ b/app/static/css/tailwind.css @@ -543,6 +543,10 @@ Ensure the default browser behavior of the `hidden` attribute. position: sticky; } +.bottom-0 { + bottom: 0px; +} + .col-auto { grid-column: auto; } @@ -576,10 +580,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 0.5rem; } +.mb-0 { + margin-bottom: 0px; +} + +.mt-5 { + margin-top: 1.25rem; +} + .mt-32 { margin-top: 8rem; } +.mt-48 { + margin-top: 12rem; +} + +.mb-48 { + margin-bottom: 12rem; +} + .mt-16 { margin-top: 4rem; } @@ -596,18 +616,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 1rem; } -.mt-48 { - margin-top: 12rem; -} - .mb-10 { margin-bottom: 2.5rem; } -.mt-5 { - margin-top: 1.25rem; -} - .mt-24 { margin-top: 6rem; } @@ -648,6 +660,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 0.5rem; } +.mb-auto { + margin-bottom: auto; +} + .block { display: block; } @@ -684,6 +700,10 @@ Ensure the default browser behavior of the `hidden` attribute. aspect-ratio: auto; } +.h-screen { + height: 100vh; +} + .h-auto { height: auto; } @@ -708,10 +728,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 2.5rem; } -.w-3\/4 { - width: 75%; -} - .w-96 { width: 24rem; } @@ -724,6 +740,10 @@ Ensure the default browser behavior of the `hidden` attribute. flex-shrink: 1; } +.flex-grow { + flex-grow: 1; +} + .grow { flex-grow: 1; } @@ -890,6 +910,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(88 28 135 / var(--tw-bg-opacity)); } +.bg-purple-500 { + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} + .bg-emerald-300 { --tw-bg-opacity: 1; background-color: rgb(110 231 183 / var(--tw-bg-opacity)); @@ -900,11 +925,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(5 150 105 / var(--tw-bg-opacity)); } -.bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgb(168 85 247 / var(--tw-bg-opacity)); -} - .bg-purple-300 { --tw-bg-opacity: 1; background-color: rgb(216 180 254 / var(--tw-bg-opacity)); @@ -931,6 +951,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0.5rem; } +.p-10 { + padding: 2.5rem; +} + .p-3 { padding: 0.75rem; } @@ -939,14 +963,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 1.5rem; } -.p-10 { - padding: 2.5rem; -} - -.p-1 { - padding: 0.25rem; -} - .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; @@ -1001,6 +1017,10 @@ Ensure the default browser behavior of the `hidden` attribute. vertical-align: middle; } +.align-bottom { + vertical-align: bottom; +} + .font-\[\'Poppins\'\] { font-family: 'Poppins'; } @@ -1010,31 +1030,31 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } -.text-5xl { - font-size: 3rem; - line-height: 1; -} - .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } +.text-5xl { + font-size: 3rem; + line-height: 1; +} + .text-2xl { font-size: 1.5rem; line-height: 2rem; } -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} - .text-xs { font-size: 0.75rem; line-height: 1rem; } +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + .font-semibold { font-weight: 600; } @@ -1062,14 +1082,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(126 34 206 / var(--tw-text-opacity)); } -.text-slate-400 { +.text-emerald-700 { --tw-text-opacity: 1; - color: rgb(148 163 184 / var(--tw-text-opacity)); + color: rgb(4 120 87 / var(--tw-text-opacity)); } -.text-emerald-700 { +.text-red-500 { --tw-text-opacity: 1; - color: rgb(4 120 87 / var(--tw-text-opacity)); + color: rgb(239 68 68 / var(--tw-text-opacity)); } .text-purple-800 { @@ -1092,9 +1112,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(127 29 29 / var(--tw-text-opacity)); } -.underline { - -webkit-text-decoration-line: underline; - text-decoration-line: underline; +.text-emerald-300 { + --tw-text-opacity: 1; + color: rgb(110 231 183 / var(--tw-text-opacity)); +} + +.text-purple-300 { + --tw-text-opacity: 1; + color: rgb(216 180 254 / var(--tw-text-opacity)); } .shadow-md { @@ -1200,6 +1225,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 0.5rem; } + .sm\:hidden { + display: none; + } + .sm\:columns-2 { -moz-columns: 2; columns: 2; @@ -1213,6 +1242,11 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 1.875rem; line-height: 2.25rem; } + + .sm\:text-lg { + font-size: 1.125rem; + line-height: 1.75rem; + } } @media (min-width: 768px) { @@ -1241,6 +1275,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 75%; } + .md\:flex-row { + flex-direction: row; + } + .md\:flex-nowrap { flex-wrap: nowrap; } diff --git a/app/static/files/adithya.pdf b/app/static/files/adithya.pdf new file mode 100644 index 0000000..f6edba3 Binary files /dev/null and b/app/static/files/adithya.pdf differ diff --git a/app/static/img/tech_stack/ansible.png b/app/static/img/tech_stack/ansible.png new file mode 100644 index 0000000..140495b Binary files /dev/null and b/app/static/img/tech_stack/ansible.png differ diff --git a/app/static/img/tech_stack/database.png b/app/static/img/tech_stack/database.png new file mode 100644 index 0000000..f4e73ca Binary files /dev/null and b/app/static/img/tech_stack/database.png differ diff --git a/app/static/img/tech_stack/deployment.png b/app/static/img/tech_stack/deployment.png new file mode 100644 index 0000000..f38753a Binary files /dev/null and b/app/static/img/tech_stack/deployment.png differ diff --git a/app/static/img/tech_stack/docker.png b/app/static/img/tech_stack/docker.png new file mode 100644 index 0000000..a8446bd Binary files /dev/null and b/app/static/img/tech_stack/docker.png differ diff --git a/app/static/img/tech_stack/jenkins.png b/app/static/img/tech_stack/jenkins.png new file mode 100644 index 0000000..43285c0 Binary files /dev/null and b/app/static/img/tech_stack/jenkins.png differ diff --git a/app/static/img/tech_stack/kivy.png b/app/static/img/tech_stack/kivy.png new file mode 100644 index 0000000..23ebbd5 Binary files /dev/null and b/app/static/img/tech_stack/kivy.png differ diff --git a/app/static/img/tech_stack/rasa.png b/app/static/img/tech_stack/rasa.png new file mode 100644 index 0000000..fd7317a Binary files /dev/null and b/app/static/img/tech_stack/rasa.png differ diff --git a/app/static/img/tech_stack/selenium.png b/app/static/img/tech_stack/selenium.png new file mode 100644 index 0000000..61cf68f Binary files /dev/null and b/app/static/img/tech_stack/selenium.png differ diff --git a/app/static/img/tech_stack/tableau.png b/app/static/img/tech_stack/tableau.png new file mode 100644 index 0000000..699d919 Binary files /dev/null and b/app/static/img/tech_stack/tableau.png differ diff --git a/app/static/img/tech_stack/tailwind.png b/app/static/img/tech_stack/tailwind.png new file mode 100644 index 0000000..9f5680c Binary files /dev/null and b/app/static/img/tech_stack/tailwind.png differ diff --git a/app/static/img/tech_stack/tensorflow.png b/app/static/img/tech_stack/tensorflow.png new file mode 100644 index 0000000..f1c6271 Binary files /dev/null and b/app/static/img/tech_stack/tensorflow.png differ diff --git a/app/templates/base.html b/app/templates/base.html index b074b3a..ff14553 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -9,11 +9,17 @@ + + {% block styles %} {% endblock %} -
+ {% if current_user.is_authenticated %}