Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSP-Maastricht
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
MSP-Maastricht
Commits
7b670e36
Commit
7b670e36
authored
6 months ago
by
afil01
Browse files
Options
Downloads
Patches
Plain Diff
basic footer
parent
70457346
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#425759
failed
6 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/.vuepress/components/CustomFooter.vue
+90
-5
90 additions, 5 deletions
docs/.vuepress/components/CustomFooter.vue
docs/.vuepress/components/TeamPage.vue
+1
-4
1 addition, 4 deletions
docs/.vuepress/components/TeamPage.vue
with
91 additions
and
9 deletions
docs/.vuepress/components/CustomFooter.vue
+
90
−
5
View file @
7b670e36
<
template
>
My beatufiul footer
</
template
>
<
script
setup
>
</
script
>
\ No newline at end of file
<footer
class=
"footer py-3 mt-3 bg-light text-dark"
>
<div
class=
"container"
>
<!-- Contact Section -->
<div
class=
"row mb-3 text-center"
>
<div
class=
"col-lg-4 col-md-6 mx-auto"
>
<h4
class=
"mb-2"
>
Contact
</h4>
<div>
<p><strong>
Location:
</strong><br>
<a
href=
"https://www.google.com/maps/dir/50.839552,5.7147392/Duboisdomein+30,+6229+GT+Maastricht"
class=
"footer-link"
>
Duboisdomein 30, 6229 GT Maastricht
</a>
</p>
<p><strong>
Email:
</strong><br>
<a
href=
"mailto:msp-igem@maastrichtuniversity.nl"
class=
"footer-link"
>
msp-igem@maastrichtuniversity.nl
</a>
</p>
</div>
</div>
</div>
<hr
class=
"border-dark opacity-50"
>
<!-- License and Repository Info -->
<div
class=
"row text-center"
>
<div
class=
"col"
>
<p
class=
"mb-1"
>
<small>
© 2024 - Content on this site is licensed under a
<a
class=
"footer-link"
href=
"https://creativecommons.org/licenses/by/4.0/"
rel=
"license"
>
Creative Commons Attribution 4.0 International license
</a>
.
</small>
</p>
<p
class=
"mb-1"
>
<small>
The repository used to create this website is available at
<a
href=
"https://gitlab.igem.org/2024/msp-maastricht"
class=
"footer-link"
>
gitlab.igem.org/2024/msp-maastricht
</a>
.
</small>
</p>
</div>
</div>
</div>
</footer>
</
template
>
<
script
setup
>
</
script
>
<
style
scoped
>
/* General Styling */
footer
{
background-color
:
#eaf9f9
;
/* Light oceanic background */
color
:
#003d5b
;
/* Deep blue text for contrast */
padding
:
1.5rem
0
;
/* Reduced vertical padding */
}
h4
{
font-weight
:
bold
;
color
:
#0073e6
;
/* Ocean blue for headings */
}
.footer-link
{
color
:
#00b4c5
;
/* Teal links */
text-decoration
:
none
;
border-bottom
:
1px
solid
transparent
;
transition
:
border-bottom
0.3s
ease
;
}
.footer-link
:hover
{
border-bottom
:
1px
solid
#00b4c5
;
/* Teal underline on hover */
}
hr
{
border-color
:
#00b4c5
;
/* Teal border for separation */
}
.text-center
p
{
margin-bottom
:
0.75rem
;
/* Reduced bottom margin for tighter layout */
}
.text-center
small
{
display
:
block
;
text-align
:
center
;
}
.opacity-50
{
opacity
:
0.5
;
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/.vuepress/components/TeamPage.vue
+
1
−
4
View file @
7b670e36
<
template
>
<div
style=
"padding: 3rem;"
>
<h1><b>
Meet the minds behind Natronaut!
</b></h1>
...
...
@@ -160,9 +160,6 @@
/>
</div>
</div>
</
template
>
...
...
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