-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.45 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.45 KB
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
<!DOCTYPE html>
<head>
<title>nocrusts</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/assets/mainstyle.css">
</head>
<body>
<div class="header">
<h1><a href="/">nocrusts</a></h1>
<span id="tagline">opensource for the masses</span>
</div>
<div class="links">
<a id="currentpage" href="/">home</a>
<a href="/pages/software/apricotaudio">apricotaudio</a>
<a id="githublink" href="https://github.com/nocrusts">github</a>
</div>
<div class="maincontainer">
<div class="sidebar">
<span id="currentpage" class="sidebar-child"><a href="/">about</a></span>
<span class="sidebar-child"><a href="/pages/about/contacts.html">contacts</a></span>
<span class="sidebar-child"><a href="/pages/about/news.html">news</a></span>
<span class="sidebar-child"><a href="/pages/about/donate.html">donate</a></span>
</div>
<div class="content">
<h2>about us</h2>
<p>nocrusts is an community of programmers with the objective of creating easy-to-use and open-source utilities.</p>
<p>We place an emphasis on community contribution and testing, as our development team is very limited. Please feel free to suggest new ideas, provide feedback, and report bugs to our GitHub repos!</p>
<a id="currentpage" class="onpagespeciallink" href="https://github.com/nocrusts">Visit our GitHub Repos</a>
</div>
</div>
</body>