-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
98 lines (98 loc) · 4.49 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
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://avatars.githubusercontent.com/u/78741698?s=200&v=4" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/e5f29a6e0e.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css" />
<title>Chryz-Hub</title>
</head>
<body>
<nav class="navbar">
<p>Chryz-Hub</p>
<input type="checkbox" class="checkbox" id="chk"/>
<label class="label" for="chk">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
<div class="ball"></div>
</label>
</nav>
<div class="sponsor_btn text-right pt-3 pr-3">
<a href="https://paystack.com/pay/chryzhub" class="btn btn-outline-secondary px-3"><i class="far fa-heart mr-1"></i> <span class="sponsor">Sponsor</span></a>
</div>
<div class="container">
<div class="row">
<div >
<div class="text-center mb-3"><img class="logo" src="https://avatars.githubusercontent.com/u/78741698?s=200&v=4" alt="chryzhub_logo"/></div>
<p class="about_chryzhub">The World of Open Source, Where Your Ideas and Contributions Count and are Highly Appreciated</p>
<div class="list-group">
<a class="list" href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organization&template=invitation.yml&title=Please+invite+me+to+the+GitHub+Community+Organization">
<i class="fas fa-plus"></i>
<span class="words">Community</span>
</a>
<a class="list" href="https://chryz-hub.github.io/">
<i class="fas fa-globe"></i>
<span class="words">Website</span>
</a>
<a class="list" href="https://twitter.com/ChryzHub">
<i class="fa fa-twitter"></i>
<span class="words">Twitter</span>
</a>
<a class="list" href="https://github.com/chryz-hub">
<i class="fab fa-github"></i>
<span class="words">GitHub</span>
</a>
<a class="list" href="https://www.youtube.com/channel/UCxro6LYOp3pmmuWDPMg-p1Q">
<i class="fab fa-youtube"></i>
<span class="words">Youtube</span>
</a>
<a class="list" href="https://discord.gg/c6RhGwcP5b">
<i class="fab fa-discord"></i>
<span class="words">Discord Server</span>
</a>
<a class="list" href="https://www.linkedin.com/company/74569130">
<i class="fab fa-linkedin-in"></i>
<span class="words">LinkedIn Page</span>
</a>
</div>
<br>
<div>
<p class="socials">
<a href="https://github.com/chryz-hub">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/ChryzHub">
<i class="fab fa-twitter"></i>
</a>
<a href="https://discord.gg/c6RhGwcP5b">
<i class="fab fa-discord"></i>
</a>
<a href="https://www.youtube.com/channel/UCxro6LYOp3pmmuWDPMg-p1Q">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.linkedin.com/company/74569130">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<br>
<footer>
<p class="footer-bottom">Made with ❤️ by <a href="https://github.com/chryz-hub">ChryzHub</a></p>
</footer>
<script src="script.js"></script>
</body>
</html>