This repository was archived by the owner on Dec 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (187 loc) · 9.98 KB
/
index.html
File metadata and controls
199 lines (187 loc) · 9.98 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html style="overflow-x: hidden;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>DumbCode</title>
<link rel="stylesheet" href="./css/bulma.css" />
<link rel="stylesheet" href="./css/carousel.css" />
<link rel="stylesheet" href="./css/cursor.css" />
<script defer src="https://use.fontawesome.com/releases/v5.10.1/js/all.js"></script>
<script src="scripts/modules.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="./images/brand/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/brand/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/brand/favicon-16x16.png">
<link rel="manifest" href="./images/brand/site.webmanifest">
</head>
<body class="has-background-black-ter">
<section class="is-mobile">
<div module="modules/navbar.html"></div>
</section>
<section class="hero is-fullheight-with-navbar is-dark has-background-black-ter">
<div class="hero-body">
<div class="container">
<h1 class="title is-1 mb-0" style="display: inline-block;">DumbCode</h1>
<div class="is-cursor mb-0" style="display: inline-block;"></div>
<h1 class="subtitle is-4">
Re-inventing the way you play Minecraft.
</h1>
</div>
</div>
</section>
<section class="hero is-dark has-background-black-ter py-0 px-0" style="overflow: hidden;">
<div class="hero-body is-marginless is-paddingless">
<div class="carousel columns is-gapless is-mobile" id="carousel" style="height: 400px;">
<div class="column">
<div style="background-image: url('./images/project_nublar/comp.jpg'); height: 100%; background-size: cover; background-position: center; text-align: center; padding-top: 150px;">
<a href="/mods/projectnublar"><h1 class="title is-3"><strong>Project Nublar</strong></h1></a>
<h4 class="subtitle is-5">Adds Dinosaurs from Jurassic Park into Minecraft</h4>
</div>
</div>
<div class="column">
<div style="background-image: url('./images/dumb_library.bmp'); height: 100%; background-size: cover; text-align: center; padding-top: 150px;">
<a href="/mods/dumblibrary"><h1 class="title is-3"><strong>DumbLibrary</strong></h1></a>
<h4 class="subtitle is-5">A set of common tools for DumbCode mods</h4>
</div>
</div>
<div class="column">
<div style="background-image: url('./images/gradle_hook.bmp'); height: 100%; background-size: cover; background-position: bottom; text-align: center; padding-top: 150px;">
<a href="/mods/gradlehook"><h1 class="title is-3"><strong>Gradle Hook</strong></h1></a>
<h4 class="subtitle is-5">A webhook from a Gradle Task</h4>
</div>
</div>
</div>
<div class="columns is-mobile is-gapless" style="height: 0px;">
<div class="column">
<button class="carousel-navigators has-text-light" style="left: 20px; position: relative; top: -230px;" id="left">
<span class="icon is-small">
<i class="fas fa-arrow-left"></i>
</span>
</button>
</div>
<div class="column">
<div class="carousel-indicators" style="margin-top: -50px;"></div>
</div>
<div class="column" style="text-align: right;">
<button class="carousel-navigators has-text-light" style="right: 20px; position: relative; top: -230px;" id="right">
<span class="icon is-small">
<i class="fas fa-arrow-right"></i>
</span>
</button>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-dark has-background-black-ter">
<div class="hero-body">
<div class="container center">
<div class="title is-2 mb-0">Our Mission</div>
<div class="title is-5 has-text-grey-lighter">An Equal Opinion Team.</div>
</div>
<br>
<div class="container">
<div class="columns">
<div class="column is-half is-two-thirds-tablet">
<div class="content has-text-grey">
<p>DumbCode aims to be an open and equal opinion mod team. No hierarchical stupidity, everyone's voice matters.
Our team is organized of people from all over the globe, and apart from bringing great content to our mods, we want to have fun doing it.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-dark has-background-black-ter">
<div class="hero-body">
<div class="container center has-text-right">
<div class="title is-2 mb-0">Our Goal</div>
<div class="title is-5 has-text-grey-lighter">Make Cool Things.</div>
</div>
<br>
<div class="container">
<div class="columns is-right">
<div class="column is-half is-offset-half is-two-thirds-tablet">
<div class="content has-text-grey has-text-right">
<p>Creating things is our team's passion. We chose projects that we will enjoy making and that will be fun for the community to play with.
We like dinosaurs, so we're making a dinosaur mod, we like modeling, so we're making a studio. Everything DumbCode creates, is fun for DumbCode to make.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-dark has-background-black-ter">
<div class="hero-body">
<div class="container center">
<div class="title is-2 mb-0">Our People</div>
<div class="title is-5 has-text-grey-lighter">Make contributing Bearable.</div>
</div>
<br>
<div class="container">
<div class="columns">
<div class="column is-half is-two-thirds-tablet">
<div class="content has-text-grey">
<p>The team feel is very friendly at DumbCode, we act like we've known each other for years, and sometimes it's because we have.
In short, we like to have fun at DumbCode; that is what it's all about.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-dark has-background-black-ter">
<div class="hero-body">
<div class="container center has-text-right">
<div class="title is-2 mb-0">Our Products</div>
<div class="title is-5 has-text-grey-lighter">Real. Trustworthy. Consistent.</div>
</div>
<br>
<div class="container">
<div class="columns is-right">
<div class="column is-half is-offset-half is-two-thirds-tablet">
<div class="content has-text-grey has-text-right">
<p>DumbCode, despite being a team of light hearted people and friends, don't skimp on quality. We are dedicated to setting an example to other modders of what is capable in modern modding.
Our mods will be performant and well crafted as if it was a professional product.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<section class="hero is-small is-dark has-background-black-ter">
<div class="hero-body">
<div class="container center">
<div class="title is-2 mb-0">Talk with us</div>
<div class="title is-5 has-text-grey-lighter">Join one of our many community outlets.</div>
<div class="columns is-desktop is-tablet">
<div class="column has-text-grey" style="height: 100%">
<h3 class="subtitle is-4 mb-0 has-text-white-ter">Twitter</h3>
<p>Follow us on Twitter for news and updates.</p>
<a class="button is-dark is-fullwidth" href="https://twitter.com/dumbcodemc">Follow</a>
</div>
<div class="column has-text-grey" style="height: 100%">
<h3 class="subtitle is-4 mb-0 has-text-white-ter">Discord</h3>
<p>Chat with us, and introduce yourself.</p>
<a class="button is-dark is-fullwidth" href="/discord">Join</a>
</div>
<div class="column has-text-grey" style="height: 100%">
<h3 class="subtitle is-4 mb-0 has-text-white-ter">Deviantart</h3>
<p>Check out our wallpapers and showcases.</p>
<a class="button is-dark is-fullwidth" href="https://www.deviantart.com/projectnublar">Watch</a>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<section class="is-mobile">
<div module="./modules/footer.html"></div>
</section>
<script src="../scripts/carousel.js"></script>
</body>
</html>