-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
86 lines (78 loc) · 3.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,300,400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
<title>C# Discord - C# Discord Community</title>
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/theme.css">
</head>
<body>
<nav class="st-nav navbar main-nav navigation fixed-top dark-link" id="main-nav">
<div class="container">
<ul class="st-nav-menu nav navbar-nav">
<li class="st-nav-section nav-item"><a href="#main" class="navbar-brand"><img src="img/logo.png" alt="CSharp" class="logo logo-sticky"></a></li>
<li class="st-nav-section st-nav-primary nav-item">
<a class="st-root-link nav-link" href="https://csharp.mod.gg">Home </a>
<a class="st-root-link item-products st-has-dropdown nav-link" href="https://discord.gg/csharp">Discord </a>
<a class="st-root-link item-company st-has-dropdown nav-link" href="https://github.com/discord-csharp">GitHub </a>
</li>
<li class="st-nav-section st-nav-mobile nav-item"><button class="st-root-link navbar-toggler" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span></button>
<div class="st-popup">
<div class="st-popup-container"><a class="st-popup-close-button">Close</a>
<div class="st-dropdown-content-group">
<a href="https://cs.mod.gg">Home </a>
<a href="https://discord.gg/csharp">Discord </a>
<a href="https://github.com/discord-csharp">GitHub </a>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="st-dropdown-root">
<div class="st-dropdown-bg">
<div class="st-alt-bg"></div>
</div>
<div class="st-dropdown-arrow"></div>
<div class="st-dropdown-container">
</div>
</div>
</nav>
<main class="overflow-hidden">
<header class="header integrations-header section">
<div class="shapes-container">
<div class="shape pattern pattern-dots">
<div></div>
</div>
<div class="static-shape background-shape-main"></div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto text-center">
<h1 class="bold font-md font-md-lg">A community for help, support and discussion for all things C#</h1>
<p class="lead text-muted">With over 25,000 members, and over 200,000 messages a month, join the most active .NET C# Discord community to help or get help and discuss programming with like-minded people.</p>
<a href="https://discord.gg/csharp" class="btn btn-primary btn-lg btn-rounded bold px-4 mt-4">Join the Discord</a>
</div>
</div>
</div>
<div class="bubbles-wrap">
<div class="bubbles-container"></div>
</div>
</header>
</main>
<script src="js/index.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/stripe-bubbles.js"></script>
<script src="js/stripe-menu.js"></script>
</body>
</html>