Skip to content

Commit 79366e0

Browse files
committed
updated
1 parent e255570 commit 79366e0

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

_layouts/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ <h1>{{ page.title }}</h1>
55
<p class="lead">
66
Published on {{ page.date | date: "%B %d, %Y" }}
77
</p>
8-
{{ content }}
8+
<div class="post">
9+
{{ content }}
10+
</div>
911
<div class="alert alert-info">
1012
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false" style="float: right"><img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /></a>
1113
<!-- Розмістіть цей тег там, де необхідно розмістити кнопку +1 -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
title: "New Addons Page"
4+
date: 2017-05-09 01:03:50
5+
---
6+
7+
As you know Codeception has a really nice ecosystem with lots of modules and extensions built by the community. Thanks for everyone who invest their time into building better testing tools. Sometimes we accept 3rd-party modules into Codeception core, sometimes we ask contributors to publish them as standalone packages.
8+
9+
Today we'd love to announce a minor but very nice change on our website. **We updated the [Addons](http://codeception.com/addons) page** so community-built modules and extensions would look nice there. The new Addons page looks as slick as a marketplace but everything there is for free!
10+
11+
If you have a helper or an extension that might be useful to others, don't hesitate to share it! New "cards" format for extensions and modules will make them more visible to others. You can also attach your pictures and set colors for cards to be even more visible (If you think your extensions worth it).
12+
13+
The philosophy of Codeception is: don't reinvent the wheel, share testing solutions. Spend more time writing tests and not test support code. Get more powerful tools and make testing fun!
14+
15+
There are some tools you definitely should not miss:
16+
17+
* [Codeception extension for Chrome](https://chrome.google.com/webstore/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik) created by Marcel Pociot.
18+
* [WebCeption](https://github.com/jayhealey/Webception) a web-based Codeception runner.
19+
* [Recorder](http://codeception.com/docs/reference/Extensions#CodeceptionExtensionRecorder) an official extension to capture screenshots after each step.
20+
* [VisualCeption](https://github.com/Codeception/VisualCeption) and [CSSRegression](https://github.com/mendicm/css-regression) to test visual regressions on site.
21+
22+
and [many many others](http://codeception.com/addons)! If you don't have a module or extension but you still have some experience to share, write a few lines to the [Cookbook](http://phptest.club/c/codeception/cookbook).
23+
24+
Thamks for reading. Stay tuned for next cool updates!

css/codeception.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ body .page {
139139
border-radius: 5px;
140140
}
141141

142+
body .post {
143+
margin-top: 1.5em;
144+
margin-bottom: 1.5em;
145+
font-size: 1.3em;
146+
line-height: 1.6;
147+
color: #444;
148+
}
149+
150+
body .page .post p {
151+
margin-top: 1.5em;
152+
margin-bottom: 1.5em;
153+
}
154+
155+
142156
body .page p {
143157
margin-top: 0.75em;
144158
margin-bottom: 0.75em;
@@ -683,4 +697,5 @@ ul.navbar-nav {
683697
.grid[data-columns]::before {
684698
content: '3 .col-md-4';
685699
}
686-
}
700+
}
701+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy