-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
153 lines (108 loc) · 4.33 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="devvit.io devvitIO devvit Web Development Open Source">
<meta name="description" content="An open organization that started from people's need for a place where self-taught developers could ask questions, collaborate, and learn new technologies together in a professional environment.">
<!-- description of the website -->
<meta name="author" content="DevvitIO">
<title>Devvit.io</title>
<link href="img/favicon.ico" rel="icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-32870014-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-32870014-10');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css ">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="gridContainer">
<!-- BEGIN Landing Section -->
<section class="landing">
<object type="image/svg+xml" data="img/devit2.svg">Your browser does not support SVGs</object>
<h1 class="brand">Devvit.io</h1>
<p class="subhead">An Open Source Community for Web Development</p>
</section>
<!-- END Landing Section -->
<!-- BEGIN Purpose Section -->
<div class="purpose">
<h1>Who is Devvit for?</h1>
<div>
<label class="cb1-label">
<input id="cb1" type="checkbox"> I am a Developer
</label>
</div>
<div>
<label class="cb2-label">
<input id="cb2" type="checkbox"> I am able and willing to conduct myself in a professional manner
</label>
</div>
</div>
<!-- END Purpose Section -->
<!-- BEGIN Get Involved -->
<div class="getInvolved">
<h1>About</h1>
<div class="getInvolvedGridContainer">
<p class="one">Devvit.io is an open source community.</p>
<p class="two">There's no office, we collaborate remotely.</p>
<p class="three">We're a friendly bunch, getting involved is easy.</p>
<p class="four">Can't contribute, but want the community?</p>
<p class="five">No problem, there's no minimum contribution requirement to join.</p>
<div class="six">
<h2>Come Say Hello!</h2>
<a class="btn" href="https://discord.gg/9EwbGSW">Join Discord</a>
<div class="widget">
<div class="container">
<div class="discord-widget"></div>
</div>
</div>
</div>
</div>
</div>
<!-- END Get Involved -->
<!-- BEGIN Discord Section -->
<!-- END Discord Section -->
<!-- BEGIN Projects Section -->
<div class="projects">
<h1>Community Projects</h1>
<div class="projectsContainer">
<!-- CMS -->
<div class="item1">
<h2>CMS</h2>
<p>A basic CMS mixed with a blogging software.</p>
<a href="https://github.com/DevvitIO/CMS">Link To Github Repo</a>
</div>
<!-- ReallyAnnoyingDirectory -->
<div class="item2">
<h2>ReallyAnnoyingDirectory</h2>
<p>Open collab for a directory of really "awful" front-end pages.</p>
<a href="https://github.com/DevvitIO/ReallyAnnoyingDirectory">Link To Github Repo</a>
</div>
<!-- Lanflix -->
<div class="item3">
<h2>Lanflix</h2>
<p>Netflix for your LAN</p>
<a href="https://github.com/DevvitIO/Lanflix">Link To Github Repo</a>
</div>
<!-- Devvit Bot -->
<div class="item4">
<h2>Devvit Discord Bot</h2>
<p>Custom Discord Bot With Extendable API</p>
<a href="https://github.com/DevvitIO/The-One-True-Dynobot">Link To Github Repo</a>
</div>
<!-- END Projects Section -->
</div>
<!-- END Projects Container -->
</div>
<!-- END Grid Container -->
</div>
<script type="text/javascript" src="//cdn.jsdelivr.net/discord-widget/latest/discord-widget.min.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>