update
This commit is contained in:
parent
74929ff17a
commit
7c39b10dea
8 changed files with 12 additions and 12 deletions
|
@ -17,10 +17,10 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
border: 1px solid $bg60;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 40px 10px rgb(30, 30, 45);
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@include a-underlined;
|
@include a-underlined;
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
header {
|
header {
|
||||||
margin: 150px 0;
|
margin: 150px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
h1 {
|
h2 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
}
|
}
|
||||||
h1 {
|
h2 {
|
||||||
color: $white;
|
color: $white;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
margin: 60px auto;
|
margin: 60px auto;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
h1 {
|
h2 {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ main {
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
}
|
}
|
||||||
h1 {
|
h2 {
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
{{- range .Pages }}
|
{{- range .Pages }}
|
||||||
<a href="{{ .Permalink }}">
|
<a href="{{ .Permalink }}">
|
||||||
<article>
|
<article>
|
||||||
<h1><span>{{ .Title }}</span></h1>
|
<h2><span>{{ .Title }}</span></h2>
|
||||||
{{ with .Description }}<p class="description">{{ . }}</p>{{ end }}
|
{{ with .Description }}<p class="description">{{ . }}</p>{{ end }}
|
||||||
{{- if eq .Params.type "post" }}
|
{{- if eq .Params.type "post" }}
|
||||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">
|
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ .Params.heading }}</h1>
|
<h2>{{ .Params.heading }}</h2>
|
||||||
<span class="subtitle">{{.Params.subheading}}</span>
|
<span class="subtitle">{{.Params.subheading}}</span>
|
||||||
</header>
|
</header>
|
||||||
{{.Content}}
|
{{.Content}}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ .Params.heading }}</h1>
|
<h2>{{ .Params.heading }}</h2>
|
||||||
<span class="subtitle">{{.Params.subheading}}</span>
|
<span class="subtitle">{{.Params.subheading}}</span>
|
||||||
</header>
|
</header>
|
||||||
{{.Content}}
|
{{.Content}}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<section class="section header">
|
<section class="section header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ .Params.heading }}</h1>
|
<h2>{{ .Params.heading }}</h2>
|
||||||
<span class="subtitle">{{.Params.subheading}}</span>
|
<span class="subtitle">{{.Params.subheading}}</span>
|
||||||
</header>
|
</header>
|
||||||
<section class="section contact">
|
<section class="section contact">
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
{{- range first 4 (where .Site.RegularPages "Type" "project") }}
|
{{- range first 4 (where .Site.RegularPages "Type" "project") }}
|
||||||
<a href="{{ .Permalink }}">
|
<a href="{{ .Permalink }}">
|
||||||
<article>
|
<article>
|
||||||
<h1>{{ .Title }}</h1>
|
<h2>{{ .Title }}</h2>
|
||||||
<p class="meta">
|
<p class="meta">
|
||||||
{{ with .Params.activetime }}<span class="date">{{ . }}</span><br />{{ end }}
|
{{ with .Params.activetime }}<span class="date">{{ . }}</span><br />{{ end }}
|
||||||
{{ with .Params.status }}<span class="status">{{ . }}</span>{{ end }}
|
{{ with .Params.status }}<span class="status">{{ . }}</span>{{ end }}
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
{{- range first 4 (where .Site.RegularPages "Type" "post") }}
|
{{- range first 4 (where .Site.RegularPages "Type" "post") }}
|
||||||
<a href="{{ .Permalink }}">
|
<a href="{{ .Permalink }}">
|
||||||
<article>
|
<article>
|
||||||
<h1><span>{{ .Title }}</span></h1>
|
<h2><span>{{ .Title }}</span></h2>
|
||||||
{{ with .Description }}<p class="description">{{ . }}</p>{{ end }}
|
{{ with .Description }}<p class="description">{{ . }}</p>{{ end }}
|
||||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">
|
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">
|
||||||
<span class="date">{{ .Date.Format "2 January 2006" }}</span>
|
<span class="date">{{ .Date.Format "2 January 2006" }}</span>
|
||||||
|
|
Loading…
Reference in a new issue