Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpro-hash committed Aug 26, 2024
1 parent 68ddd3f commit 2cf0fed
Show file tree
Hide file tree
Showing 34 changed files with 1,011 additions and 0 deletions.
306 changes: 306 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
<!DOCTYPE html>
<html lang="en-IN" dir="ltr">
<head>
<title>Oops! Page Not Found</title>
<meta charset="utf-8">
<meta name="author" content="SidPro"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta name="description" content="Collegeek is online learning platform. It contains well written, well thought and well explained articles of 8085 microprocessor and Tools like Live editor. Convertor and Calculator"/>
<meta name="keywords" content="Collegeek,Collegeek.com,learning programing,programming tutorial,tools,Live_DHTML,Convertor,microprocessor"/>


<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">

<script src="https://kit.fontawesome.com/5e8f32d58e.js" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->

<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<style>
body,html{
height: 100%;
}
.main-base-container {
display: flex;
flex-wrap: wrap;
margin: 0px;
}
.main-base-container,.bottomat {
margin:0;
}
.main-base-container{
position: relative;
text-align: center;
color: white;
}

/* 404 */
.body404 {
font-family: 'Comic Sans MS', cursive, sans-serif;
background-color: #1a1a1a;
color: #ffffff;
text-align: center;
}

.h1404 {
color: #5ab9ff;
font-size: 6em;
margin-bottom: 20px;
}

.p404 {
font-size: 1.5em;
margin-top: 5px;
}

.img404 {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}

.a404 {
color: #5ab9ff;
text-decoration: none;
}

.a404:hover {
text-decoration: underline;
}



