Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Austin-utexas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Austin-utexas
Commits
cadf238f
Commit
cadf238f
authored
4 months ago
by
Annie Yu
Browse files
Options
Downloads
Patches
Plain Diff
Added nomination
parent
db920b8a
No related branches found
No related tags found
No related merge requests found
Pipeline
#531490
passed
4 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/(awards)/awards/page.tsx
+20
-2
20 additions, 2 deletions
app/(awards)/awards/page.tsx
package-lock.json
+3
-0
3 additions, 0 deletions
package-lock.json
with
23 additions
and
2 deletions
app/(awards)/awards/page.tsx
+
20
−
2
View file @
cadf238f
...
...
@@ -14,7 +14,7 @@ const AwardsPage = () => {
<
div
className
=
"absolute bottom-0 inset-x-0 w-full"
>
<
img
className
=
"w-2/5 h-auto object-contain"
src
=
"https://static.igem.wiki/teams/5119/
temp-images/attributions-temp-cover.pn
g"
src
=
"https://static.igem.wiki/teams/5119/
awards/group-1000006355.sv
g"
alt
=
"attribution page cover"
/>
</
div
>
...
...
@@ -51,12 +51,30 @@ const AwardsPage = () => {
<
div
className
=
"flex-1 text-center"
>
<
h2
id
=
"2024 Gold Medalists"
className
=
"text-6xl md:text-5xl text-header font-bold py-3 text-center"
className
=
"text-6xl md:text-5xl text-header font-bold py-3 text-center
opacity-100
"
>
2024 Gold Medalist
</
h2
>
</
div
>
</
div
>
<
div
className
=
"pb-10 pt-10 flex flex-col items-center justify-center round"
>
<
h2
id
=
"2024 Jamboree Results"
className
=
"text-6xl md:text-5xl text-header font-bold py-3 pb-6 text-center"
>
Finalist
</
h2
>
<
img
src
=
"https://static.igem.wiki/teams/5119/awards/village-foodandnutrition.svg"
className
=
"rounded-md h-[300px] w-auto"
/>
<
h3
id
=
"Best Measurement"
className
=
"pt-6 text-xl md:text-2xl font-bold py-2"
>
Food and Nutrition Village Award
</
h3
>
</
div
>
<
div
className
=
"pb-10 flex flex-col items-center justify-center round"
>
<
img
src
=
"https://static.igem.wiki/teams/5119/awards/54107708860-e8989e7c8a-o.webp"
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
3
−
0
View file @
cadf238f
...
...
@@ -1938,6 +1938,7 @@
"resolved"
:
"https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz"
,
"integrity"
:
"sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"undici-types"
:
"~5.26.4"
}
...
...
@@ -1953,6 +1954,7 @@
"resolved"
:
"https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz"
,
"integrity"
:
"sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw=="
,
"devOptional"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@types/prop-types"
:
"*"
,
"csstype"
:
"^3.0.2"
...
...
@@ -6204,6 +6206,7 @@
"resolved"
:
"https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz"
,
"integrity"
:
"sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw=="
,
"dev"
:
true
,
"license"
:
"Apache-2.0"
,
"bin"
:
{
"tsc"
:
"bin/tsc"
,
"tsserver"
:
"bin/tsserver"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment