-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontribute.html
More file actions
61 lines (58 loc) · 3.29 KB
/
Copy pathcontribute.html
File metadata and controls
61 lines (58 loc) · 3.29 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="Spiffily Software">
<meta name="description" content="The Digital Notebook. By students, for students.">
<title>Notebook</title>
<!-- https://electronjs.org/docs/tutorial/security#csp-meta-tag -->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<!-- <link rel="stylesheet" href="./themes/default.css">
<link rel="stylesheet" href="./index.css"> -->
<link rel="stylesheet" href="./purecss-good/settings.css">
<link rel="icon" href="./assets/favicon.png" type="image/png" >
</head>
<body>
<h1>Contributing</h1>
<p style="text-align:center">Lend a hand!</p>
<!-- <iframe src="./toolbar.html" style="height:45px;" scrolling="no" class="sitenav"></iframe> -->
<div class="toolbar">
<a href="./">📓 <b>Home</b></a>
<a href="./news">News</a>
<a href="./resources">Resources</a>
<a href="./contribute.html">Contribute</a>
</div>
<div class="column container nobox">
<p>There are three main ways to contribute to this project.</p>
<ul>
<li><a href="#bugs">Report Bugs</a></li>
<li><a href="#featurequest">Give Feedback</a></li>
<li><a href="#writingarticle">Write an Article</a></li>
</ul>
<p>Any help would be very welcome!</p>
</div>
<div id="bugs" class="container center">
<h1>Reporting Bugs</h1>
<p>Reporting any bugs you may encounter is the simplest and most helpful thing you can do to help.</p>
<p>Simply head over to GitHub and follow the template to fill in the issue!</p>
<div class="center">
<button><a href="https://github.com/Spiffily/notebook/issues/new?assignees=&labels=bug&template=bug_report.md&title=">Submit Issue</a></button>
</div>
</div>
<div id="featurequest" class="column container center">
<h1>Giving Feedback</h1>
<p>Our goal is to give you the bst experience possible. We can't do that if you don't tell us what you want, we can't so it!</p>
<p>Please take a minute to tell us what you want from The Notebook.</p>
<div class="center">
<button><a href="https://github.com/Spiffily/notebook/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=">Feature Request</a></button>
</div>
</div>
<div id="writingarticle" class="column container center">
<h1>Writing an Article</h1>
<p>The whole point of The Digital Notebook is that Students can share knowldege that should help make E-learning just a bit easier. If no one shares their knowledge, we wouldn't have a site!</p>
<p>When writing an article, you have two options. If you are not tech savvy in any way, you may write your article in a <code>.odt</code> format and sumbit it with all pictures in a <code>.zip</code> archive.</p>
<p>However, if you are somewhat tech savvy, we would certainly prefer you to use our html template. It's much easier than you think, and we've done all the hard parts for you. Also, when you use this method, you know what your page is going to look like, and you can easily ensure it's formatted the way you want.</p>
<div class="center"><button><a href="./add-a-page.html">Adding your page</a></button></div>
</div>
</body>
</html>