-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
287 lines (244 loc) · 12.8 KB
/
index.html
File metadata and controls
287 lines (244 loc) · 12.8 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodeIT! | Code your plugin for free!</title>
<!-- Metadata -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="author" content="FungY911">
<meta content="We will code your plugin for free!" name="description">
<meta content="codeit, codeitforfun, minecraft plugin coding, web coding, We will code your plugin for free!, plugin code for free, free code, freelancer" name="keywords">
<meta name="keywords" content="codeit, codeitforfun, minecraft plugin coding, web coding, We will code your plugin for free!, plugin code for free, free code, freelancer, codeit, codeitforfun, code it in tech, code me, freelancer, code as pro">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- JavaScript -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7WYFQPLVLK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7WYFQPLVLK');
</script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '967053826127454259',
channel: '1074333111522967692',
})
</script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1><a href="#">CodeIT</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="#"><img src="assets/img/favicon.png" alt="" class="img-fluid"></a> -->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ</a></li>
<li><a class="getstarted scrollto" target="_blank" href="https://discord.gg/M2NaWMuDq5">Discord</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">Code IT with us</h1>
<h2 data-aos="fade-up" data-aos-delay="400">We code only for you, we are novice developers who make minecraft plugins and mutch more..</h2>
<div data-aos="fade-up" data-aos-delay="800">
<a href="https://github.com/CodeITForFun/" class="btn-get-started scrollto">GitHub</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left" data-aos-delay="200">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row">
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center justify-content-xl-start" data-aos="fade-right" data-aos-delay="150">
<img src="assets/img/counts-img.svg" alt="" class="img-fluid">
</div>
<div class="col-xl-7 d-flex align-items-stretch pt-4 pt-xl-0" data-aos="fade-left" data-aos-delay="300">
<div class="content d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<div id="users"></div>
<span data-purecounter-start="0" data-purecounter-end='100' data-purecounter-duration="5" class="purecounter"></span>
<p>We have 100+ <strong>Happy Clients</strong> what uses our plugins..</p>
</div>
</div>
<!-- <div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="85" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Projects</strong> adipisci atque cum quia aspernatur totam laudantium et quia dere tan</p>
</div>
</div> -->
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-clock"></i>
<span data-purecounter-start="0" data-purecounter-end="24" data-purecounter-duration="5" class="purecounter"></span>
<p><strong>Months of experience</strong> working in Java.</p>
</div>
</div>
<!-- <div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-award"></i>
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Awards</strong> rerum asperiores dolor alias quo reprehenderit eum et nemo pad der</p>
</div>
</div> -->
</div>
</div><!-- End .content-->
</div>
</div>
</div>
</section>
<!-- End Counts Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>We offer you</h2>
<p>Our team offer you these options.</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4 class="title"><a href="">Flexibility</a></h4>
<p class="description">All important messages we put into file.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-file"></i></div>
<h4 class="title"><a href="">Documentation</a></h4>
<p class="description">For all features we made detailed documentation. If you don't know, you can ask on our discord server.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4 class="title"><a href="">Fast as can</a></h4>
<p class="description">We made our programs most optimize as we can. Only your server can slow down.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bx-world"></i></div>
<h4 class="title"><a href="">Language</a></h4>
<p class="description">We support multiple languages, <a class="description" href="https://earth.google.com/web/search/Slovakia/" target="_blank">Slovak</a>, <a class="description" href="https://earth.google.com/web/search/Czech+Republic/" target="_blank">Czech</a>, <a class="description" href="https://earth.google.com/web/search/United+Kingdom/" target="_blank">English</a>.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Frequently Asked Questions (FAQ)</h2>
</div>
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>How often do you release updates for plugins?</h4>
</div>
<div class="col-lg-7">
<p>
We release updates every time a new version of Minecraft is released or we have added something new. Mostly it's every month.
</p>
</div>
</div><!-- End F.A.Q Item-->
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>Who everyone can participate in the creation of the plugins?</h4>
</div>
<div class="col-lg-7">
<p>
It's serious everyone. How to do it, <a target="_blank" href="https://docs.github.com/en/get-started/quickstart/contributing-to-projects">click here</a>
</p>
</div>
</div><!-- End F.A.Q Item-->
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>Can I use the plugin of this project as the basis for my own plugin?</h4>
</div>
<div class="col-lg-7">
<p>
NO, you can't. Our plugins are licensed and the source code can only be used by CodeIT. If it is a fork, then this does not apply.
</p>
</div>
</div><!-- End F.A.Q Item-->
</div>
</section>
<!-- End F.A.Q Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 text-lg-left text-center">
<div class="copyright">
© Copyright <strong>codemein.tech</strong>. All Rights Reserved
</div>
<div class="credits">
Created by <a onclick='window.open("https://bootstrapmade.com/", "_blank", "resizable,scrollbars,status")'>BootstrapMade</a>, Edited by <a target="_blank" href="https://github.com/FungY911/#">FungY911</a>
</div>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="#hero" class="scrollto">Home</a>
<a href="#">Terms of Use</a>
</nav>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/type.js"></script>
</body>
</html>