-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
209 lines (189 loc) · 12 KB
/
about.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
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Who am I?</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="about/about.css">
<link rel="stylesheet" href="bubblechat.css">
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet">
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet">
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body>
<header class="w-full">
<nav class="bulbula navbar">
<div class="hidden md:flex items-center justify-between w-full">
<div class="flex items-center space-x-4">
<a class="nav-item" href="blog.html">Blog</a>
<a class="nav-item" href="project.html">Projects</a>
</div>
<a href="/index.html" class="flex items-center justify-center">
<img src="indexbg/logo.png" alt="logo" class="h-8 img">
</a>
<div class="flex items-center space-x-4">
<a class="nav-item" href="about.html">About</a>
<a class="nav-item" href="contact.html">Contact</a>
</div>
</div>
<!-- Hamburger menu -->
<div class="md:hidden flex items-center justify-between w-full">
<a href="/index.html" class="flex items-center justify-start">
<img src="indexbg/logo.png" alt="logo" class="h-8 img">
</a>
<button id="menu-toggle" class="flex items-center justify-end">
<svg class="w-6 h-6 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16m-7 6h7">
</path>
</svg>
</button>
</div>
<div id="mobile-menu" class="hidden absolute top-0 right-0 bg-black w-full mt-14 z-50">
<a class="block py-2 px-4 text-white" href="index.html">Home</a>
<a class="block py-2 px-4 text-white" href="blog.html">Blog</a>
<a class="block py-2 px-4 text-white" href="project.html">Projects</a>
<a class="block py-2 px-4 text-white" href="about.html">About</a>
<a class="block py-2 px-4 text-white" href="contact.html">Contact</a>
</div>
</nav>
</header>
<div id="modal-bg" class="hidden fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<div id="mobile-menu-modal" class="bg-white nes-container with-title is-centered">
<a href="/about.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">About</a>
<a href="/project.html"
class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Projects</a>
<button id="close-modal" class="mt-4 bulbula px-4 py-2 text-white bg-red-500 shadow">Close</button>
</div>
</div>
<main class="relative w-full h-full overflow-hidden">
<div id="main" class="Headingfont section flex items-center justify-center bg-gray-500 z-3">
<img src="about/chickcomputer.gif" alt="chickwithcomputer">
</div>
<div id="left"
class="section flex items-center justify-center transform -translate-x-full z-1 overflow-y-auto bg-cover bg-bottom img "
style="background-image: url('about/rf_lg.gif');">
<div class="grid grid-cols-2 sm:grid-cols-2 md:grid-cols-3 absolute top-[65px]">
<a href="https://www.notion.so/boguscode/PYTHON-notes-5c63f427fdb84eba835d7741bb1153a0?pvs=4">
<div
class="boxxy p-2 mx-5 my-4 w-28 h-fit md:w-36 md:h-32 lg:w-44 lg:h-40 flex flex-col justify-center items-center">
<h3 class="text-sm lg:text-[18px] font-semibold">Python Notes</h3>
<p class="hidden md:block mt-2 md:text-[10px] lg:text-[14px] text-start">Refreshing notes of
python with examples</p>
</div>
</a>
<a></a>
<a class="md:hidden"></a>
<a href="https://boguscode.notion.site/Mongo-DB-ed64218304214ef49cb0f5279c830b76?pvs=4">
<div
class="boxxy p-2 mx-5 my-4 w-28 h-fit md:w-36 md:h-32 lg:w-44 lg:h-40 flex flex-col justify-center items-center">
<h3 class="text-sm lg:text-[18px] font-semibold">MongoDB Notes</h3>
<p class="hidden md:block mt-2 md:text-[10px] lg:text-[14px] text-start">Guide to use Mongodb in
your code</p>
</div>
</a>
<a href="https://boguscode.notion.site/JavaScript-dbb9d6fe76f944f192ec6c85e7514892?pvs=25">
<div
class="boxxy p-2 mx-5 my-4 w-28 h-fit md:w-36 md:h-32 lg:w-44 lg:h-40 flex flex-col justify-center items-center">
<h3 class="text-sm lg:text-[18px] font-semibold">JS Notes</h3>
<p class="hidden md:block mt-2 md:text-[10px] lg:text-[14px] text-start">JS notes covering all concepts</p>
</div>
</a>
<a></a>
<a class="md:hidden"></a>
<a href="https://boguscode.notion.site/DSA-road-map-f99ffee5f8bc4b1a87a2f09595f6910e?pvs=4">
<div
class="boxxy p-2 mx-5 my-4 w-28 h-fit md:w-36 md:h-32 lg:w-44 lg:h-40 flex flex-col justify-center items-center">
<h3 class="text-sm lg:text-[18px] font-semibold">DSA Roadmap</h3>
<p class="hidden md:block mt-2 md:text-[10px] lg:text-[14px] text-start">My personal DSA Roadmap
</p>
</div>
</a>
</div>
</div>
</div>
<div id="right"
class="section flex items-center justify-end sm:justify-center md:justify-end bg-green-400 transform translate-x-full z-1">
<div class="flex flex-col md:flex-row items-center justify-center h-full mt-10 md:gap-2">
<div class="resume-container p-4 h-[70vh] md:h-[80vh] w-[45vh] md:w-full lg:w-[100vh]">
<object data="about/Tanish vashisth IT.pdf" type="application/pdf" width="100%" height="100%">
<p>It appears you don't have a PDF plugin for this browser. You can <a
href="about/Tanish vashisth IT.pdf">click here to download the PDF file.</a></p>
</object>
</div>
<div class="flex flex-col items-center justify-center w-full gap-0 md:gap-4">
<a href="about/Tanish_vashisth_resume.pdf" download="Tanish_Vashisth_CV.pdf" class="nes-btn mt-4 ">
Download Resume
</a>
<div class="p-2 flex items-center justify-center gap-4">
<a href="https://github.com/bogusdeck"><img src="/logo/GHub.png" alt="github" class="img w-16 h-auto"></a>
<a href="www.linkedin.com/in/tanishvashisth"><img src="/logo/linkindin.png" alt="linkindin" class="img w-16 h-auto"></a>
<a href="https://replit.com/@tanishvashisth"><img src="/logo/replit.png" alt="replit" class="img w-16 h-auto"></a>
<a href="https://dev.to/prometheus_78"><img src="/logo/dev.png" alt="dev.to" class="img w-16 h-auto"></a>
<a href="https://boguscode.notion.site/Tanish-s-Dashboard-869f654446fe412eaeee863616bec204"><img src="/logo/notion.png" alt="notion" class="img w-16 h-auto"></a>
</div>
</div>
</div>
</div>
<div id="top"
class="section flex flex-col items-center justify-center bg-blue-400 transform -translate-y-full z-1">
<h2 class="text-[22px] md:text-[27px] text-center font-bold mb-4">My Configurations</h2>
<div class="flex flex-col md:flex-row items-center justify-evenly gap-8 md: p-4 w-full max-w-4xl mx-auto">
<div
class="order-1 md:order-0 flex flex-row md:flex-col items-center space-x-4 md:space-y-8 md:space-x-0 boxxy p-3">
<a href="https://code.visualstudio.com/" target="_blank" class="hover:opacity-75">
<img src="/asprites/vscode.png" alt="VSCode" class="img w-32 h-auto">
</a>
<a href="https://github.com/bogusdeck/lazynvim-config.git" target="_blank" class="hover:opacity-75">
<img src="/asprites/nvim.png" alt="Neovim" class="img w-32 h-auto">
</a>
<a href="https://github.com/bogusdeck/myConfig" target="_blank" class="hover:opacity-75">
<img src="/asprites/archL.png" alt="Arch linux" class="img w-32 h-auto">
</a>
</div>
<div
class="order-2 flex flex-row md:flex-col items-center space-x-4 md:space-y-8 md:space-x-0 boxxy p-3">
<a href="" target="_blank" class="hover:opacity-75">
<img src="/asprites/photoshop.png" alt="photoshop" class="img w-32 h-auto">
</a>
<a href="" target="_blank" class="hover:opacity-75">
<img src="/asprites/asprite.png" alt="asprite" class="img w-32 h-auto">
</a>
<a href="" target="_blank" class="hover:opacity-75">
<img src="/asprites/discord.png" alt="discord" class="img w-32 h-auto">
</a>
</div>
</div>
</div>
<div id="bottom" class="section flex items-center justify-center bg-yellow-400 transform translate-y-full z-1">
<div style="text-orientation: upright; writing-mode: vertical-lr;">
<h2 class="text-lg mx-1 md:text-2xl md:mx-4 tracking-[16px] title">MY ARTWORK</h2>
</div>
<div class="artwork-container grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2 mt-4 pr-2">
<!-- artwork idhr upload honge -->
</div>
<div class="pagination-controls mt-4 absolute bottom-0 w-fit flex items-center justify-center m-1">
<button id="prev-page" class="nes-btn text-[5px]" disabled>Previous</button>
<span id="page-info" class="mx-4">1</span>
<button id="next-page" class="nes-btn text-[5px]">Next</button>
</div>
</div>
<button id="navigate-left"
class="navigate-button absolute top-1/2 left-0 transform -translate-y-1/2 p-2 bg-black bg-opacity-50 text-white z-4">Notes</button>
<button id="navigate-right"
class="navigate-button absolute top-1/2 right-0 transform -translate-y-1/2 p-2 bg-black bg-opacity-50 text-white z-4">CV</button>
<button id="navigate-top"
class="navigate-button absolute top-12 left-1/2 transform -translate-x-1/2 p-2 bg-black bg-opacity-50 text-white z-4">Config</button>
<button id="navigate-bottom"
class="navigate-button absolute bottom-0 left-1/2 transform -translate-x-1/2 p-2 bg-black bg-opacity-50 text-white z-4">Artwork</button>
</main>
<script src="about/about.js"></script>
</body>
</html>