Merge branch 'feature-rick-astley' into 'master'
Rick Astley Login Button See merge request zombi/website!3
This commit is contained in:
commit
79189a88ff
2 changed files with 14 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header class="header">
|
<header class="header">
|
||||||
|
<div class="loginButton"><a href="https://www.youtube.com/watch?v=DLzxrzFCyOs">Login</a></div>
|
||||||
<a class="#header"><img src="{{ "assets/images/logo-green.png" | relative_url }}" alt="Zom.bi"></a>
|
<a class="#header"><img src="{{ "assets/images/logo-green.png" | relative_url }}" alt="Zom.bi"></a>
|
||||||
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
|
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
|
||||||
<ul class="header-subnav show-for-medium">
|
<ul class="header-subnav show-for-medium">
|
||||||
|
|
|
@ -19,6 +19,19 @@ body {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .loginButton {
|
||||||
|
display:inline;
|
||||||
|
position:absolute;
|
||||||
|
top:10px;
|
||||||
|
right:10px;
|
||||||
|
font:10px sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header .loginButton a {
|
||||||
|
color: #1eb513;
|
||||||
|
text-shadow: 1px 1px 0 #333;
|
||||||
|
}
|
||||||
|
|
||||||
/* header menu hides on mobile screen, no padding needed anymore */
|
/* header menu hides on mobile screen, no padding needed anymore */
|
||||||
@media screen and (max-width:39.99em) {
|
@media screen and (max-width:39.99em) {
|
||||||
.header {
|
.header {
|
||||||
|
|
Loading…
Reference in a new issue