Skip to content

Commit 4827b7a

Browse files
committed
Some Updates
1 parent e038425 commit 4827b7a

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

assets/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
/*--------------------------------------------------------------
99
# General
1010
--------------------------------------------------------------*/
11+
html {
12+
scroll-behavior: smooth !important;
13+
}
1114
body {
1215
font-family: "Open Sans", sans-serif;
1316
color: #444444;

discord/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta http-equiv="Refresh" content="0; url='https://discord.gg/M2NaWMuDq5'" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>Redirecting --- Discord</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<!-- Metadata -->
88
<meta charset="utf-8">
99
<meta content="width=device-width, initial-scale=1.0" name="viewport">
10-
10+
<meta name="author" content="FungY911">
1111
<meta content="We will code your plugin for free!" name="description">
1212
<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">
13-
13+
<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">
1414
<!-- Favicons -->
1515
<link href="assets/img/favicon.png" rel="icon">
1616
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
@@ -26,6 +26,9 @@
2626
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
2727
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
2828
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
29+
30+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
31+
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css" rel="stylesheet">
2932

3033
<link href="assets/css/style.css" rel="stylesheet">
3134
</head>
@@ -39,7 +42,7 @@
3942
<div class="logo">
4043
<h1><a href="#">CodeIT</a></h1>
4144
<!-- Uncomment below if you prefer to use an image logo -->
42-
<!-- <a href="#"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
45+
<!-- <a href="#"><img src="assets/img/favicon.png" alt="" class="img-fluid"></a> -->
4346
</div>
4447

4548
<nav id="navbar" class="navbar">
@@ -60,7 +63,7 @@ <h1><a href="#">CodeIT</a></h1>
6063
<div class="container">
6164
<div class="row">
6265
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
63-
<h1 data-aos="fade-up">Code IT for fun with us</h1>
66+
<h1 data-aos="fade-up">Code IT with us</h1>
6467
<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>
6568
<div data-aos="fade-up" data-aos-delay="800">
6669
<a href="https://github.com/CodeITForFun/" class="btn-get-started scrollto">GitHub</a>
@@ -166,7 +169,7 @@ <h4 class="title"><a href="">Fast as can</a></h4>
166169
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
167170
<div class="icon"><i class="bx bx-world"></i></div>
168171
<h4 class="title"><a href="">Language</a></h4>
169-
<p class="description">We support multiple languages, Slovak, Czech, English.</p>
172+
<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>
170173
</div>
171174
</div>
172175

@@ -234,7 +237,7 @@ <h4>Can I use the plugin of this project as the basis for my own plugin?</h4>
234237
&copy; Copyright <strong>codemein.tech</strong>. All Rights Reserved
235238
</div>
236239
<div class="credits">
237-
Created by <a href="https://bootstrapmade.com/">BootstrapMade</a>, Edited by <a href="https://github.com/FungY911/#">FungY911</a>
240+
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>
238241
</div>
239242
</div>
240243
<div class="col-lg-6">
@@ -257,10 +260,12 @@ <h4>Can I use the plugin of this project as the basis for my own plugin?</h4>
257260
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
258261
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
259262
<script src="assets/vendor/php-email-form/validate.js"></script>
263+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
260264

261265
<!-- Template Main JS File -->
262266
<script src="assets/js/main.js"></script>
263-
267+
<script src="assets/js/type.js"></script>
268+
264269
</body>
265270

266271
</html>

0 commit comments

Comments
 (0)