forked from ASKnetCommunity/LEAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·29 lines (25 loc) · 1.6 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
title: Home
---
{% include home-header-section.html %}
{% include profiles-section.html %}
<div id="create-new-profile" class="row mb-5">
</div>
<div class="row bg-primary p-3 no-gutters">
<div class="col-12 mt-5 text-center">
<h2>Create new profile</h2>
<p><strong>Do you want to be in the Local-Experts-Action-Directory (LEAD)? </strong> </p>
<p>Then log in to GitHub or sign up if you don't yet have an account. </p>
<a class="btn btn-secondary mt-4" href="https://github.com/login">1. Sign in<br />to GitHub</a>
<br><br>
<p>Note: If you don't have a GitHub account, you will need to create one first. After clicking the button above, select "Create an account", enter your email address, a password, and a username of your choice. After entering the confirmation code, click "skip personalization" at the bottom of the page. </p>
<p>Now you can get started.</p>
<a class="btn btn-secondary mt-4" href="https://github.com/ASKnetCommunity/LEAD/issues/new?assignees=&labels=Profile&template=new-profile.yml&title=Create+Profile+for+...">2. Create a<br>New Profile</a>
</div>
<div class="col-12 text-center">
<p>Note: If you are using a smartphone, make sure you open the link above in a web browser. Do NOT use the github app, because features we use (called "issue forms") don't yet work in the app. </p>
<p>For more information or to change an existing profile, you can go to <a class="text-light" href="https://github.com/ASKnetCommunity/LEAD/wiki">the tutorial</a></p>
</div>
</div>
{% include client-section.html %}