-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
313 lines (283 loc) · 15.8 KB
/
project.html
File metadata and controls
313 lines (283 loc) · 15.8 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!-- Greetings !
if (friends) {
yes, I'm always looking for great opportunities;
}
else if (want a website) {
ping me ! lets discuss how will I help you;
}
else if (female && single) {
Sorry, I'm committed now :p
}
else if (geek) {
hi, I love to be friends with like minded people.
Message me, maybe we could help each other.
}
else {
goto: rishabh-stack.github.io/404
} -->
<!-- ________________________________________________________________________________________
When I wrote this code, only God and I understood what I was doing
Now, God only knows
If you don't like anything on this website, bite me !
________________________________________________________________________________________
No copyright issues.
Feel free to copy anything and everything from this website.
If you need any help, ping me !
________________________________________________________________________________________
Cheers,
Rishabh Sharma
mailto: rishabhsharma952000@gmail.com
________________________________________________________________________________________
I sincerely admit ! Not everything thing you saw on the website was developed by me from
scratch, most of it is my original creation otherwise some of the elements are inspired
or reproduced from the open source public code.
SSSssshhhhh!! The code starts below -->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Rishabh</title>
<link rel="icon" href="circle.png" style="border-radius: 200px;" type="image/png">
<style>
html,
body {
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
scroll-behavior: smooth !important;
transition: all 0.25s ease;
}
.cv-button {
border: 2px solid white;
border-radius: 100px;
color: white;
font-weight: 300;
background-color: #00000087;
font-size: 1rem;
}
.image {
padding-top: 75px;
padding-bottom: 200px;
text-align: center;
width: auto;
background: url("background.jpg") no-repeat center;
background-size: cover;
background-attachment: fixed;
}
section {
background-color: lightgoldenrodyellow;
}
.footer {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
::-webkit-scrollbar {
width: 0.5vmax !important;
}
::-webkit-scrollbar-thumb {
background: #363636 !important;
}
::-webkit-scrollbar-track {
background: white !important;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" style="background-color: black; ">
<a class="navbar-brand" href="https://rishabh-stack.github.io/#1" style="margin-left: 2rem;"><img style="border-radius: 200px;" src="Rishabh.jpg" height="50" width="50"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class=" navbar-collapse collapse" id="navbarNav">
<ul class="navbar-nav ml-auto" style="margin-left: 2rem;">
<li class="nav-item active">
<a class="nav-link" href="/#Home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#Skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#Contact">Contacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/project.html">Projects</a>
</li>
<li class="nav-item active ml-2">
<a href="https://rxresu.me/b190062/rishabh" target='_blank'>
<span class="btn px-4 mr-2 cv-button">View CV</span>
</a>
</li>
</ul>
</div>
</nav>
<div>
<div class="image" id="1">
<h1 class="text-center p-3" style="color: white;"> My Projects
</h1>
<div class="row p-5">
<div class="col-md-3">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/artificial-intelligence-2167835_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Seri-costumized</h5>
<p class="card-text">Seri is the virtual assistant made with ❤.</p>
<a href="https://github.com/rishabh-stack/seri-costumized" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/rupixen-com-KzUiI7ENbws-unsplash.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Currency-Exchanger</h5>
<p class="card-text">A web app to exchange currency from rupee to any other in django.</p>
<a href="https://github.com/rishabh-stack/Currency-Exchanger-CX-" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/brooke-lark-W1B2LpQOBxA-unsplash.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Emart</h5>
<p class="card-text">An Ecommerce website made in Django backend.</p>
<a href="https://e-mart-india.herokuapp.com/" class="btn btn-primary" title="Visit website"><i class="fa fa-play "style="font-size:35px;"></i></a>
<a href="https://github.com/rishabh-stack/E-kart" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/girl-1848478_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">R-chat</h5>
<p class="card-text">A real Time live chatroom made using php.</p>
<a href="http://r-chat.epizy.com/" class="btn btn-primary" title="Visit website"><i class="fa fa-play "style="font-size:35px;"></i></a>
<a href="https://github.com/rishabh-stack/R-chat" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
</div>
<div class="row p-5">
<div class="col-md-3">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/old-newspaper-350376_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">R-news</h5>
<p class="card-text">A web app to display live news fetching from an api .</p>
<a href="https://github.com/rishabh-stack/R.news" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/snake-3979601_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Rishabh's Snake</h5>
<p class="card-text">A simple snake game made with python 8.5 and pygame module.</p>
<a href="https://github.com/rishabh-stack/snake" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/mario-1558068_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Rishabh's Mario</h5>
<p class="card-text">A simple html/css game made with some vanilla js.</p>
<a href="https://rishabh-stack.github.io/mario-game/" class="btn btn-primary" title="Play Rishabh's mario"><i class="fa fa-play "style="font-size:35px;"></i></a>
<a href="https://github.com/rishabh-stack/mario-game" class="btn btn-primary ml-3"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/ecommerce-3575280_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Lifestyle-store</h5>
<p class="card-text">An ecommerce website made with php.</p>
<a href="https://github.com/rishabh-stack/lifestyle-store" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
</div>
<div class="row p-5">
<div class="col-md-3">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/woodtype-846088_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Text-Utils</h5>
<p class="card-text">A web app to analyze text in django.</p>
<a href="https://github.com/rishabh-stack/Text-Utils" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/girl-1848478_1920.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">User-authentication</h5>
<p class="card-text">A web app to store data for users with login/signup features.</p>
<a href="https://github.com/rishabh-stack/project-for-dezzex.tech" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/avtar.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Avtar Creator</h5>
<p class="card-text">A web app to create your avtar using your name.</p>
<a href="https://rishabh-stack.github.io/shiny-octo-dollop/" class="btn btn-primary" title="Know Your Avtar"><i class="fa fa-play "style="font-size:35px;"></i></a>
<a href="https://github.com/rishabh-stack/shiny-octo-dollop" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="projects/converter.png" height="200px" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Converter</h5>
<p class="card-text">combination of multiple converting tools.</p>
<a href="https://github.com/rishabh-stack/Converting-Tool" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
</div>
<div class="row p-5">
<div class="col-md-3 ">
<div class="card mt-4" style="width: 18rem;">
<img src="plane.gif" height="200px" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">More projects</h5>
<p class="card-text">Coming Soon..</p>
<a href="https://github.com/rishabh-stack" class="btn btn-primary"><i class="fa fa-github "style="font-size:35px;"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="text-center" style="background-color: black; padding-bottom: 20px;">
<a class="has-text-white" onclick="window.scroll(0,0)" href="#" style="text-decoration: none; color:white;">
<h2>BACK TO TOP <i class="fa fa-arrow-up " style="font-size:35px;"></i></h2>
</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js " integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js " integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV " crossorigin="anonymous "></script>
</body>
<script src="index.js "></script>
</html>