diff --git a/src/static/css/App.css b/src/static/css/App.css index d4e5011..8c8c8fb 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -52,12 +52,32 @@ body { cursor: pointer; } -#defaultCanvas0 { +/* #defaultCanvas0 { position: fixed; top: 0; left: 0; position: fixed; z-index: -69; +} */ + +#map { + height: 100%; + width: 100vw; + position: fixed; + top: 0; + left: 0; + z-index: -69; +} + +.leaflet-layer, +.leaflet-control-zoom-in, +.leaflet-control-zoom-out, +.leaflet-control-attribution { + filter: brightness(500%) contrast(130%); +} + +.leaflet-tile-pane { + filter: brightness(50%); } h1, h2 { @@ -192,29 +212,35 @@ a { } .foreground { - position: relative; + position: fixed; + top: 0; + left: 0; + min-width: 100vw; + min-height: 100vh; + overflow: hidden; + background-color: rgb(24, 24, 24, .85); + z-index: -1; +} + +.foregroundContent { padding-top: 6rem; padding-left: 8rem; max-width: calc(100%-8rem); - min-height: calc(100vh - 8rem); - background-color: rgb(24, 24, 24, .85); padding-bottom: 1rem; - overflow: hidden; - transition: .4s; } -.foreground p { +.foregroundContent p { line-height: 1.5em; max-width: min(90%, 40rem); } .homeground { - position: relative; - padding-top: 7rem; - min-height: calc(100vh - 8rem); - padding-bottom: 1rem; - overflow: hidden; - transition: .4s; + background-color: rgb(0, 0, 0, .6); +} + +.homegroundContent { + padding-top: 7em; + padding-left: 0em; } .noBackground { @@ -835,26 +861,16 @@ a { background-size: auto 100%; } - .foreground { - max-width: 100%; - padding-left: 2rem; + .foregroundContent { /* centered objects will need to remove 1.5 of this to center */ - padding-right: .5rem; + padding-left: 1em; + padding-right: 1em; padding-bottom: 36px; padding-top: 3em; } - .homeground { - width: 90%; - padding-bottom: 36px; - display: flex; - margin: auto; - overflow: visible; - } - - .centeredForeground { - margin-left: -1.5rem; - /* remove .foreground excess margin */ + .homegroundContent { + padding-top: 5em; } .onRight { @@ -863,8 +879,12 @@ a { margin-right: 0; } + .timeline { + padding-left: 1em; + } + .col { - width: 90%; + width: 100%; margin-bottom: 3rem; } diff --git a/src/templates/about.html b/src/templates/about.html index eac7dd9..5006c3b 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -1,91 +1,92 @@ {% block content %} -
+
+
-
-
-

About Me

-

- I'm Andrew Simonson, a fourth year student at - Rochester Institute of Technology - in the Computer Science BS program, pursuing a career in data - science with a focus on predictive analytics. -

-

-

- Ominous positivity is kinda my thing. -

-
-
-
- - {% from 'partials/skills.html' import skills %} {{ skills([ "Python", - "JavaScript", "Java", "C", "C++", "R", "MIPS Assembly", "Processing", - "P5.js", "SQL", "SQLite", "PostgreSQL", "SQLAlchemy", "HTML", "CSS", - "Docker", "LaTeX", "ArcGIS", "Git", "Github", "Linux", "OKD4", - "Kubernetes", "Openshift", "Nginx", "Angular", "Flask", "Jinja", "Web - Scraping", "Google API", "React", "Node.js", "ArcGIS", ]) }} -
-
-

Timeline

-
-
- -
-
- -
-
- -
-
- -
-
-
- {% from 'partials/timeline.html' import timeitem %} {% for i in - var["timeline"] %} {{ timeitem(i, var["timeline"][i]["classes"], - var["timeline"][i]["date"], var["timeline"][i]["content"])}} {% endfor - %} -
- +
+
+

About Me

+

+ I'm Andrew Simonson, a fourth year student at + Rochester Institute of Technology + in the Computer Science BS program, pursuing a career in data + science with a focus on predictive analytics. +

+

+

+ Ominous positivity is kinda my thing. +

-
- + {% from 'partials/skills.html' import skills %} {{ skills([ "Python", + "JavaScript", "Java", "C", "C++", "R", "MIPS Assembly", "Processing", + "P5.js", "SQL", "SQLite", "PostgreSQL", "SQLAlchemy", "HTML", "CSS", + "Docker", "LaTeX", "ArcGIS", "Git", "Github", "Linux", "OKD4", + "Kubernetes", "Openshift", "Nginx", "Angular", "Flask", "Jinja", "Web + Scraping", "Google API", "React", "Node.js", "ArcGIS", ]) }} +
+
+

Timeline

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ {% from 'partials/timeline.html' import timeitem %} {% for i in + var["timeline"] %} {{ timeitem(i, var["timeline"][i]["classes"], + var["timeline"][i]["date"], var["timeline"][i]["content"])}} {% + endfor %} +
+ +
+
+ -
+
{% endblock %} diff --git a/src/templates/books.html b/src/templates/books.html index f130cb8..9804844 100644 --- a/src/templates/books.html +++ b/src/templates/books.html @@ -1,5 +1,6 @@ {% block content %} -
+
+

These are some of the books I've read since 2020, vaguely sorted by topic.

"You can't judge a book by its cover but you can judge a person by their bookshelf" - Me, today.

Hover to reveal review
Read to reveal KNOWLEDGE

diff --git a/src/templates/duck.html b/src/templates/duck.html index 3a67276..d94aaf2 100644 --- a/src/templates/duck.html +++ b/src/templates/duck.html @@ -1,5 +1,6 @@ {% block content %} -
+
+

What the duck?

mega spinney duck
diff --git a/src/templates/header.html b/src/templates/header.html index 4e61678..dbdd3e6 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -39,6 +39,10 @@ gtag("config", "G-E2V93W9CNV"); + - - + + + + @@ -63,18 +78,20 @@ +
+
-
-
- {% for i in range(9) %} -
- Andrew Simonson -
- {% endfor %} +
+
+ {% for i in range(9) %} +
+ Andrew Simonson
+ {% endfor %}
- +
+ menu
{% include var['template'] %}
- + diff --git a/src/templates/home.html b/src/templates/home.html index 2e2d14d..a3635d2 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,5 +1,6 @@ {% block content %} -
+
+
diff --git a/src/templates/projects.html b/src/templates/projects.html index 4344e64..d514fa0 100644 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -1,5 +1,6 @@ {% block content %} -
+
+

Projects

@@ -35,7 +36,7 @@

-
+
{% from 'partials/project.html' import project %} {% for i in var["projects"] %} {{ project(i, var["projects"][i]["classes"], var["projects"][i]["status"], var["projects"][i]["bgi"], var["projects"][i]["content"], var["projects"][i]["links"]) }}