Skip to content

Commit 6ca967c

Browse files
committed
Added Twitter, changed visual display of GitHub + Twitter links.
1 parent 6c0d2a5 commit 6ca967c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
<h1>Stack</h1>
88
<p class="tagline">Composing <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/HttpKernelInterface.php">HttpKernelInterface</a> middlewares since 2013!</p>
99
<p>
10-
<a href="https://github.com/stackphp" class="btn btn-primary btn-large"><i class="icon-github"></i> Find Stack on GitHub</a>
10+
<ul class="nav nav-pills" style="display: inline-block;">
11+
<li>
12+
<a href="https://github.com/stackphp"><i class="icon-github"></i> stackphp</a>
13+
</li>
14+
<li>
15+
<a href="https://twitter.com/stackphp"><i class="icon-twitter"></i> @stackphp</a>
16+
</li>
17+
</ul>
1118
</p>
1219
</div>
1320

0 commit comments

Comments
 (0)