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
9432c206
Commit
9432c206
authored
4 months ago
by
Annie Yu
Browse files
Options
Downloads
Patches
Plain Diff
added awards page
parent
55988a92
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#529761
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
+34
-0
34 additions, 0 deletions
app/(awards)/awards/page.tsx
data/nav-links.ts
+4
-0
4 additions, 0 deletions
data/nav-links.ts
with
38 additions
and
0 deletions
app/(awards)/awards/page.tsx
0 → 100644
+
34
−
0
View file @
9432c206
"
use client
"
;
import
React
from
"
react
"
;
import
Cover
from
"
@/components/cover
"
;
import
SectionContainer
from
"
@/components/section
"
;
const
AwardsPage
=
()
=>
{
return
(
<>
{
/* TITLE COVER */
}
<
Cover
title
=
"Awards"
className
=
"bg-secondaryColor relative"
>
<
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"
alt
=
"attribution page cover"
/>
</
div
>
</
Cover
>
{
/* MAIN CONTENT */
}
<
SectionContainer
className
=
"bg-primaryColor"
>
<
section
className
=
"col-span-12 mt-10 mb-40 md:pt-24 px-8 md:px-12 xl:px-14 py-8 md:py-10 lg:py-12 bg-cardBase rounded-lg shadow-lg"
>
<
iframe
id
=
"igem-attribution-form"
className
=
"w-full h-screen"
src
=
"https://attributions.igem.org/?team=Austin-utexas&year=2024"
></
iframe
>
</
section
>
</
SectionContainer
>
</>
);
};
export
default
AwardsPage
;
This diff is collapsed.
Click to expand it.
data/nav-links.ts
+
4
−
0
View file @
9432c206
...
...
@@ -57,6 +57,10 @@ export const teams: NavigationLink[] = [
];
export
const
awards
:
NavigationLink
[]
=
[
{
title
:
"
Awards
"
,
path
:
"
/awards
"
,
},
{
title
:
"
Education
"
,
path
:
"
/education
"
,
...
...
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