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
a14755be
Commit
a14755be
authored
4 months ago
by
Annie Yu
Browse files
Options
Downloads
Patches
Plain Diff
Added team jamboree pic to awards page
parent
7e7ee612
Branches
revert-ee8e18d5
No related tags found
No related merge requests found
Pipeline
#529765
passed
4 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/(awards)/awards/page.tsx
+26
-1
26 additions, 1 deletion
app/(awards)/awards/page.tsx
with
26 additions
and
1 deletion
app/(awards)/awards/page.tsx
+
26
−
1
View file @
a14755be
"
use client
"
;
import
React
from
"
react
"
;
import
{
TableOfContents
}
from
"
@/components/toc
"
;
import
Cover
from
"
@/components/cover
"
;
import
SectionContainer
from
"
@/components/section
"
;
import
Card
from
"
@/components/card
"
;
const
AwardsPage
=
()
=>
{
return
(
...
...
@@ -18,7 +20,30 @@ const AwardsPage = () => {
</
div
>
</
Cover
>
{
/* MAIN CONTENT */
}
<
SectionContainer
className
=
"bg-primaryColor"
></
SectionContainer
>
<
SectionContainer
className
=
"bg-primaryColor"
>
<
section
className
=
"mb-4 col-span-12"
>
<
Card
>
<
h2
id
=
"2024 Jamboree Results"
className
=
"text-6xl md:text-5xl text-header font-bold py-3 text-center"
>
2024 Jamboree Results
</
h2
>
<
div
className
=
"pb-5 flex flex-col items-center justify-center round"
>
<
img
src
=
"https://static.igem.wiki/teams/5119/awards/54107708860-e8989e7c8a-o.webp"
className
=
"rounded-md h-[500px] w-auto"
/>
<
p
className
=
"my-5 text-xs md:text-sm lg:text-base text-center"
>
<
span
className
=
"font-bold"
>
Figure 1.
</
span
>
OD660 to OD600
Standard Conversion Curve. The equation for this linear
relationship is y=0.9034x with y being the OPD660 value and x
being the OD600 value.
</
p
>
</
div
>
</
Card
>
</
section
>
</
SectionContainer
>
</>
);
};
...
...
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