forked from stijnvc/holo-alfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 2.64 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
---
layout: default
home: true
---
<p class="join-us"><strong>Join other community builders on Slack!</strong></p>
<div class="join-card slack">
<a class="btn-slack btn vertical-align" style="width: 30%; min-width: 200px;" target="_blank" href="https://commchat.commsor.com/" > <svg class="platform-icon" xmlns="http://www.w3.org/2000/svg" width="7%" viewBox="0 0 90.07 90"><defs><style>.cls-1{fill:#e01e5a;}.cls-1,.cls-2,.cls-3,.cls-4{fill-rule:evenodd;}.cls-2{fill:#36c5f0;}.cls-3{fill:#2eb67d;}.cls-4{fill:#ecb22e;}</style></defs><title>slack-logo-icon</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M19,56.9a9.46,9.46,0,1,1-9.46-9.46H19Zm4.73,0a9.46,9.46,0,0,1,18.92,0V80.54a9.46,9.46,0,0,1-18.92,0Z"/><path class="cls-2" d="M33.18,18.92a9.46,9.46,0,1,1,9.46-9.46v9.46Zm0,4.8a9.46,9.46,0,0,1,0,18.92H9.46a9.46,9.46,0,0,1,0-18.92Z"/><path class="cls-3" d="M71.08,33.18a9.46,9.46,0,1,1,9.46,9.46H71.08Zm-4.73,0a9.46,9.46,0,1,1-18.91,0V9.46a9.46,9.46,0,1,1,18.91,0Z"/><path class="cls-4" d="M56.9,71.08a9.46,9.46,0,1,1-9.46,9.46V71.08Zm0-4.73a9.46,9.46,0,1,1,0-18.91H80.61a9.46,9.46,0,1,1,0,18.91Z"/></g></g></svg> <p style="margin: 0; margin-left: 5px; display: inline; text-anchor: middle;">Join on Slack</p> </a>
</div>
<div class="sub-box">
<iframe width="100%" height="320" src="https://commchat.substack.com/embed" frameborder="0" scrolling="no"></iframe>
</div>
<!-- {% for post in paginator.posts %}
{% assign minutes = post.content | number_of_words | divided_by: 180 %}
{% if minutes == 0 %}
{% assign read-time = site.var_less_than_a_minute_read %}
{% else %}
{% assign read-time = minutes | append: " " | append: site.var_min_read %}
{% endif %}
<article>
<span class="meta">
{% if site.display-author-front-page %}
{% if post.author.name %}
{{ post.author.name }} •
{% else %}
{% if site.author.name %}
{{ site.author.name }} •
{% endif %}
{% endif %}
{% endif %}
{{ post.date | date: site.date_format }} • {{ read-time }}</span>
<a href="{{ post.url | prepend: site.baseurl }}"><h1>{{ post.title }}</h1></a>
<p>
{% if post.summary %}
{{ post.summary }} <a class="read-more" href="{{ post.url | prepend: site.baseurl }}">{{ site.var_read }} →</a>
{% else %}
{{ post.excerpt | remove: '<p>' | remove: '</p>' }} <a class="read-more" href="{{ post.url | prepend: site.baseurl }}">{{ site.var_read }} →</a>
{% endif %}
</p>
</article>
{% endfor %}
{% if paginator.previous_page or paginator.next_page %}
{% include pagination.html %}
{% endif %}
-->