-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
86 lines (85 loc) · 4.34 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
---
layout: pretty
title: Project Documentation
---
<div class="page-wrapper" markdown="1">
<header class="header text-center">
<div class="container">
<h1 class="branding">
<img class="logo" src="/assets/images/logo.png" alt="joind.in">
</h1><!--//branding-->
<div class="tagline">
<p> Open source project giving event organizers and speakers a way to get feedback from attendees.</p>
</div><!--//tagline-->
<div class="social-container">
<!-- Replace with your Github Button -->
<div class="github-btn mb-2">
<a class="github-button" href="https://github.com/joindin/joindin.github.io" data-size="large"
aria-label="Star joindin/joindin.github.io on GitHub">Star</a>
<a class="github-button" href="https://github.com/joindin" data-size="large"
aria-label="Follow @joindin on GitHub">Follow @joindin</a>
</div>
</div><!--//social-container-->
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<h2 class="title">Project Documents</h2>
<div class="intro">
<p></p>
</div><!--//intro-->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-list-ul"></i>
</div><!--//icon-holder-->
<h3 class="title">Code Of Conduct</h3>
<p class="intro">We are committed to making participation in this project a harassment-free experience</p>
<a class="link" href="/code-of-conduct" title="Code of Conduct"></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-pink item-2 col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-hands-helping"></i>
</div><!--//icon-holder-->
<h3 class="title">Leadership</h3>
<p class="intro">Meet the team behind Joind.in</p>
<a class="link" href="/project-leadership" title="Project Leadership"></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-gavel"></i>
</div><!--//icon-holder-->
<h3 class="title"><abbr title="General Data Protection Regulation">GDPR</abbr></h3>
<p class="intro">The EU General Data Protection Regulation</p>
<a class="link" href="/gdpr" title="GDPR information"></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
<section class="cards-section text-center">
<div class="container">
<h2 class="title">Hosted Service Documents</h2>
<div class="intro">
<p></p>
</div><!--//intro-->
<div id="cards-wrapper2" class="cards-wrapper row">
<div class="item item-purple col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fa fa-paper-plane"></i>
</div><!--//icon-holder-->
<h3 class="title"><abbr title="Application Programming Interface">API</abbr></h3>
<p class="intro">We Speak HTTP</p>
<a class="link" href="/joindin-api/" title="The joind.in API"></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->