Skip to content

Commit

Permalink
fix project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakeinstein committed Dec 4, 2023
1 parent 1b65d44 commit fd68524
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 16 deletions.
2 changes: 0 additions & 2 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ html {
body {
background-color: var(--color-primary);
color: var(--color-primary-content);
background-attachment: fixed;
text-shadow: 0 0 20px #efefef75;
}

::-webkit-scrollbar {
Expand Down
5 changes: 4 additions & 1 deletion src/lib/components/sections/projects/ProjectPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
gap: 1.5rem;
justify-content: space-around;
margin-bottom: 2rem;
max-width: 90vw;
}
.col.head {
Expand Down Expand Up @@ -96,10 +97,12 @@
}
:global(h1) {
font-size: 2.5rem;
margin-bottom: 1rem;
}
:global(h2) {
font-size: 1.75rem;
margin: 0.5rem 0;
}
}
Expand All @@ -111,7 +114,7 @@
}
.col.head {
flex-basis: 50%;
max-width: 50%;
padding: 3rem 0;
}
Expand Down
3 changes: 2 additions & 1 deletion src/lib/components/sections/projects/ProjectPoster.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
}
hr {
border: 0;
height: 0.5rem;
background-color: var(--color-primary-content);
}
Expand Down Expand Up @@ -155,7 +156,7 @@
@media (min-width: 1024px) {
.card {
flex-basis: 50%;
max-width: 50%;
box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1);
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/lib/data/projects/bloop.svx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ images:
desc: An example Bloop Script.
---

# {name}

## Inspiration
I saw [Boop](https://boop.okat.best/) by Ivan Mathy at [Product Hunt back in 2020](https://www.producthunt.com/products/boop). I loved the idea of a simple scratchpad
that could be used to run quick macros on text. I had been using online tools so much and I felt boop was exactly what I needed.
Expand Down
2 changes: 0 additions & 2 deletions src/lib/data/projects/chemical-pfd.svx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ images:
desc: FOSSEE Group at IIT Bombay.
---

# {name}

## Background and Reasoning
Chemical PFD was the project I pursued during my fellowship at IIT Bombay, under their FOSSEE initiative.
The project was to build a simple chemical process flow diagram tool to enable Chemical Engineering labs primarly at IIT
Expand Down
2 changes: 0 additions & 2 deletions src/lib/data/projects/fuse-rust.svx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ links:
type: Docs
---

# {name}

## Inspiration
While working on [Bloop](/projects/bloop), I found out about [FuseJS](https://github.com/krisk/fuse) and
subsequently [fuse-swift](https://github.com/krisk/fuse-swift) both built by [krisk](https://github.com/krisk).
Expand Down
2 changes: 0 additions & 2 deletions src/lib/data/projects/new-portfolio.svx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ links:
type: Webpage
---

# {name}

## Inspiration and Design
Learning from the mistakes I made in my [old-portfolio](/projects/old-portfolio), I started working on a new one.
I had the opportunity to talk to alot of students in the UX department at Arizona State University and I also wanted
Expand Down
2 changes: 0 additions & 2 deletions src/lib/data/projects/old-portfolio.svx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ images:

---

# { name }

## Design Ideas
The design of the website was inspired by the album art for the track "[Light Mind](https://www.last.fm/music/Krosia/_/Light+Mind)"
by [Krosia](https://www.last.fm/music/Krosia). I deeply adore the vastness of outer space, and spacewave has been my
Expand Down
2 changes: 0 additions & 2 deletions src/lib/data/projects/remit-tracker.svx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ images:
desc: Zyte Usage
---

# { name }

## Inspiration
I came to the US for my Master's degree and quickly realized that the fluctuating conversion rates / remittance cost for INR to
USD is a big problem for students like me. I wanted to build a simple tool that would help me track the conversion rates across multiple
Expand Down

0 comments on commit fd68524

Please sign in to comment.