-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
70 lines (68 loc) · 2.93 KB
/
contribute.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css"></head>
<link rel="icon" type="image/x-icon" href="img/bgeninja.ico">
<title>How to Contribute</title>
</head>
<body>
<section class="sect-1_contr">
<h1>Be a part of BGENinja</h1>
<h3>If you're interested in contribution of this webpage</h3>
<ul>
<li>Making the web UI better</li>
<li>Making tutorials</li>
<li>Editing webpage grammar</li>
<li>Providing a better project file</li>
</ul>
</section>
<section class="howtocontr">
<h3>Making the web UI better</h3>
<p>This can be done by making pull requests on Github.</p>
<h3>Making more content</h3>
<p>You can make tutorials and <a href="#discord">DM on Discord</a> or <a href="#mail">mail me</a>.</p>
<p>This is how you should be making the tutorials so I can follow up with that.</p>
<pre>
## Your heading here
## Your name, if you don't want your name leave this blank
##Content Goes here
# put * around the word/sentence to make it bold on the webpage
# Attachments are accepted but try to send necessary ones
# Put name of the attachment in your content like so:
````````````````````````````````````````````````````
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
-> attachment name.mp4 <-
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
````````````````````````````````````````````````````
# If you want to the tutorial page to have different title style, we'll be having two titles like so:
BIG TITLE
Small Title
and here goes your cool content</pre>
<p>Or you can write however you want, I'll read the content and put it here np.</p>
<h3>Editing webpage grammar</h3>
<p>I'm very bad at english so editing grammar can help people to understand what I'm trying to say lol.</p>
<figure class="dingus">
<figcaption>Alexander Pope</figcaption>
<blockquote>To err is human</blockquote>
</figure>
<h3>Providing a better project file</h3>
<p>If you have a better setup or better code than mine and would like to send it, you can <a href="#discord">DM on Discord</a> or <a href="#mail">mail me</a>.</p>
<h3>Contact</h3>
<p id="mail">Mail: general.defacing593@passinbox.com</p>
<p id="discord">Discord: hexterminal</p>
</section>
<style>
:root{
--most-of-their-width: 10%;
}
h1, h3, p, ul{
margin: 10px var(--most-of-their-width) 10px !important;
}
</style>
<!-- <script type="text/javascript" src="code/smooth_criminal.js"></script> -->
</body>
</html>