Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
os.mpi-sws.org
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
Service Desk
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
osnet
os.mpi-sws.org
Commits
a5cbdd85
Commit
a5cbdd85
authored
7 months ago
by
Antoine Kaufmann
Browse files
Options
Downloads
Patches
Plain Diff
add youtube social button
parent
a19f3b80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#105134
passed
7 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/footer.html
+6
-2
6 additions, 2 deletions
_includes/footer.html
_sass/base-design.scss
+9
-3
9 additions, 3 deletions
_sass/base-design.scss
with
15 additions
and
5 deletions
_includes/footer.html
+
6
−
2
View file @
a5cbdd85
...
...
@@ -19,8 +19,12 @@
</tr>
<tr>
<th>
Social:
</th>
<td><a
href=
"https://twitter.com/OSGroupSWS"
class=
"social-twitter"
>
Twitter
</a></td>
<td>
<a
href=
"https://twitter.com/OSGroupSWS"
class=
"social-button social-twitter"
>
Twitter
</a>
<a
href=
"https://www.youtube.com/@MPI-SWSOSGroup"
class=
"social-button social-youtube"
>
Youtube
</a>
</td>
</tr>
</tbody>
</table>
...
...
This diff is collapsed.
Click to expand it.
_sass/base-design.scss
+
9
−
3
View file @
a5cbdd85
...
...
@@ -156,22 +156,28 @@ footer {
td
,
th
{
font-weight
:
normal
;
a
.social-
twitter
,
a
.social-
twitter
:active
{
a
.social-
button
,
a
.social-
button
:active
,
{
text-decoration
:
none
;
font-size
:
0
;
}
a
.
social-
twitter
:
:
before
,
a
.
social-
twitter
:
active
::
before
{
a
.
social-
button
:
:
before
,
a
.
social-
button
:
active
::
before
{
font-size
:
12pt
;
color
:
white
;
padding
:
0rem
0
.3rem
;
visibility
:
visible
;
content
:
"\e61b"
;
text-align
:
center
;
font-family
:
$font-fab
;
font-weight
:
bold
;
text-decoration
:
none
;
}
a
.
social-twitter
:
:
before
,
a
.
social-twitter
:
active
::
before
{
content
:
"\e61b"
;
}
a
.
social-youtube
:
:
before
,
a
.
social-youtube
:
active
::
before
{
content
:
"\f167"
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
4851c472
·
7 months ago
mentioned in commit
4851c472
mentioned in commit 4851c4726613f80a6eca95ef69b83c713ac59494
Toggle commit list
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