-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
120 lines (99 loc) · 5.28 KB
/
404.html
File metadata and controls
120 lines (99 loc) · 5.28 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
<!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/KP2.png" 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="fab fa-react"></i> Kaushik</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#publications">Publications</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>
<!-- Theme Toggle Button -->
<button id="theme-toggle" title="Toggle Light/Dark Mode" aria-label="Toggle Light/Dark Mode">
<i class="fas fa-moon"></i>
</button>
<!-- Theme Toggle Button 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>Looks like you're lost</h3>
<p>The page you are looking for is not available!</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>Kaushik's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials or via email. <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="#research"><i class="fas fa-chevron-circle-right"></i> Research</a>
<a href="#publications"><i class="fas fa-chevron-circle-right"></i> Publications</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 704-302-4736</p> -->
<p> <i class="fas fa-envelope"></i>kpaul.gw@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Amsterdam, Netherlands</p>
<div class="share">
<a href="https://www.linkedin.com/in/kaushik-paul-51b59821b" class="fab fa-linkedin" aria-label="LinkedIn" target="_blank"></a>
<a href="https://github.com/kaushikush" class="fab fa-github" aria-label="GitHub" target="_blank"></a>
<a href="mailto:kpaul.gw@gmail.com" class="fas fa-envelope" aria-label="Mail" target="_blank"></a>
<a href="https://twitter.com/Kaushik_gw" class="fab fa-twitter" aria-label="Twitter" target="_blank"></a>
<a href="https://scholar.google.com/citations?hl=en&user=shyE86UAAAAJ" class="fas fa-graduation-cap" aria-label="GoogleScholar" target="_blank"></a>
<a href="https://inspirehep.net/authors/2678695" class=" fa fa-info-circle" aria-label="InspireHEP" target="_blank"></a>
<!-- <a href="https://t.me/lifecode5" class="fab fa-telegram-plane" aria-label="Telegram" target="_blank"></a> -->
</div>
</div>
</div>
<h1 class="credit">Thanks to <a href="https://www.linkedin.com/in/jigar-sable"> jigar sable</a> for the template <br />Last updated on April 2026</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>