-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (38 loc) · 1.24 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
<!doctype html>
<html>
<head>
<title>
index.text
</title>
<link rel="stylesheet" type="text/css"
href="style.css">
<body>
<header>
<p class="sitenav">Software Needed Coalition</p>
</header>
<div id="container">
<div id="sidebar">
<!-- edit `the navigation` file to add more links here -->
<ul>
<li><a href="/">Home</a></li>
</ul>
</div>
<div id="main">
<!-- edit the .text file and run make to generate HTML from markdown -->
<h1 id="Software.Needed.Coalition">Software Needed Coalition</h1>
<p>The Software Needed Coalition creates programs for people to use. We will create a program for a purpose we believe doesn’t have enough programs written for it.</p>
<h2 id="Who.are.we.">Who are we?</h2>
<p>Currently, our team consists of:
* <a href="https://tilde.town/~minerobber">~minerobber</a>
* <a href="https://tilde.town/~jumblesale">~jumblesale</a></p>
<h2 id="Contact">Contact</h2>
<p><a href="https://github.com/SoftwareNeeded">Github: SoftwareNeeded</a><br/>
<a href="irc://us.synIRC.net/#SoftwareNeeded">IRC: us.synIRC.net/#SoftwareNeeded</a></p>
</div>
<footer>
<p>(c) Software Needed Coalition 2016-. Design is from the <a href="https://tilde.town/~wiki">tilde.town wiki.</a>
</p>
</footer>
</div><!-- container -->
</body>
</html>