Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ASIJ-Tokyo
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
2023 Competition
ASIJ-Tokyo
Commits
01125244
Commit
01125244
authored
1 year ago
by
minsokimm
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://gitlab.igem.org/2023/asij-tokyo
parents
ec19d8ae
f79c9408
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#352445
passed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wiki/menu.html
+16
-2
16 additions, 2 deletions
wiki/menu.html
with
16 additions
and
2 deletions
wiki/menu.html
+
16
−
2
View file @
01125244
...
...
@@ -72,10 +72,24 @@
<div
class=
"menu-dropdown"
>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='description') }}"
>
Description
</a>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='engineering') }}"
>
Engineering
</a>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='experiments') }}"
>
Experiments
</a>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='contribution') }}"
>
Contribution
</a>
</div>
</div>
<a
class=
"menu-option"
data-bs-toggle=
"collapse"
href=
"#labsDropdown"
role=
"button"
aria-expanded=
"false"
aria-controls=
"labsDropdown"
>
Labs
<svg
class=
"drop-arrow"
xmlns=
"http://www.w3.org/2000/svg"
height=
"0.7em"
viewBox=
"0 0 384 512"
>
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
style=
"fill: var(--content-text)"
d=
"M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
/>
</svg>
</a>
<div
class=
"collapse"
id=
"labsDropdown"
>
<div
class=
"menu-dropdown"
>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='experiments') }}"
>
Experiments
</a>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='modeling') }}"
>
Modeling
</a>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='notebook') }}"
>
Notebook
</a>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='results') }}"
>
Results
</a>
</div>
</div>
<a
class=
"menu-option"
href=
"{{ url_for('pages', page='human-practices') }}"
>
...
...
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