forked from levelupcc/level-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.4 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
---
layout: default
---
<section class="section-block">
<div class="home-content-wrapper">
<h2><a href="{{ site.url }}{{ site.baseurl }}/community/getting-started/">Getting Started</a></h2>
<p class="home-call-to-action"> Start here to learn how to use and adapt LevelUp resources for your digital safety trainings.
<a class="section-block-link" href="{{ site.url }}{{ site.baseurl }}/community/getting-started/"> <span class="leading-arrow"> >> </span></a>
</p>
</div>
</section>
<section class="section-block">
<div class="home-content-wrapper">
<h2><a href="{{ site.url }}{{ site.baseurl }}/news/">News & Updates</a></h2>
<p class="home-call-to-action"> Stay informed of new content & materials, site updates, upcoming events, and other news.
<a class="section-block-link" href="{{ site.url }}{{ site.baseurl }}/news/"> <span class="leading-arrow"> >> </span></a>
</p>
</div>
</section>
<section class="section-block_home">
<div class="home-content-wrapper">
<h2><a href="{{ site.url }}{{ site.baseurl }}/community/contribute/">Contribute & Contact</a></h2>
<p class="home-call-to-action">Get in touch to help improve LevelUp - share training content with other trainers, provide feedback, and more.
<a class="section-block-link" href="{{ site.url }}{{ site.baseurl }}/community/contribute/"> <span class="leading-arrow"> >> </span></a>
</p>
</div>
</section>