-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (195 loc) · 8.65 KB
/
index.html
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Wahib Kapdi</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/af155ada58.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/default.css" type="text/css">
<link id="theme-style" rel="stylesheet" type="text/css" href="">
</head>
<body>
<!--Header-->
<section class='s1' id="hero-section">
<div class='main-container'>
<div class="greeting-wrapper">
<h1>Hi, I'm Wahib Kapdi</h1>
</div>
<div class="intro-wrapper">
<div id="nav-header" class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li class="nav-option"><a href="#aboutme-section">
<button class="nav-button">
<i class="fa-solid fa-medal fa-lg"></i>
<span class="nav-text">Overview</span>
</button>
</a></li>
<!-- <li class="nav-option"><a href="#workex-section">
<button class="nav-button">
<i class="fa-solid fa-briefcase fa-lg"></i>
<span class="nav-text">Experiences</span>
</button>
</a></li> -->
<li class="nav-option">
<a href="#highlights-section">
<button class="nav-button">
<i class="fa-solid fa-brain fa-lg"></i>
<span class="nav-text">Projects</span>
</button>
</a></li>
<li class="nav-option"><a href="#contact-form">
<button class="nav-button">
<i class="fa-regular fa-address-card fa-lg"></i>
<span class="nav-text">Contact Me</span>
</button>
</a></li>
</ul>
</div>
<div class="left-column">
<img src="./images/wahib.CR2" alt="wahib" id="profile_pic">
<h5 style="text-align: center; line-height: 0; ">Personalize Theme</h5>
<div id="theme-options-wrapper">
<div data-mode='blue' id="blue-mode" class="theme-dot"></div>
<div data-mode='green' id="green-mode" class="theme-dot"></div>
<div data-mode='purple' id="purple-mode" class="theme-dot"></div>
<div data-mode='light' id="light-mode" class="theme-dot"></div>
</div>
<p id="settings-note">*Theme options will be saved for <br>your next visit</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>Who am I?</h3>
<p>A guy who loves computers, MMA and art : )</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
<div id="socials-container">
</div>
</div>
</section>
<!--Achievements and Skills-->
<section class='s2' id="aboutme-section">
<div class='main-container'>
<div class="about-wrapper">
<div class="about-me">
<h4>More About Me</h4>
<p id="p1"></p>
<p id="p2"></p>
<hr>
<h4>TOP EXPERTISE</h4>
<p>If you prefer more of a traditional format CV: <a target="_blank" href="./Wahib Sabir Kapdi.pdf">Download Resume</a></p>
<div id="skills">
<ul>
<li>Python</li>
<li>C++</li>
<li>Javascript</li>
<li>React</li>
<li>MongoDB</li>
<li>PostgreSQL</li>
</ul>
<ul>
<li>Unity 3D</li>
<li>C#</li>
<li>Google AR Core</li>
<li>Blender</li>
<li>Node JS</li>
<li>Arduino</li>
</ul>
</div>
</div>
<div class="hackathons">
<img id="hack_img" src="./images/hackathon.png" alt="hackathon">
<ul>
<h3>Achievements</h3>
<li><a href="#">HAB 59: Winner</a></li>
<li><a href="#">Prospect100: Prospect100 in Tech under 21</a></li>
<li><a href="#">Devsoc's Devfest: Winner</a></li>
<li><a href="#">Bay Area Hack: EchoAR Winner</a></li>
<li><a href="#">Sigma Hack 2.0: EchoAR Winner</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- <section id="workex-section" class="s1">
<div class='main-container'>
<h3 style="text-align: center;">Work Experience</h3>
<div id="workex-post-wrapper">
<ul id="workex-list">
</ul>
</div>
</div>
</section> -->
<!--Highlights Section-->
<section class='s1' id="highlights-section">
<div class='main-container'>
<h3 style="text-align: center;">Highlight Projects</h3>
<div class="post-wrapper" id="highlights-post-wrapper">
</div>
</div>
</section>
<!--AR Development Region-->
<section class='s1' id="ar-section">
<div class='main-container'>
<h3 style="text-align: center;">My work in Augmented Reality</h3>
<div class="post-wrapper" id="ar-post-wrapper">
</div>
</div>
</section>
<!--Game Development Region-->
<section class='s1' id="games-section">
<div class='main-container'>
<h3 style="text-align: center;">My Work in Game Development</h3>
<div class="post-wrapper" id="games-post-wrapper">
</div>
</div>
</section>
<!--Miscallenous Projects-->
<section class='s1' id="miscallenous-section">
<div class='main-container'>
<h3 style="text-align: center;">Miscellaneous Projects</h3>
<div class="post-wrapper" id="miscallenous-post-wrapper">
</div>
</div>
</section>
<!--Hobbies-->
<section class='s1' id="hobbies-section">
<div class='main-container'>
<h3 style="text-align: center;">Something Else</h3>
<div class="post-wrapper" id="hobbies-post-wrapper">
</div>
</div>
</section>
<!--Footer-->
<section class='s2' id="contact-section">
<div class='main-container'>
<h3 style="text-align: center;">Get In Touch</h3>
<div class="post-wrapper" id="contact-form">
<h5 style="margin: 0;">Socials</h5>
<div class="social">
<ul id="socials-list" class="list-unstyled">
</ul>
</div><hr>
<hr>
<h5 style="margin: 0;">If all else fails :</h5> <br>
<label>Mail: [email protected]</label><br>
<label>Phone: +91 9930856084</label>
</div>
</div>
</section>
<script src="./js/utils.js" type="text/javascript"></script>
<script src="./js/initialize.js" type="text/javascript"></script>
<script src="./js/theme.js" type="text/javascript"></script>
</body>
</html>