diff --git a/shrimpjects.js b/shrimpjects.js index e55a0bb..b45acf4 100644 --- a/shrimpjects.js +++ b/shrimpjects.js @@ -1,15 +1,15 @@ export const projects = { "biotama":{ content: - `Biotama is a game where players attempt to convert wastelands into thriving ecosystems.
- The player starts with a "Mother Tree" + `

Biotama is a game where players attempt to convert wastelands into thriving ecosystems.

+

The player starts with a "Mother Tree" which acts as the core component of the player's ecosystem. Trees grow roots that can connect together, allowing them to communicate and send resources between each other. - Mycelial networks function similarly for fungi.
- Biotama aims to be educational as well as fun. + Mycelial networks function similarly for fungi.

+

Biotama aims to be educational as well as fun. It will feature real-world species with tooltips showing fun facts about those species. - We are consulting with experts in biology where necessary to ensure accuracy to the real world. + We are consulting with experts in biology where necessary to ensure accuracy to the real world.

`, images: { left: {src:"biotama2.png",alt:"mother tree with a river and cliffs in the background"}, @@ -18,11 +18,11 @@ export const projects = { }, }, "htp":{ - content: `A game by Shrimp Squad Studios made for the Epic MegaJam! - One week to make a game and this is what we made! A game based on the movie Hackers.
- Your goal is to hack the Gibson computer and collect the garbage file. - Which will then in turn let you HACK THE PLANET!
- Try it out!`, + content: `

A game by Shrimp Squad Studios made for the Epic MegaJam!

+

One week to make a game and this is what we made! A game based on the movie Hackers.

+

Your goal is to hack the Gibson computer and collect the garbage file. + Which will then in turn let you HACK THE PLANET!

+ Try it out!`, images: { left: {src:"htp1.png",alt:"visual puzzle with different colours"}, right: {src:"htp2.png",alt:"the player character standing surrounded by various text characters"}, diff --git a/shrimpy-styles.css b/shrimpy-styles.css index d88af37..7b769ef 100644 --- a/shrimpy-styles.css +++ b/shrimpy-styles.css @@ -68,9 +68,10 @@ body { display: flex; gap: 20px; justify-content: space-evenly; - border-image: url("./assets/waves-border.png") 27 fill / 15px / 15px 0 0 0 round; + border-image: url("./assets/waves-border.png") 27 fill / 35px / 25px 0 0 0 round; position:relative; color: var(--tangerine-dream-shrimp); + font-size: 24px; } #shrimp-project-content { @@ -123,4 +124,8 @@ body { #shrimp-project-content .smol-image{ width: 100%; } -} \ No newline at end of file +} + +.bold { + font-weight: bold; +} \ No newline at end of file