Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nfs-image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
nfs-image
Commits
6930ff0f
Commit
6930ff0f
authored
2 years ago
by
Joel Joos
Browse files
Options
Downloads
Patches
Plain Diff
Added drawio & CodiMD Buttons
parent
e8d82944
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
joos.io/homepage/assets/css/style.css
+55
-3
55 additions, 3 deletions
joos.io/homepage/assets/css/style.css
joos.io/homepage/assets/index.html
+7
-5
7 additions, 5 deletions
joos.io/homepage/assets/index.html
with
62 additions
and
8 deletions
joos.io/homepage/assets/css/style.css
+
55
−
3
View file @
6930ff0f
...
...
@@ -186,7 +186,7 @@ h1 {
width
:
60px
;
}
/*
Cloud
Button */
/*
Streama
Button */
.btn-streama
{
background
:
#8bb7c9
;
...
...
@@ -212,7 +212,7 @@ h1 {
width
:
60px
;
}
/*
Cloud
Button */
/*
Home
Button */
.btn-home
{
background
:
#b07e4b
;
...
...
@@ -236,4 +236,56 @@ h1 {
line-height
:
3
;
font-size
:
140%
;
width
:
60px
;
}
\ No newline at end of file
}
/* Drawio Button */
.btn-drawio
{
background
:
#f08805
;
color
:
#fff
;
}
.btn-drawio
:hover
{
background
:
#f4ab50
;
/*4th tint*/
}
.btn-drawio
:active
{
background
:
#a85f03
;
/*4th shade*/
top
:
2px
;
}
.btn-drawio
:before
{
position
:
absolute
;
height
:
100%
;
left
:
0
;
top
:
0
;
line-height
:
3
;
font-size
:
140%
;
width
:
60px
;
}
/* CodiMD Button */
.btn-codimd
{
background
:
#000000
;
color
:
#fff
;
}
.btn-codimd
:hover
{
background
:
#4c4c4c
;
/*4th tint*/
}
.btn-codimd
:active
{
background
:
#000000
;
/*4th shade*/
top
:
2px
;
}
.btn-codimd
:before
{
position
:
absolute
;
height
:
100%
;
left
:
0
;
top
:
0
;
line-height
:
3
;
font-size
:
140%
;
width
:
60px
;
}
This diff is collapsed.
Click to expand it.
joos.io/homepage/assets/index.html
+
7
−
5
View file @
6930ff0f
...
...
@@ -13,10 +13,6 @@
</head>
<body>
<!--
TODOs:
Background Radient (Sunrise colors oder so)
-->
<h1>
Di Besta Links
</h1>
<div
class=
"row"
>
<div
class=
"column"
>
...
...
@@ -56,6 +52,12 @@
<div
class=
"row"
>
<a
href=
"https://pwm.joos.io"
><button
class=
"btn btn-bitwarden"
><i
class=
"fi-xnsuxl-key-alt-solid"
></i>
Bitwarden
</button></a>
</div>
<div
class=
"row"
>
<a
href=
"https://draw.joos.io"
><button
class=
"btn btn-drawio"
><i
class=
"fi-xwsuxl-pen"
></i>
draw.io
</button></a>
</div>
<div
class=
"row"
>
<a
href=
"https://codimd.joos.io"
><button
class=
"btn btn-codimd"
><i
class=
"fi-xnluxl-code"
></i>
CodiMD
</button></a>
</div>
</div>
</div>
...
...
@@ -63,4 +65,4 @@
</body>
</html>
\ No newline at end of file
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
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