Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2024-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUDE
2024-website
Commits
ce810bd8
Commit
ce810bd8
authored
6 months ago
by
Kwangjin Lee
Browse files
Options
Downloads
Patches
Plain Diff
Update file footer_custom.html
parent
9e5ac55f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!10
merge for publish
Pipeline
#245848
passed
6 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_includes/footer_custom.html
+13
-7
13 additions, 7 deletions
_includes/footer_custom.html
with
13 additions
and
7 deletions
_includes/footer_custom.html
+
13
−
7
View file @
ce810bd8
...
...
@@ -3,19 +3,25 @@
display
:
flex
;
align-items
:
center
;
}
.footer-logo
img
{
height
:
4
0px
;
.footer-logo
img
.tu-delft
{
height
:
3
0px
;
width
:
auto
;
}
.footer-logo
img
:last-child
{
margin-left
:
20px
;
.footer-logo
img
.mude
{
height
:
20px
;
width
:
auto
;
margin-left
:
15px
;
}
.footer-text
{
font-size
:
14px
;
margin-top
:
5px
;
}
</style>
<div
class=
"footer-logo"
>
<img
src=
"{{ site.footer_logo | relative_url }}"
alt=
"TU Delft Logo"
>
<img
src=
"{{ site.logo | relative_url }}"
alt=
"MUDE Logo"
>
<img
class=
"tu-delft"
src=
"{{ site.footer_logo | relative_url }}"
alt=
"TU Delft Logo"
>
<img
class=
"mude"
src=
"{{ site.logo | relative_url }}"
alt=
"MUDE Logo"
>
</div>
<div>
<div
class=
"footer-text"
>
The MUDE Team
©
2024
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by/4.0/"
>
CC BY 4.0
</a>
</div>
\ No newline at end of file
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