-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (116 loc) · 6.74 KB
/
index.html
File metadata and controls
121 lines (116 loc) · 6.74 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Mathflare - Developers</title>
<link href="Content/bootstrap.css" rel="stylesheet" />
<link href="Site.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/4db79696e2.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<script src="https://n6rnqrmvv7gx.statuspage.io/embed/script.js"></script>
</head>
<body>
<!-- NAVBAR START -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class=" container">
<a class="navbar-brand" href="#">MathFlare Developers</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a href="https://www.mathflare.xyz" class="nav-link">
<i class="bi bi-house"></i>
Main Website
</a>
</li>
<li class="nav-item dropdown">
<a href="" class="nav-link" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<i class="bi bi-link-45deg"></i>
Links
<i class="bi bi-caret-down-fill"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a href="https://github.com/mathflare" class="dropdown-item"><i class="bi bi-github"></i>
GitHub <span class="badge badge-success">Verified</span></a>
<a href="https://github.com/mathflare/mathflare" class="dropdown-item"><i
class="bi bi-terminal-fill"></i> Repository</a>
<a href="https://github.com/mathflare/mathflare/issues" class="dropdown-item"><i
class="bi bi-exclamation-triangle"></i> Issues</a>
<a href="https://github.com/mathflare/mathflare/pulls" class="dropdown-item"><i
class="fas fa-code-branch"></i> Pull Requests</a>
<a href="https://github.com/mathflare/mathflare/projects" class="dropdown-item"><i
class="bi bi-kanban"></i> Projects</a>
<a href="https://api.mathflare.xyz" class="dropdown-item"><i
class="bi bi-hdd-stack-fill"></i> REST API</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR END -->
<div class=" container mt-5">
<h1 class="text-white">MathFlare for Developers</h1>
<p class="text-warning">As an open-source project, we welcome every developer who is willing to contribute to
our project.</p>
<p class="text-warning">Find Instructions on how to contribute <a
href="https://github.com/mathflare/mathflare/blob/main/CONTRIBUTING.md#contributing" target="_blank"><u>here</u></a></p>
<h5 class="title">Tools</h5>
<ul class="text-white">
<li><i class="fab fa-js-square text-primary"></i> TypeScript</li>
<li><i class="bi bi-bootstrap-fill text-purple"></i> Bootstrap 5</li>
<li><i class="bi bi-bootstrap-fill text-purple"></i> Bootstrap Icons 5.1</li>
<li><i class="fab fa-js-square text-warning"></i> jQuery 3.6 (bound to be replaced by
<code>jquery3.6.0.slim.min.js</code>)
</li>
<li><i class="bi bi-terminal-fill text-primary"></i> Visual Studio 2019</li>
<li><i class="bi bi-terminal-fill text-primary"></i> Visual Studio Code</li>
<li><i class="fab fa-git-alt text-danger"></i> Git 2.3</li>
</ul>
<h5 class="title">Hosted On</h5>
<ul class="text-white">
<li><i class="fab fa-cloudflare text-orange"></i> Cloudflare</li>
<li><i class="fas fa-network-wired text-success"></i> Netlify(PR previewing only)</li>
</ul>
<h5 class="title">Liscence</h5>
<ul class="text-white">
<li><i class="fas fa-id-badge"></i> <a
href="https://github.com/mathflare/mathflare/blob/main/LICENSE" target="_blank"><u>MIT</u></a></li>
</ul>
<h5 class="title">Vulnerabilities</h5>
<ul class="text-white">
<li><i class="bi bi-shield-exclamation"></i> <a
href="https://github.com/mathflare/mathflare/blob/main/SECURITY.md#reporting-a-vulnerability" target="_blank"><u>Submit
a Security Vulnerability</u></a></li>
</ul>
<h5 class="title">Run Locally</h5>
<ol>
<li>Clone the repository from github</li>
<li>Assuming you <a href="https://nodejs.org/en/download/" target="_blank"><u>npm</u></a> installed, run
<code>npm install</code> and then <code>npm start</code>
</li>
<li>Assuming you have <a href="https://www.npmjs.com/package/typescript"
target="_blank"><u>TypeScript</u></a> installed, run <code>tsc -w</code> (in watch mode so it
automagically compiles the JavaScript files)</li>
</ol>
<h5 class="title">Developer Links</h5>
<ul>
<li><a href="https://mathflare.atlassian.net" target="_blank"><u>Log In to
Atlassian(Jira,StatusPage)</u></a></li>
<li><a href="https://mathflare.statuspage.io/" target="_blank"><u>Statuspage</u></a></li>
<li>Emails: mathflare@protonmail.com, mathflare@pm.me, contact@mathflare.xyz</li>
</ul>
</div>
<script src="Scripts/jquery-3.0.0.js"></script>
<script src="Scripts/bootstrap.js"></script>
</body>
</html>