/* footer */
.ft{
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
background: #ede7f6;
box-sizing: border-box;
font-family: calibri,sans-serif;
overflow-x: hidden;
}
.ft footer{
position: relative;
width: 100%;
height: auto;
padding: 50px 100px;
background: #111;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ft footer .ft-container{
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.ft footer .ft-container .sec{
margin-left: 30px;

}
.ft footer .ft-container .sec.aboutus{
width: 40%;
}
.ft footer .ft-container h2{
position: relative;
color:#fff;
font-weight: 500;
margin-bottom: 15px;
}
.ft footer .ft-container h2:before{
content: "";
position: absolute;
bottom: -5px;
left: 0;
width:50px;
height: 2px;
background: cornflowerblue;
}
.ft footer p{
color: #999;
}
.ft footer ul{
padding-left: 0;
}
.sci{
margin-top: 20px;
display: flex;
}
.sci li{
list-style: none;
}
.sci li a{
display: inline-block;
width: 40px;
height: 40px;
background: #222;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
text-decoration: none;
border-radius: 4px;
}
.sci li a:hover{
background: cornflowerblue;
}
.sci li a .fab{
color: #fff;
font-size: 20px;
}
.quickLinks{
position: relative;
width: 25%;
}
.quickLinks ul li{
list-style: none;
}
.quickLinks ul li a{
color:#999;
text-decoration: none;
margin-bottom: 10px;
display: inline-block;
}
.quickLinks ul li a:hover{
color: #fff;
}
.ft-contact{
width: calc(30% - 60px);
margin-right: 0 !important;
}
.ft-contact .info{
position: relative;
}
.ft-contact .info li{
display: flex;
margin-bottom: 16px;
}
.ft-contact .info li span:nth-child(1){
color: #fff;
font-size: 20px;
margin-right: 10px;
}
.ft-contact .info li span{
color: #999;
}
.ft-contact .info li a{
color: #999;
text-decoration: none;
}
.ft-contact .info li a:hover{
color: #fff;
}
.ft .copyrightText{
width: 100%;
background: #181818;
padding: 8px 100px;
text-align: center;
color: #999;
}



.bg {

background:linear-gradient( rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%);
background-color: #334C23;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

@media only screen and (max-width: 991px){
footer{
padding: 40px;
}
footer .ft-container{
flex-direction: column;
}
footer .ft-container .sec{
margin-right: 0;
margin-bottom: 40px;
}
.ft footer .ft-container .sec.aboutus,.ft footer .ft-container .quickLinks,.ft footer .ft-container .ft-contact{
width: 100%;
margin-right: 30px;
}
.ft .copyrightText{
padding: 8px 40px;
}
}
@media only screen and (max-width: 950px) {
.main-base-container,.bottomat {
margin:0;
}
}
@media only screen and (max-width: 600px) {
.p404{
font-size: 1.2em;
}
.h1404 {
font-size: 4.5em;
}
}
</style>
</head>
<body style="background-color: #1a1a1a;">
<div class="main-base-container bg">
<!-- body -->
<div class="container-md my-3 body404">
<h1 class="h1404">404</h1>
<p class="p404">Uh-oh! Looks like you've hit a black hole in cyberspace.</p>
<p class="p404">Either this page got lost in the intergalactic space or the aliens abducted it!</p>
<img class="img404" src="giphy.gif" alt="This Content Is Not Available">
<p class="p404">When you realize you don't know where you are.</p>
<p class="p404">But no worries, you can always return to <a href="/">Earth</a>.</p>
</div>
<!-- body -->
</div>
<div class="ft">
<footer>
<div class="ft-container">
<div class="sec aboutus">
<h2>About Us</h2>
<p>Collegeek is online learning platform. It contains well written, well thought and well explained articles and tools. While creating the site, we have tried to be thorough and we continually put our efforts to improve the quality of the content.</p>
<ul class="sci">
<li><a href="https://www.instagram.com/collegeekonline/" target="_blank"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
<div class="sec quickLinks">
<h2>Quick Links</h2>
<ul>
<li><a href="https://collegeek.com/about.html" target="_blank">About</a></li>
<li><a href="https://cpp-collegeek.herokuapp.com/" target="_blank">Online Compiler</a></li>
<li><a href="https://linkshare.collegeek.com/" target="_blank">LinkShare</a></li>
<li><a href="https://collegeek.com/Live_DHTML/index.html" target="_blank">Live Editor</a></li>
<li><a href="https://collegeek.com/privecypolicy.html" target="_blank">Privacy Policy</a></li>
<li><a href="https://collegeek.com/Termsandcondition.html" target="_blank">Terms & Conditions</a></li>
</ul>
</div>
<div class="sec ft-contact">
<h2>Contact Info</h2>
<ul class="info">
<li>
<span><i class="fas fa-map-marker-alt"></i></span>
<span>80 Feet Road, Anand Bagh, <br>Surendranagar, Gujarat <br>363001</span>
</li>
<li>
<span><i class="fas fa-envelope"></i></span>
<span><a href="mailto:collegeekonline@gmail.com">collegeekonline@gmail.com</a></span>
</li>
</ul>
</div>
</div>
</footer>
<div class="copyrightText">
<p style="margin-top: 20px;margin-bottom: 50px;text-align: center;">
© Copyright 2020-<script>document.write(new Date().getFullYear())</script> by <a href="https://collegeek.com/" ><b><span style="font-size:20px;">C</span>ollegeek</b></a>. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions EBML.min.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions icons/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/favicon-70x70.png"/>
<square150x150logo src="/favicon-150x150.png"/>
<square310x310logo src="/favicon-310x310.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added icons/favicon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon.ico
Binary file not shown.
60 changes: 60 additions & 0 deletions icons/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"name": "My App",
"description": "My App description",
"short_name": "My App",
"icons": [
{
"src": "/favicon-72x72.png",
"type": "image/png",
"sizes": "72x72",
"purpose": "any maskable"
},
{
"src": "/favicon-96x96.png",
"type": "image/png",
"sizes": "96x96",
"purpose": "any maskable"
},
{
"src": "/favicon-128x128.png",
"type": "image/png",
"sizes": "128x128",
"purpose": "any maskable"
},
{
"src": "/favicon-144x144.png",
"type": "image/png",
"sizes": "144x144",
"purpose": "any maskable"
},
{
"src": "/favicon-152x152.png",
"type": "image/png",
"sizes": "152x152",
"purpose": "any maskable"
},
{
"src": "/favicon-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "/favicon-384x384.png",
"type": "image/png",
"sizes": "384x384",
"purpose": "any maskable"
},
{
"src": "/favicon-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"scope": "/",
"start_url": "/?source=pwa",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#ffffff"
}
1 change: 1 addition & 0 deletions images/camera-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/display-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/microphone-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/screen-capture-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2cf0fed

Please sign in to comment.