-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (82 loc) · 3.56 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Neatplex is a open source organization.">
<meta name="keywords" content="Neatplex, Open Source, OSS, Free Software">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
<title>Neatplex!</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
<symbol id="arrow-right-circle" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>
</symbol>
</svg>
<main class="container">
<div class="bg-body-secondary p-5 rounded mt-3 text-center">
<h1>Neatplex</h1>
<p class="lead">Yet another open source organization!</p>
<a class="btn btn-lg btn-dark" href="https://github.com/neatplex" role="button" rel="nofollow">
GitHub Repositories »
</a>
</div>
<div class="row">
<div class="col-md-6">
<div class="p-5 rounded mt-3">
<h2>Projects</h2>
<p class="lead">List of open source projects developed by Neatplex:</p>
<ul class="list-unstyled ps-0">
<li>
<a class="icon-link mb-1" href="https://nightell.neatplex.com" rel="nofollow">
<svg class="bi" width="16" height="16">
<use xlink:href="#arrow-right-circle"/>
</svg>
Nightell
</a>
<p class="text-muted">
A social media for storytellers and listeners
</p>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="p-5 rounded mt-3">
<h2>Members</h2>
<p class="lead">List of Neatplex team members:</p>
<ul class="list-unstyled ps-0">
<li>
<a class="icon-link mb-1" href="https://github.com/miladrahimi" rel="nofollow">
<svg class="bi" width="16" height="16">
<use xlink:href="#arrow-right-circle"/>
</svg>
Milad Rahimi
</a>
</li>
<li>
<a class="icon-link mb-1" href="https://github.com/anahitavakoli" rel="nofollow">
<svg class="bi" width="16" height="16">
<use xlink:href="#arrow-right-circle"/>
</svg>
Anahita Tavakoli
</a>
</li>
</ul>
</div>
</div>
</div>
</main>
<div class="container">
<footer class="pt-5 my-5 text-body-secondary border-top text-center">
© 2024 Neatplex
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>