forked from ASKnetCommunity/LEAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·23 lines (21 loc) · 1.53 KB
/
index.html
File metadata and controls
executable file
·23 lines (21 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
---
{% include home-header-section.html %}
{% include profiles-section.html %}
<div id="create-new-profile" class="row bg-primary p-5">
<div class="col-12 p-2 m-4 text-center">
<h2>Create new profile</h2>
<p><strong>You want to be in the Local Experts Action Directory? </strong> </p>
<p>Log in to GitHub - or sign up if you don't have an account yet: </p>
<a class="btn btn-secondary mt-4" href="https://github.com/login">1. Sign In / Up<br>to GitHub</a>
<br><br>
<p>If you don't have a GitHub account, you need to create one first. After clicking the button above, just click "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 start:</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<br>New Profile</a>
</div>
<div class="col-lg-6 col-sm-12 text-center m-lg-4 m-sm-0 mx-lg-auto">
<p>Attention: If you use a smartphone, make sure you open the link above in a webbrowser, don't use the github app (the reason is, that the feature we use called "issue forms" doesn't work in the app yet).</p>
<p>For more information or to change an existing profile see <a class="text-light" href="https://github.com/ASKnetCommunity/LEAD/wiki">the tutorial</a></p>
</div>
</div>