develop #149
5 changed files with 5 additions and 5 deletions
BIN
src/img/magdeburg.jpg
Normal file
BIN
src/img/magdeburg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 840 KiB |
Binary file not shown.
Before Width: | Height: | Size: 294 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 MiB |
|
@ -26,12 +26,12 @@ title: {{site.title}}
|
||||||
<meta property="og:title" content="{{site.title}}">
|
<meta property="og:title" content="{{site.title}}">
|
||||||
<meta property="og:description" content="{{site.description}}">
|
<meta property="og:description" content="{{site.description}}">
|
||||||
<meta property="og:site_name" content="{{site.title}}">
|
<meta property="og:site_name" content="{{site.title}}">
|
||||||
<meta property="og:image" content="{{site.language.url}}/img/samuel-philipp.jpg">
|
<meta property="og:image" content="{{site.language.url}}/img/samuel-1024.jpg">
|
||||||
<meta property="og:updated_time" content="{{site.buildTime}}">
|
<meta property="og:updated_time" content="{{site.buildTime}}">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="{{site.title}}">
|
<meta name="twitter:title" content="{{site.title}}">
|
||||||
<meta name="twitter:description" content="{{site.description}}">
|
<meta name="twitter:description" content="{{site.description}}">
|
||||||
<meta name="twitter:image" content="{{site.language.url}}/img/samuel-philipp.jpg">
|
<meta name="twitter:image" content="{{site.language.url}}/img/samuel-1024.jpg">
|
||||||
<link rel="shortcut icon" href="/img/samuel.png">
|
<link rel="shortcut icon" href="/img/samuel.png">
|
||||||
<link rel="stylesheet" href="{{ '/css/main.css' | rev }}" >
|
<link rel="stylesheet" href="{{ '/css/main.css' | rev }}" >
|
||||||
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-domains="samuel-philipp.de"
|
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-domains="samuel-philipp.de"
|
||||||
|
|
|
@ -424,7 +424,7 @@ section {
|
||||||
.desc {
|
.desc {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
height: 270px;
|
height: 270px;
|
||||||
padding: 20px;
|
padding: 15px;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -438,11 +438,11 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.interest-softwerke {
|
&.interest-softwerke {
|
||||||
background-image: url(../img/sp-codes.png);
|
background-image: url(../img/magdeburg.jpg);
|
||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
color: #fff;
|
color: #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue