-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
34 lines (30 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
---
<div class="jumbotron">
<div class="container">
<div id="message" style="display:block; padding: 20px; background-color: #007bff; text-align:center;"><img width="173" height="71" src="https://new.quickfixn.org/wp-content/uploads/2021/11/logo-main.svg" class="custom-logo" alt="logo-main"><br><br><a href="https://new.quickfixn.org/go/" style="color: #ffffff; font-size: 16px; text-decoration: underline;">Try out the new website →</a></div>
<div class="row">
<div class="col-xs-4">
<img src="images/25.png" width="200"/>
</div>
<div class="col-xs-8">
<h2>QuickFIX/Go</h2>
<p>A full featured messaging engine for the FIX protocol implemented in Go</p>
</div>
</div>
</div>
</div>
<h1>News</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
<p>subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>