Skip to content
Snippets Groups Projects
Commit cadf238f authored by Annie Yu's avatar Annie Yu
Browse files

Added nomination

parent db920b8a
No related branches found
No related tags found
No related merge requests found
Pipeline #531490 passed
......@@ -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.png"
src="https://static.igem.wiki/teams/5119/awards/group-1000006355.svg"
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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment