-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (159 loc) · 8.13 KB
/
index.html
File metadata and controls
165 lines (159 loc) · 8.13 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Krish's Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.157.0/three.min.js"></script>
</head>
<body>
<header>
<nav class="navbar">
<div class="nav-content">
<ul class="nav-links">
<li><a href="index.html" class="active">home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="resume.html">résumé</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="hero">
<div id="starfield-holder">
<div id="starfield-effect"></div>
</div>
<div id="sphere-container"></div>
<div class="hero-content">
<p class="greeting-text">
<span class="type-animation animating">good afternoon, I'm</span>
</p>
<h1 class="animate-title">
<span class="text-wrapper">
<span class="letters" id="name-text">Krish Chauhan</span>
</span>
</h1>
</div>
</section>
<section class="featured-projects">
<h2 class="scroll-fade-up shimmer" data-text="featured work">featured work</h2>
<div class="project-grid">
<div class="scroll-fade-up">
<div class="project-card" style="margin-bottom: 100px;">
<div class="project-image">
<img src="images/screennutrition.svg" alt="Project 1">
</div>
<div class="project-info">
<h3>
Scrolling Time Guardian
<a href="https://github.com/kcpcts/guardian"
class="code-button"
target="_blank"
rel="noopener noreferrer">code</a>
</h3>
<p>A Chrome extension designed to help you manage and optimize your online browsing habits, providing real-time tracking, customizable limits, and an insightful statistics page to reinforce mindful use.</p>
<a href="https://chromewebstore.google.com/detail/scrolling-time-guardian/phlpehahbacnkpcgnmfajkgolkhodhof"
class="project-link"
target="_blank"
rel="noopener noreferrer">
View Project
<span class="material-symbols-outlined">open_in_new</span>
</a>
</div>
</div>
</div>
<div class="scroll-fade-up">
<div class="project-card" style="margin-bottom: 100px;">
<div class="project-image">
<img src="images/skeletoneditorlight.png" alt="Project 2">
</div>
<div class="project-info">
<h3>
Skeleton Editor
<a href="https://github.com/kcpcts/skeletoneditor"
class="code-button"
target="_blank"
rel="noopener noreferrer">code</a>
</h3>
<p>A Chrome extension that allows you to transform any website's appearance with an intuitive visual editor. Perfect for web developers, designers, or anyone who wants to experiment.</p>
<a href="https://chromewebstore.google.com/detail/ai-website-editor/ajlgmdlaokipinhkcbodapinmfmhomof"
class="project-link"
target="_blank"
rel="noopener noreferrer">
View Project
<span class="material-symbols-outlined">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<div class="project-grid second-row">
<div class="scroll-fade-up">
<div class="project-card" style="margin-bottom: 100px;">
<div class="project-image">
<img src="images/emailLogo.png" alt="Email Categorizer">
</div>
<div class="project-info">
<h3>
Email Categorizer
</h3>
<p>An AI-powered website that allows users to automatically organize their inbox by applying relevant labels to emails by integrating with Google accounts & the Gemini API.</p>
<a href="https://email-categorizer.vercel.app"
class="project-link"
target="_blank"
rel="noopener noreferrer">
View Project
<span class="material-symbols-outlined">open_in_new</span>
</a>
</div>
</div>
</div>
<div class="scroll-fade-up">
<div class="project-card" style="margin-bottom: 100px;">
<div class="project-image">
<img src="images/edalogo.png" alt="Exploratory Data Analysis Agent">
</div>
<div class="project-info">
<h3>
EDA Agent
<span class="status-tag" data-text="in progress">in progress</span>
</h3>
<p>A ChatGPT-style full-stack exploratory data analysis web application built with modular AI agent integration for LLM data interpretation and insight generation</p>
<a href="#"
class="project-link"
target="_blank"
rel="noopener noreferrer">
View Project
<span class="material-symbols-outlined">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="social-links">
<a href="https://github.com/kcpcts" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/krishchauhan06/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
</a>
</div>
<p>© 2024 Krish Chauhan. All rights reserved.</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/isMobile.min.js"></script>
<script src="js/starfield.js"></script>
<script src="js/script.js"></script>
<script src="js/sphereEffect.js"></script>
<script src="js/particleEffect.js"></script>
</body>
</html>