-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Akash Singh
committed
Feb 29, 2024
0 parents
commit 8985f8d
Showing
697 changed files
with
63,261 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/assets/css/404.css"> | ||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<!-- Favicon --> | ||
<link id='favicon' rel="shortcut icon" href="/assets/images/favicon.jpg" type="image/x-png"> | ||
<title>Got Lost! Page Not Found</title> | ||
</head> | ||
<body oncontextmenu="return false"> | ||
|
||
<!-- navbar starts --> | ||
<header> | ||
<a href="/" class="logo"><i class="fa fa-code"></i> PrepVerse.</a> | ||
|
||
<div id="menu" class="fas fa-bars"></div> | ||
<nav class="navbar"> | ||
<ul> | ||
<li><a href="/#home">Home</a></li> | ||
<li><a href="/#about">About</a></li> | ||
<li><a href="/#skills">Skills</a></li> | ||
<li><a href="/#education">Education</a></li> | ||
<li><a href="/#work">Work</a></li> | ||
<li><a href="/#experience">Experience</a></li> | ||
<li><a href="/#contact">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- navbar ends --> | ||
|
||
<!-- 404 section start --> | ||
<section class="page_404"> | ||
<div class="container"> | ||
<div class="wrapper"> | ||
<h1 class="text-center ">404</h1> | ||
</div> | ||
|
||
<div class="msg"> | ||
<h3>Look like you're lost</h3> | ||
<p>the page you are looking for not avaible!</p> | ||
|
||
<div class="backbtn"> | ||
<a href="/" class="btn"> | ||
<i class="fas fa-arrow-left"></i> | ||
<span>Back to Home</span> | ||
</a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
<!-- 404 section end --> | ||
|
||
<!-- footer section starts --> | ||
<section class="footer"> | ||
|
||
<div class="box-container"> | ||
|
||
<div class="box"> | ||
<h3>Akash's Portfolio</h3> | ||
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br /> <br /> Keep Rising | ||
🚀. Connect with me over live chat!</p> | ||
</div> | ||
|
||
<div class="box"> | ||
<h3>quick links</h3> | ||
<a href="#home"><i class="fas fa-chevron-circle-right"></i> home</a> | ||
<a href="#about"><i class="fas fa-chevron-circle-right"></i> about</a> | ||
<a href="#skills"><i class="fas fa-chevron-circle-right"></i> skills</a> | ||
<a href="#education"><i class="fas fa-chevron-circle-right"></i> education</a> | ||
<a href="#work"><i class="fas fa-chevron-circle-right"></i> work</a> | ||
<a href="#experience"><i class="fas fa-chevron-circle-right"></i> experience</a> | ||
</div> | ||
|
||
<div class="box"> | ||
<h3>contact info</h3> | ||
<p> <i class="fas fa-phone"></i>+91 9794423031</p> | ||
<p> <i class="fas fa-envelope"></i>[email protected]</p> | ||
<p> <i class="fas fa-map-marked-alt"></i>Bhopal, India-462041</p> | ||
<div class="share"> | ||
<a aria-label="LinkedIn" href="https://www.linkedin.com/in/akashsingh3031" target="_blank"><i | ||
class="fab fa-linkedin"></i></a> | ||
<a aria-label="GitHub" href="https://github.com/AkashSingh3031" target="_blank"><i | ||
class="fab fa-github"></i></a> | ||
<a aria-label="WhatsApp" href="https://wa.me/919794423031" target="_blank"><i | ||
class="fab fa-whatsapp"></i></a> | ||
<a aria-label="Telegram" href="https://t.me/akashsingh3031" target="_blank"><i | ||
class="fab fa-telegram-plane"></i></a> | ||
<a aria-label="FaceBook" href="https://www.facebook.com/akashsingh3031" target="_blank"><i | ||
class="fab fa-facebook-f"></i></a> | ||
<a aria-label="Instagram" href="https://www.instagram.com/akash.singh3031"><i | ||
class="fab fa-instagram" target="_blank"></i></a> | ||
<a aria-label="Twitter" href="https://twitter.com/akashsingh3031" target="_blank"><i | ||
class="fab fa-twitter"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a | ||
href="https://www.linkedin.com/in/akashsingh3031"> Akash Singh</a></h1> | ||
|
||
</section> | ||
<!-- footer section ends --> | ||
|
||
<!-- ==== ALL MAJOR JAVASCRIPT CDNS STARTS ==== --> | ||
|
||
<!-- jquery cdn --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
|
||
<!-- ==== ALL MAJOR JAVASCRIPT CDNS ENDS ==== --> | ||
|
||
<script src="/assets/js/404.js"></script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.