Skip to content

Commit 7a0d790

Browse files
committed
2 parents 0a9344b + 18b71ea commit 7a0d790

10 files changed

+212
-90
lines changed

404.css

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
2+
}
3+
4+
.page_404 img{ width:100%;}
5+
6+
.four_zero_four_bg{
7+
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
8+
height: 400px;
9+
background-position: center;
10+
}
11+
12+
.four_zero_four_bg h1{
13+
font-size:80px;
14+
}
15+
.four_zero_four_bg h3{
16+
font-size:80px;
17+
}
18+
19+
.link_404{
20+
color: #fff!important;
21+
padding: 10px 20px;
22+
background: #39ac31;
23+
margin: 20px 0;
24+
display: inline-block;}
25+
.contant_box_404{ margin-top:-50px;}

404.html

+26-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
content="CodeIN Community is the Community of Coding Enthusiasts
1111
Join Us for Hackathons, Technical Events, Open Source, Internship Opportunities and various upcoming opportunities to learn different technologies.">
1212
<link rel="shortcut icon" href="./assets/img/logo.png" type="image/x-png">
13+
<link rel="stylesheet" href="404.css">
1314
<style>
1415
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
1516

@@ -56,9 +57,31 @@
5657
</head>
5758

5859
<body>
59-
<h1>404</h1>
60-
<h3>Page not found!</h3>
61-
<a href="/">Go to Home?</a>
60+
<section class="page_404">
61+
<div class="container">
62+
<div class="row">
63+
<div class="col-sm-12 ">
64+
<div class="col-sm-10 col-sm-offset-1 text-center">
65+
<div class="four_zero_four_bg">
66+
<h1 class="text-center ">404</h1>
67+
68+
69+
</div>
70+
71+
<div class="contant_box_404">
72+
<h3 class="h2">
73+
Look like you're lost
74+
</h3>
75+
76+
<p>the page you are looking for not avaible!</p>
77+
78+
<a href="https://codeincommunity.tech/" class="link_404">Go to Home</a>
79+
</div>
80+
</div>
81+
</div>
82+
</div>
83+
</div>
84+
</section>
6285
</body>
6386

6487
</html>

CSS/index.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,10 @@
5858

5959
.events_box:hover{
6060
transform: scale(1.1);
61-
}
61+
62+
}
63+
64+
button#moreDetails:hover {
65+
background-color: #b1933d;
66+
color: white;
67+
}

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ Get in touch with Saurav on your favorite platform.
8585
<h1 align="center">CodeIN Community</h1>
8686
<img width="10%" align="center" src="https://user-images.githubusercontent.com/80174214/161517599-ceae42d0-98f0-4a60-9598-31607893320c.png">
8787
88-
89-
90-
Saurav started a community named **CodeIN Community [Community of Coding Enthusiasts]** where everyone around the world is encouraged to share **Resources**, **Roadmaps** to learn different technologies and, learn and share opportunities related to different **Tech Programmes**. Also, CodeIN community organizes **Events** about different technologies to help people to get started in the field of their choice.
88+
Saurav started a community named **CodeIN Community [Community of Coding Enthusiasts]**, where everyone around the world is encouraged to share **Resources**, **Roadmaps** to learn different technologies and learn and share opportunities related to various **Tech Programmes**. Also, the CodeIN community organizes **Events** about other technologies to help people get started in their chosen fields.
9189

9290
<span> <h2>Join the Community on Discord and Other Platforms!⚡</h2>
9391
<a href="https://discord.gg/hWwbgP4dz9"><img alt=" Discord" src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white"></a>

assets/css/darkmode.css

+13
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,17 @@ nav a.whitecr:hover {
121121

122122
.dark.card:hover{
123123
box-shadow: 0px 5px 25px 4px rgba(246, 185, 1, 0.575);
124+
}
125+
126+
.testimonial_dark{
127+
background-color: rgb(30, 32, 35);
128+
}
129+
.pure_dark{
130+
background: black;
131+
}
132+
.pure_dark:hover{
133+
background: black;
134+
}
135+
.text__dark{
136+
color: #222222;
124137
}

assets/css/swipper.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,23 @@
2323
min-width: 270px;
2424
height: 100%;
2525
}
26+
.text_dark{
27+
color: #343a40;
28+
}
29+
30+
#testimonials-slider .swiper .swiper-slide .testimonial-item_dark{
31+
background:#00000073;
32+
}
2633
#testimonials-slider .swiper .swiper-slide .testimonial-item h2 {
2734
font-size: 16px;
2835
font-weight: 700;
2936
text-transform: uppercase;
3037
line-height: 30px;
3138
margin: 0;
3239
}
40+
#testimonials-slider .swiper .swiper-slide .testimonial-item_dark h2{
41+
color: white;
42+
}
3343

3444
/* update font style and color Of Meet-Our Team-Section*/
3545
#testimonials-slider .swiper .swiper-slide .testimonial-item h3 {
@@ -40,7 +50,6 @@
4050
font-weight: 500;
4151
line-height: 26px;
4252
margin-bottom: 10px;
43-
color: #495057;
4453
}
4554
#testimonials-slider .swiper .swiper-slide .testimonial-item .img-thumb {
4655
position: relative;

assets/js/darkmode.js

+9
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ $('.darkmode button').click(function () {
2727
$('.FAQs_section').toggleClass('darkFAQ');
2828
$('.services-item').toggleClass('dark');
2929
$('.card').toggleClass('dark');
30+
$('.testimonial-item').toggleClass('testimonial-item_dark');
31+
$('.testimonial').toggleClass('testimonial_dark');
32+
$('.card').toggleClass('testimonial_dark');
33+
$('.testimonial-community').toggleClass('testimonial_dark');
34+
$('.blog_content').toggleClass('pure_dark');
35+
$('.description').toggleClass('whitecr');
36+
$('.head').toggleClass('whitecr');
37+
$('.textdark').toggleClass('text__dark');
38+
3039
});

hacktoberfest2022.html

+24-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
<html lang="en">
33

44
<head>
5+
<style>
6+
.container1 {
7+
position: relative;
8+
width: 100%;
9+
padding-top: 56.25%;
10+
}
11+
12+
.container1 > iframe {
13+
position: absolute;
14+
top: 0;
15+
left: 0;
16+
width: 100%;
17+
height: 100%;
18+
}
19+
</style>
520
<!-- Required meta tags -->
621
<meta charset="utf-8">
722
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -69,7 +84,7 @@
6984
<li class="nav-item">
7085

7186

72-
<a class="nav-link" href="./#hero-area">
87+
<a class="nav-link" href="./index.html">
7388
Home
7489
</a>
7590
</li>
@@ -208,7 +223,14 @@ <h4> With Milan we help users, NGOs, Clubs and charities to meet their needs.</h
208223

209224
<div class="yt-video mt-5">
210225

211-
<iframe width="100%" height="315" src="https://www.youtube.com/embed/wAXtssM42Ao" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
226+
<div class="container1">
227+
<iframe
228+
src="https://www.youtube.com/embed/wAXtssM42Ao"
229+
title="YouTube video player"
230+
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
231+
allowfullscreen
232+
></iframe>
233+
</div>
212234
<br>
213235
<div class="text-center mt-2">
214236
<div class="description">

0 commit comments

Comments
 (0)