Skip to content

Commit 47b196f

Browse files
author
Gianluca Arbezzano
committed
Design blog page
1 parent 73e7a10 commit 47b196f

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

_includes/post_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row">
2-
<div class="col-md-12">
2+
<div class="col-md-12 single-post">
33
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
44
<p>{{ post.summary }}</p>
55
<p>by. <a href="{{ post.author_url }}" target="_blank">{{ post.author }}</a></p>

blog.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
tags: devops, developer, blog, post, docker, php
77
permalink: /blog/
88
---
9-
<div id="slogan" class="row" style="margin-bottom:50px">
9+
<div id="slogan" class="row">
1010
<div class="col-md-12">
1111
<div class="text-center">
1212
<h1>Blog</h1>
@@ -15,6 +15,15 @@ <h2>tutorial, docs and news by Penny PHP world</h2>
1515
</div>
1616
</div>
1717

18+
<div class="title col-md-12 text-center well">
19+
<p>With this blog we would increase our use cases and helps you to
20+
understand our daily work with news, trick and feedback to work in the best
21+
wa with PennyPHP.</p> <p>Are you interested to share an article with us?
22+
This site is manage from GitHub GH-Pages and Jenkins please create a PR
23+
here <a href="https://github.com/pennyphp/pennyphp.github.com"
24+
target="_blank">pennyphp/pennyphp.github.com</a></p>
25+
</div>
26+
1827
{% for post in site.posts %}
1928
{% include post_detail.html %}
2029
<hr class="style-two">

css/compiled.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6177,10 +6177,12 @@ button.close {
61776177
padding: 40px 15px;
61786178
text-align: center;
61796179
}
6180-
.title h1 {
6181-
font-size: 13em;
6182-
color: #58ecd5;
6183-
text-shadow: 5px 0 0 #6b7eb9, -5px 0 0 #6b7eb9, 0 5px 0 #6b7eb9, 0 -5px 0 #6b7eb9, 5px 5px #6b7eb9, -5px -5px 0 #6b7eb9, 5px -5px 0 #6b7eb9, -5px 5px 0 #6b7eb9;
6180+
6181+
.col-md-12.single-post {
6182+
text-align: left;
6183+
}
6184+
.col-md-12.single-post h2 {
6185+
font-size: 1.8em;
61846186
}
61856187
span.post-tag.label.label-info {
61866188
font-size:1em;

0 commit comments

Comments
 (0)