Merge branch 'gs/commented-code' into 'master'
Remove unused commented out code. See merge request patek-devs/patek.cz!40
This commit is contained in:
commit
97788e99d8
@ -23,37 +23,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
/*#home-navbar {
|
||||
&:not(.is-fixed-top) {
|
||||
patek-logo {
|
||||
font-size: 0;
|
||||
}
|
||||
}
|
||||
&.is-fixed-top {
|
||||
patek-logo {
|
||||
font-size: unset;
|
||||
}
|
||||
}
|
||||
patek-logo {
|
||||
transition: font-size 0.2s;
|
||||
}
|
||||
}
|
||||
.is-fixed-top .navbar {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
z-index: 30;
|
||||
top: 0;
|
||||
}
|
||||
.is-fixed-top .menu-placeholder {
|
||||
height: 52px;
|
||||
visibility: hidden;
|
||||
}
|
||||
.home-content, .home-content h1, .home-content h2, .home-content h3 {
|
||||
background-color: $primary;
|
||||
color: $primary-invert !important;
|
||||
font-family: 'Fira Code';
|
||||
}*/
|
||||
#landing {
|
||||
background-color: $primary;
|
||||
color: $primary-invert;
|
||||
|
@ -1,31 +1,7 @@
|
||||
{{ define "title" }} Pátek {{ end }}
|
||||
|
||||
{{ define "body" }}
|
||||
<!--
|
||||
<div class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<a href="{{ .Site.Home.Permalink }}">
|
||||
<patek-logo class="big-logo"></patek-logo>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="home-navbar">
|
||||
{{ partial "menu.html" . }}
|
||||
</div>
|
||||
<div id="content" class="home-content">
|
||||
<div class="section">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "js.html" "js/home.js"}}
|
||||
-->
|
||||
|
||||
<div id="landing">
|
||||
<div class="patek-logo-top">
|
||||
<patek-logo>Pátek</patek-logo>
|
||||
@ -51,43 +27,9 @@
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
<!--
|
||||
<div class="column is-6">
|
||||
<div class="big-button">
|
||||
<div class="front">
|
||||
<h1><patek-logo title="Talks" subtitle="Pátek"></patek-logo></h1>
|
||||
</div>
|
||||
<div class="back">
|
||||
{{ (.Site.GetPage "about").Summary | truncate 250 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column is-6">
|
||||
<div class="big-button">
|
||||
<div class="front">
|
||||
<h1>O nás</h1>
|
||||
</div>
|
||||
<div class="back">
|
||||
{{ (.Site.GetPage "about").Summary | truncate 250 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column is-6">
|
||||
<div class="big-button">
|
||||
<div class="front">
|
||||
<h1>O nás</h1>
|
||||
</div>
|
||||
<div class="back">
|
||||
{{ (.Site.GetPage "about").Summary | truncate 250 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user