Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Edinburgh-UHAS_Ghana
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
Releases
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
2022 Competition
Edinburgh-UHAS_Ghana
Commits
771bb748
Commit
771bb748
authored
2 years ago
by
Fabio Maschi
Browse files
Options
Downloads
Patches
Plain Diff
2022 release
parent
23227301
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wiki/wikitools.html
+42
-0
42 additions, 0 deletions
wiki/wikitools.html
with
42 additions
and
0 deletions
wiki/wikitools.html
0 → 100644
+
42
−
0
View file @
771bb748
<style>
.wiki-tools-footer
{
--bs-gutter-x
:
1.5rem
;
background
:
#222124
;
margin
:
0
;
max-width
:
100%
;
padding
:
1rem
3rem
;
display
:
flex
;
gap
:
1.5em
;
}
.wiki-tools-footer
a
{
text-decoration
:
none
;
color
:
white
;
font-weight
:
400
;
transition
:
color
0.3s
;
}
.wiki-tools-footer
a
:hover
{
color
:
#08C784
;
}
</style>
<section
class=
"wiki-tools-footer container"
>
<a
id=
"wiki-tools-link"
>
Access Wiki Tools
</a>
<a
id=
"wiki-tools-repo"
>
View Source Code
</a>
<img
id=
"wiki-tools-pipeline"
>
</section>
<script>
const
wikiToolsLink
=
document
.
getElementById
(
'
wiki-tools-link
'
)
const
wikiToolsRepo
=
document
.
getElementById
(
'
wiki-tools-repo
'
)
const
wikiToolsPipeline
=
document
.
getElementById
(
'
wiki-tools-pipeline
'
)
const
path
=
document
.
location
.
pathname
.
split
(
'
/
'
)
const
competitionSlug
=
document
.
location
.
host
.
split
(
'
.
'
)[
0
]
const
teamSlug
=
path
[
1
]
const
page
=
path
[
2
]
===
''
?
'
index
'
:
path
[
2
]
wikiToolsLink
.
href
=
`https://tools.igem.org/wiki-tools/
${
competitionSlug
}
/
${
teamSlug
}
/
${
page
}
`
wikiToolsRepo
.
href
=
`https://gitlab.igem.org/
${
competitionSlug
}
/
${
teamSlug
}
`
wikiToolsPipeline
.
src
=
`https://gitlab.igem.org/
${
competitionSlug
}
/
${
teamSlug
}
/badges/main/pipeline.svg`
</script>
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
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