diff --git a/index.css b/index.css
index 4016edc8..52f576a3 100644
--- a/index.css
+++ b/index.css
@@ -199,6 +199,10 @@ span > p {
flex-flow: column wrap;
}
+span.thumbnail {
+ max-width: 425px;
+}
+
.thumbnail p {
font-style: italic;
}
diff --git a/index.html b/index.html
index bc39c420..90cbdbae 100644
--- a/index.html
+++ b/index.html
@@ -723,9 +723,9 @@
about
href="https://maps.app.goo.gl/LJwmr9qvBjJeeJKT8">belize
city, and the bay
- area; currently based in lenapehoking
- (brooklyn).
+ area; currently based in lenapehoking aka brooklyn.
+
@@ -745,7 +745,7 @@ about
href="https://www.schwab.com/">Schwab as a
fullstack UX engineer in the realms of cybersecurity, policy,
finance, and briefly with the wonderful people at Stamen Design
+ href="https://stamen.com/">Stamen Design.
diff --git a/portfolio/index.html b/portfolio/index.html
index 7e06c8d4..ac69e111 100644
--- a/portfolio/index.html
+++ b/portfolio/index.html
@@ -553,16 +553,19 @@ about
worked on 3 web projects as a freelance
web developer.
-
- She is currently based in
- lenapehoking
- (brooklyn), NY.
+
Previously contributed to code systems at MITRE,
+ and Schwab as a
+ fullstack UX engineer in the realms of cybersecurity, policy,
+ finance, and briefly with the wonderful people at Stamen Design.
- Her other projects can be found
- here.
+ She is currently based in Lenapehoking AKA
+
+ Brooklyn.
diff --git a/portfolio/index.js b/portfolio/index.js
index 6e3889a6..a49cbefa 100644
--- a/portfolio/index.js
+++ b/portfolio/index.js
@@ -139,5 +139,6 @@ window.addEventListener("load", () => {
document.body.appendChild(dot);
});
+ if (isSmallScreen) switchView(right);
if (location.hash) onSelectProject({target: {innerText: location.hash.split("#")[1]}});
});
\ No newline at end of file