{title}, a {typeString}{' '}
- about {topicsList[topics[0]]['name']} published on {dateString}
+ about{' '}
+
+ {topicsList[topics[0]]['name']}
+ {' '}
+ published on {dateString}
.
{title}, a {typeString}{' '}
- about {topicsList[topics[0]]['name']} published on {dateString}
+ about{' '}
+
+ {topicsList[topics[0]]['name']}
+ {' '}
+ published on {dateString}
.
diff --git a/src/app/db/data.ts b/src/app/db/data.ts
index 482db35..723ce86 100644
--- a/src/app/db/data.ts
+++ b/src/app/db/data.ts
@@ -524,6 +524,16 @@ export const authors: Readonly<{ [key: string]: Author }> = {
image: '/img/profiles/default.png',
website: 'https://futureinspireacademy.com',
},
+ cbordalo: {
+ name: {
+ first: 'Christian',
+ last: 'Bordalo',
+ nickname: 'CB12',
+ },
+ affiliation: ['Wage Slave@primos', 'Student@srvhs'],
+ image: '/img/profiles/cbordalo.jpg',
+ nationality: ['stateless', 'unknown'],
+ },
}
export interface Affiliation {
@@ -680,7 +690,20 @@ Raid Zero's influence extends beyond the technical achievements in robotics comp
Future Inspire Academy (FIA) is a non-profit organization that strives to teach students how to apply their coding skills to game development in a fun and efficient way. Our mission is to create a platform to reward members who start their game development journey early. We give members all the resources to learn quickly and reward their efforts with points which can be used to upgrade their game jam prizes. Become a member today and reap all the benefits by joining our Discord Server!
[linebreak]
Our organization not only impacts our members from around the world but also our partners as we help promote their business and improve their products. Our new vision has been to help develop companies that would contribute to the future of game development and promote accessibility. Recently, we launched exclusive early access to Rosebud’s game maker platform for all of our members to try. In the future, we plan to host more exclusive events that revolve around our partners.
-`,
+ `,
+ },
+ primos: {
+ name: `Primo's Pizzeria & Pub`,
+ short: 'Primos',
+ image: '/img/logos/primos.png',
+ description: `
+ Welcoming, family-run restaurant pairs straightforward pizzas, pasta & sandwiches with beers on tap.
+ [linebreak]
+ Service options: Serves happy hour food · Serves vegetarian dishes · Good for watching sports
+ [linebreak]
+ Address: 298 Hartz Ave, Danville, CA 94526
+ [linebreak]
+ Phone: (925) 838-8214`,
},
}
@@ -735,4 +758,19 @@ export const nationalities: Readonly<{ [key: string]: Nationality }> = {
demonym: 'Japanese',
flag: 'https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Flag_of_Japan.svg/1280px-Flag_of_Japan.svg.png',
},
+ isr: {
+ name: 'State of Israel',
+ demonym: 'Israeli',
+ flag: 'https://upload.wikimedia.org/wikipedia/commons/5/5c/Israel_flag_300.png?20050629023821',
+ },
+ unknown: {
+ name: 'Undetermined',
+ demonym: 'Undetermined',
+ flag: '/img/flags/unknown.png',
+ },
+ stateless: {
+ name: 'Stateless',
+ demonym: 'Stateless',
+ flag: '/img/flags/stateless.png',
+ },
}
diff --git a/src/app/document/view/[slug]/DocumentViewer.tsx b/src/app/document/view/[slug]/DocumentViewer.tsx
index c48b39a..4ecb327 100644
--- a/src/app/document/view/[slug]/DocumentViewer.tsx
+++ b/src/app/document/view/[slug]/DocumentViewer.tsx
@@ -36,7 +36,7 @@ export default function DocumentViewer({ slug }: Readonly<{ slug: string }>) {
className={`
text-slate-800 text-5xl mb-4
${zillaSlab.className}
- text-wrap
+ text-wrap break-words hyphens-auto
`}
>
{title}
diff --git a/src/app/globals.css b/src/app/globals.css
index 0222888..678f2a8 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -13,7 +13,7 @@
}
a {
- color: #2563eb; /* Tailwind's blue-600 */
+ @apply text-blue-600;
}
a:hover {
diff --git a/src/app/help/accessibility/accessibility.module.css b/src/app/help/accessibility/accessibility.module.css
deleted file mode 100644
index e69de29..0000000
diff --git a/src/app/help/help.module.css b/src/app/help/help.module.css
deleted file mode 100644
index 17ccfdf..0000000
--- a/src/app/help/help.module.css
+++ /dev/null
@@ -1,5 +0,0 @@
-.content {
- margin-top: 40px;
- padding: 35px;
- border-radius: 15px;
-}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index d3d30fd..48a787d 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -60,11 +60,12 @@ export default function RootLayout({
className={`${styles.banner} w-full h-[100px] mb-[50px] shadow-md shadow-slate-400`}
>