forked from nimiq/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·116 lines (98 loc) · 4.07 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
layout: null
title: Nimiq Communitiy - Community compendium of Nimiq-related content.
description: Our main goal in Nimiq is to bring mainstream adoption to Blockchain payments and a big task of this challenge is to build a big community with a strong and engaging culture. This is the place for that community to get together and create.
sitemap:
priority: 1.0
lastmod: 2017-11-02
changefreq: weekly
---
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
{% include head.html %}
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>{{site.title}}</h1>
<h2>By the Community, for the Community</h2>
<p>Unofficial compendium of Nimiq-related content.<br />
<a href="https://nimiq.com/">Nimiq</a> is a frictionless peer-to-peer payment protocol for the World Wide Web.</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="{{ "/" | absolute_url }}" class="logo">{{site.title}}</a>
</header>
<!-- Nav -->
<nav id="nav">
{% include nav.html %}
<ul class="icons">
<li><a href="https://twitter.com/{{site.twitter}}" class="icon fa-twitter" rel="nofollow"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/{{site.facebook}}" class="icon fa-facebook" rel="nofollow"><span class="label">Facebook</span></a></li>
<li><a href="https://telegram.me/{{site.instagram}}" class="icon fa-comment" rel="nofollow"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/{{site.github}}" class="icon fa-github" rel="nofollow"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<h2><a href="https://www.youtube.com/embed/j05KF6AK3j0">How to contribute and join our community</a></h2>
<p>With only a few clicks and almost no technical knowledge, you can contribute and get involved in our Community <br />
We'll teach you how :) <br />
Our community is filled with friendly, smart and skillful users. Let's see what we can build together! </p>
</header>
<iframe width="80%" height="480" src="https://www.youtube.com/embed/j05KF6AK3j0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</article>
<!-- Posts -->
<section class="posts">
{% for post in site.posts limit:3 %}
{% assign mod3 = forloop.index | modulo: 3 %}
<article>
<header>
<span class="date">{{ post.date | date_to_string }}</span>
<h2><a href="{{ post.url | absolute_url }}">{{ post.title }}</h2>
</header>
<a href="{{ post.url | absolute_url }}" class="image fit"><img src="{{ post.image | absolute_url }}" alt="" /></a>
<p>{{ post.excerpt }}</p>
<ul class="actions">
<li><a href="{{ post.url | absolute_url }}" class="button">Full Story</a></li>
</ul>
</article>
{% if mod3 == 0 %}
<article>
<header>
<h2><a href="#">Sponsored</h2>
</header>
</article>
{% endif %}
{% endfor %}
</section>
<!-- Footer -->
<footer>
<ul class="actions">
<li><a href="{{ "/blog/" | absolute_url }}" class="button">Our Blog</a></li>
</ul>
</footer>
</div>
<!-- Footer -->
{% include foot.html %}
</div>
<!-- Scripts -->
{% include scripts-main.html %}
{% include tracking.html %}
</body>
</html>