Compare commits

...

2 commits

Author SHA1 Message Date
Ananth Venkatesh
4f06d54e42
build(lock): update 2025-02-28 01:59:51 -05:00
Ananth Venkatesh
508c457ffb
feat: add entry descriptions 2025-02-28 01:56:03 -05:00
2 changed files with 22 additions and 22 deletions

View file

@ -88,11 +88,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1739669300,
"narHash": "sha256-+FBpxx535UFK2vDW6yJkGA/7pgwVW7wsG7dnUejmGGA=",
"lastModified": 1740274080,
"narHash": "sha256-tDNZc/PVt9z2m7i5PKuYJ9Ii60A2oNrtl6qTeqqmoJc=",
"owner": "jeslie0",
"repo": "mkElmDerivation",
"rev": "009e5994ec2978c2876229cefadc20d2765f2e50",
"rev": "93c08ae888748f71873539bebcae981cf72f3f44",
"type": "github"
},
"original": {
@ -119,11 +119,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1739446958,
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
"lastModified": 1740560979,
"narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
"rev": "5135c59491985879812717f4c9fea69604e7f26f",
"type": "github"
},
"original": {

View file

@ -395,7 +395,7 @@ bodyText =
[ Font.color white
, Font.family [ Font.typeface "Inter" ]
, Font.size 20
, width (px 600)
, width (px 500)
]
@ -940,7 +940,7 @@ pageEntries model =
[ entryLink "A entry" "A"
, text ", "
, entryLink "Bentry" "B"
, text " (Office of the President), "
, text ", "
, entryLink "Centry" "C"
, text " (the C is silent), "
, entryLink "Dentry" "D"
@ -998,7 +998,7 @@ pageEntries model =
, image [ width (px 80), padding 12 ] { description = "flag of j entry", src = "../assets/img/jentry.png" }
]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(J Entry) The heart of MacGregor. Historic culture, big lore. Jentry memes. Greatest MacGregor Housecomm representation of any entry. Jamily is forever."
[ text "(J Entry) The heart of MacGregor. Historic culture, big lore. Jentry memes. J is for Jamily. We're an eclectic community, filled with everyone from introverts to extroverts, crazy vibes, chill vibes, and everything in between."
]
]
, el
@ -1031,7 +1031,7 @@ pageEntries model =
subheading
[ text "Welcome to A Entry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "Top floor. Top dog. Lots of dogs, in fact. Historic MacGregor cultural epicenter."
[ text "Top floor. Top dog. Alpha wolf. Unity and strength. Positive, above average."
]
]
, el
@ -1064,7 +1064,7 @@ pageEntries model =
subheading
[ text "Welcome to Bentry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(B Entry) Office of the President. Sweeping views. Crossroads of the High Rise. B is for burgers?"
[ text "(B Entry) Bentry is loud and fun and very social. We like to hang out with each other and check in, catch up, and go out. We banter a lot too but we are always there for each other. Were a family for sure."
]
]
, el
@ -1097,7 +1097,7 @@ pageEntries model =
subheading
[ text "Welcome to Centry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(C Entry) Ceriously quiet. High enough to see the clouds, but low enough to stay grounded. MacGregor's creative capital core."
[ text "(C Entry) Chill. Calmer. Sloths."
]
]
, el
@ -1120,7 +1120,7 @@ pageEntries model =
)
]
, column
(page model ++ [ id "D", Background.color (rgb255 240 140 40) ])
(page model ++ [ id "D", Background.color (rgb255 40 140 240) ])
[ column (pageText model)
[ row [ spacing 10 ]
[ btn "" (ScrollToEntry "C")
@ -1130,7 +1130,7 @@ pageEntries model =
subheading
[ text "Welcome to Dentry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(D Entry) Office of the Vice President. Active after dark. Diligently working until dusk. The culture is palpable."
[ text "(D Entry) D is for doing. Whether we stay in or go out (mostly go out), we have fun! D is also for degenerate. We are up the latest of all entries."
]
]
, el
@ -1153,7 +1153,7 @@ pageEntries model =
)
]
, column
(page model ++ [ id "E", Background.color (rgb255 40 20 30) ])
(page model ++ [ id "E", Background.color (rgb255 221 162 126) ])
[ column (pageText model)
[ row [ spacing 10 ]
[ btn "" (ScrollToEntry "D")
@ -1163,7 +1163,7 @@ pageEntries model =
subheading
[ text "Welcome to E entry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "Board games over Briggs field. Excellence in everything. End of story."
[ text "We're a really cozy and friendly entry! We love having baking/cooking nights, watching movies, playing games, and just hanging out to chat. We also go out for dinners occasionally!"
]
]
, el
@ -1186,7 +1186,7 @@ pageEntries model =
)
]
, column
(page model ++ [ id "F", Background.color (rgb255 200 50 75) ])
(page model ++ [ id "F", Background.color (rgb255 200 125 150) ])
[ column (pageText model)
[ row [ spacing 10 ]
[ btn "" (ScrollToEntry "E")
@ -1196,7 +1196,7 @@ pageEntries model =
subheading
[ text "Welcome to the Fentry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(F entry) F is for Food. F is for Feast. F is for First (low rise block). F is Forever."
[ text "(F entry) Typical nights for us look like playing poker, watching a movie, or just chilling and doing homework."
]
]
, el
@ -1219,7 +1219,7 @@ pageEntries model =
)
]
, column
(page model ++ [ id "G", Background.color (rgb255 200 50 150) ])
(page model ++ [ id "G", Background.color (rgb255 250 150 50) ])
[ column (pageText model)
[ row [ spacing 10 ]
[ btn "" (ScrollToEntry "F")
@ -1229,7 +1229,7 @@ pageEntries model =
subheading
[ text "Welcome to the Gentry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(G entry) G is for Greatness. Spans the Charles. Overlooks Fenway. Good things start in Gentry."
[ text "(G entry) Chill but welcoming. The G in Gentry stands for Goofy, Gamers, and Good Times."
]
]
, el
@ -1252,7 +1252,7 @@ pageEntries model =
)
]
, column
(page model ++ [ id "H", Background.color (rgb255 200 150 50) ])
(page model ++ [ id "H", Background.color (rgb255 50 175 50) ])
[ column (pageText model)
[ row [ spacing 10 ]
[ btn "" (ScrollToEntry "G")
@ -1262,7 +1262,7 @@ pageEntries model =
subheading
[ text "Welcome to the Hentry." ]
, paragraph (bodyText ++ [ Font.size 32 ])
[ text "(H entry) Lots of chickens. Crossroads of the Low Rise. Largest entry in MacGregor."
[ text "(H entry) Where the walls are hexagonal (not really), the vibes are chaotic-good, and the only thing more structured than our beehive of activity is our legendary group chats."
]
]
, el