8000 some improvements · devashishg/devashishg.github.io@1de4e41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1de4e41

Browse files
author
Devashish Gupta
committed
some improvements
1 parent 84fc875 commit 1de4e41

File tree

4 files changed

+56
-54
lines changed

4 files changed

+56
-54
lines changed

css/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.flex-justify-center {
9-
justify-content: space-evenly;
9+
justify-content:center;
1010
}
1111

1212
.flex-column {
@@ -38,3 +38,8 @@
3838
font-size: 16px;
3939
text-decoration: none !important;
4040
}
41+
42+
.footer-icons {
43+
text-decoration:none !important;
44+
color:#303030;
45+
}

css/slider/slider.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ nav ul > li {
111111
.titleContact {
112112
font-family: "Arya", sans-serif;
113113
text-shadow: 2px 2px 4px #808080;
114-
font-size: 50px;
114+
font-size: 40px;
115115
color: #cff9d9;
116116
display: inline-block;
117117
margin-top: -40px;
118-
background-color: #ff7575;
118+
background-color: #495057 ;
119119
padding: 10px;
120120
}
121121

@@ -263,10 +263,11 @@ nav ul > li {
263263

264264
/* The wrapper for each item */
265265
.rig-cell {
266-
/*margin:12px;
267-
box-shadow:0 0 6px rgba(0,0,0,0.3);*/
266+
margin: 15px;
267+
box-shadow:0 0 6px rgba(0,0,0,0.3);
268268
display: block;
269-
border: 5px solid #cff9d9;
269+
border: 1px solid #cff9d9;
270+
border-radius: 5%;
270271
width: fit-content;
271272
position: relative;
272273
overflow: hidden;
@@ -277,8 +278,8 @@ nav ul > li {
277278
/* If have the image layer */
278279
.rig-img {
279280
display: block;
280-
width: 250px;
281-
height: 250px;
281+
width: 200px;
282+
height: 200px;
282283
transform: scale(1);
283284
transition: all 1s;
284285
padding: 10px;
@@ -310,10 +311,9 @@ a.rig-cell:hover .rig-overlay {
310311
/* If have captions */
311312
.rig-text {
312313
display: block;
313-
padding: 0 10px;
314314
box-sizing: border-box;
315315
position: absolute;
316-
width: 100%;
316+
width: 90%;
317317
text-align: center;
318318
text-transform: capitalize;
319319
font-size: 18px;

index.html

Lines changed: 41 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ <h1><b>&ltदेवाशीष/&gt</b></h1>
5252
<a class="nav-link" target="_blank" href="media/DevashishGupta.pdf">Resume</a>
5353
</li>
5454
<li class="nav-item mx-2">
55-
<a class="nav-link" href="#work">Works</a>
55+
<a class="nav-link" href="#work">Work</a>
5656
</li>
5757
<li class="nav-item mx-2">
5858
<a class="nav-link" href="#contact">Contact</a>
5959
</li>
6060
<li class="nav-item mx-2">
61-
<a href="https://twitter.com/@imdevaCsh" class="twitter-follow-button" data-show-count="false">Follow
62-
@imdevaCsh</a>
61+
<a href="https://twitter.com/@imdevacsh" class="twitter-follow-button" data-show-count="false">Follow
62+
@imdevacsh</a>
6363
</li>
6464

6565

@@ -141,9 +141,9 @@ <h3 class="box">Nice to see you here. 🙏🏻</h3>
141141
About me...
142142
</div>
143143
<div class="textAbout">
144-
I am Devashish a Software engineer, I am from Jhansi. I am enthusiast for Coding, working on different
144+
I am Devashish a Software engineer, I am from Jhansi. I have completed my graduation from KIET Ghaziabad. I am enthusiast for Coding, working on different
145145
project and building cool stuff. I also does competitive coding.<br />I
146-
have written codes in <span style="text-decoration:none;color:#ff7575;" class="typewrite"
146+
have written codes in <span style="text-decoration:none;color:#495057 ;" class="typewrite"
147147
data-period="2000"
148148
data-type='[ "C/C++.", "Java.", "Php.","Python.","JavaScript.","TypeScript.","Dart."]'>
149149
</div>
@@ -191,46 +191,41 @@ <h3 class="box">Nice to see you here. 🙏🏻</h3>
191191
Projects</h1>
192192
<div class="flex-center flex-justify-center">
193193

194-
<a class="rig-cell my-2" href="#">
194+
<a class="rig-cell my-3" target="_blank" href="https://github.com/devashishg/Home_Tasks/tree/HomeTask5">
195195
<img class="rig-img" src="media/projects/laptop.png" />
196196
<span class="rig-overlay"> </span>
197-
<span class="rig-text"><b><u>News feed</u></b><br /><br /> A web application for getting the latest news
198-
from various sources.</span>
197+
<span class="rig-text"><b><u>News feed</u></b><br /><br />A web application for getting the latest news
198+
from various news source platforms.</span>
199199
</a>
200-
<a class="rig-cell my-2" href="#">
200+
<a class="rig-cell my-3" href="#">
201201
<img class="rig-img" src="media/projects/SP.jpg" />
202202
<span class="rig-overlay"></span>
203-
<span class="rig-text"><b><u>Smart Peon</u></b><br /><br />A Bluetooth based School ring-bell
204-
Application.</span>
203+
<span class="rig-text"><b><u>Smart Peon</u></b><br /><br />A Bluetooth module based School ring-bell
204+
Application, to schedule bell.</span>
205205
</a>
206-
<a class="rig-cell my-2" href="#">
206+
<a class="rig-cell my-3" href="#">
207207
<img class="rig-img" src="media/projects/smartphone.png" />
208208
<span class="rig-overlay"></span>
209-
<span class="rig-text"><b><u>VOC Android Application</u></b><br /><br />Application for client
210-
feedback</span>
209+
<span class="rig-text"><b><u>VOC</u></b><br /><br />
210+
'Voice of customer' Android application to capture client feedback.</span>
211211
</a>
212-
<a class="rig-cell my-2" href="#">
213-
<img class="rig-img" src="media/projects/laptop.png" />
212+
<a class="rig-cell my-3" target="_blank" href="http://kanban2020.herokuapp.com/">
213+
<img class="rig-img" src="media/projects/kanban.png" />
214214
<span class="rig-overlay"></span>
215215
<span class="rig-text"><u><b>KANBAN Application</b></u><br /><br />
216-
A web app provides functionity to manage project task </span>
217-
</a>
218-
<a class="rig-cell my-2" href="#">
219-
<img class="rig-img" src="media/projects/router.png" />
220-
<span class="rig-overlay"></span>
221-
<span class="rig-text"><u><b>Smart Irregation & Monitoring</b></u><br /><br />Hardware Module keep track
222-
of land-soil & automate motorpump.</span>
216+
A web app provides functionity to manage project task, workflow and task assignment. </span>
223217
</a>
224-
<a class="rig-cell my-2" href="#">
218+
<a class="rig-cell my-3" target="_blank" href="https://github.com/devashishg/Nasscom_SVS">
225219
<img class="rig-img" src="media/projects/svs.png" />
226220
<span class="rig-overlay"></span>
227-
<span class="rig-text"><b><u>Signal Voilation System</u></b><br /><br />Angular based Application keep
228-
track of Signal voilation on traffic lights.</span>
221+
<span class="rig-text"><b><u>Signal Voilation System</u></b><br /><br />
222+
Angular based Application that keeps the track of Signal violation challans issued on traffic lights.
223+
</span>
229224
</a>
230-
<a class="rig-cell my-2" href="#">
225+
<a class="rig-cell my-3" target="_blank" href="https://github.com/devashishg/Billing">
231226
<img class="rig-img" src="media/projects/bill.png" />
232227
<span class="rig-overlay"></span>
233-
<span class="rig-text"><u><b>Billig Java Application</b></u><br /><br />Java Netbeans Application for
228+
<span class="rig-text"><u><b>Billing Application</b></u><br /><br />Java Netbeans Application for
234229
generating mobile bills.</span>
235230
</a>
236231
</div>
@@ -255,12 +250,12 @@ <h3 class="box">Nice to see you here. 🙏🏻</h3>
255250

256251

257252
<section class="py-1" id="contact">
258-
<div class="container-fluid card" style="background:#ff7575;opacity:50%;">
253+
<div class="container-fluid card" style="background:#495057 ;opacity:50%;">
259254
<br /><br />
260255
<hr width="70%" color="white" style="height:2px;margin-bottom:-10px;" NOSHADE>
261256
<div class="row" align="center">
262257
<div class="col-sm-8 text-center" id="contact">
263-
<span class="titleContact">Contact Details</span>
258+
<span class="titleContact">I'm easy to reach</span>
264259
</div>
265260
</div>
266261
<div class="row" align="center">
@@ -277,7 +272,7 @@ <h3 class="box">Nice to see you here. 🙏🏻</h3>
277272
</div>
278273
<div class="col-sm text-center contact">
279274
<div class="log">
280-
You can shoot a mail <i class="material-icons">email</i> also
275+
You can drop an e-mail <i class="material-icons">email</i> as well
281276
</div>
282277
<a href="mailto:imdevashishgupta@yahoo.com" style="text-decoration:none"
283278
class="myButton">imdevashishgupta@yahoo.com</a>
@@ -298,31 +293,33 @@ <h3 class="box">Nice to see you here. 🙏🏻</h3>
298293
<div class="container">
299294
<div class="row">
300295
<div class="col col-lg-10" style="font-size:30px;padding-top:40px;padding-bottom:20px;">
301-
<a href="https://www.quora.com/profile/Devashish-Gupta-7" style="text-decoration:none; color:#303030"
296+
<a href="https://www.quora.com/profile/Devashish-Gupta-7" class="footer-icons"
302297
target="_blank"><i class="fa fa-quora" aria-hidden="true"></i></a>&nbsp;
303-
<a href="https://www.instagram.com/imdevacsh" target="_blank" style="text-decoration:none; color:#303030"><i
298+
<a href="https://www.instagram.com/imdevacsh" target="_blank" class="footer-icons"><i
304299
class="fa fa-instagram" aria-hidden="true"> </i></a>&nbsp;
305-
<a href="https://facebook.com/imdevacsh" target="_blank" style="text-decoration:none; color:#303030"><i
300+
<a href="https://facebook.com/imdevacsh" target="_blank" class="footer-icons"><i
306301
class="fa fa-facebook" aria-hidden="true"></i></a>&nbsp;
307-
<a href="https://github.com/devashishg" target="_blank" style="text-decoration:none; color:#303030"><i
302+
<a href="https://github.com/devashishg" target="_blank" class="footer-icons"><i
308303
class="fa fa-github" aria-hidden="true"></i></a>&nbsp;
309304
<a href="https://www.linkedin.com/in/devashish-gupta-b3a473100/" target="_blank"
310-
style="text-decoration:none; color:#303030"><i class="fa fa-linkedin" aria-hidden="true"></i></a>&nbsp;
311-
<a href="https://www.twitter.com/imdevaCsh" target="_blank" style="text-decoration:none; color:#303030"><i
305+
class="footer-icons"><i class="fa fa-linkedin" aria-hidden="true"></i></a>&nbsp;
306+
<a href="https://www.twitter.com/imdevacsh" target="_blank" class="footer-icons"><i
312307
class="fa fa-twitter" aria-hidden="true"></i></a>&nbsp;
313308
<a href="https://stackoverflow.com/users/8504438/devas" target="_blank"
314-
style="text-decoration:none; color:#303030"><i class="fa fa-stack-overflow"
309+
class="footer-icons"><i class="fa fa-stack-overflow"
315310
aria-hidden="true"></i></a>&nbsp;
316-
<a href="https://www.codechef.com/users/devash" target="_blank" style="text-decoration:none; color:#303030"><i
311+
<a href="https://www.codechef.com/users/devash" target="_blank" class="footer-icons"><i
317312
class="fa fa-code" aria-hidden="true"></i></a>&nbsp;
318-
<a href="https://www.devacsh.wordpress.com/" target="_blank" style="text-decoration:none; color:#303030"><i
313+
<a href="https://www.devacsh.wordpress.com/" target="_blank" class="footer-icons"><i
319314
class="fa fa-wordpress" aria-hidden="true"></i></a>&nbsp;
320-
<a href="https://codepen.io/devashishg/" target="_blank" style="text-decoration:none; color:#303030"><i
315+
<a href="https://codepen.io/devashishg/" target="_blank" class="footer-icons"><i
321316
class="fa fa-codepen" aria-hidden="true"></i></a>&nbsp;
322-
<a href="https://bitbucket.org/devashishg/" target="_blank" style="text-decoration:none; color:#303030"><i
323-
class="fa fa-bitbucket" aria-hidden="true"></i></a>&nbsp;
317+
<!-- <a href="https://bitbucket.org/devashishg/" target="_blank" class="footer-icons"><i
318+
class="fa fa-bitbucket" aria-hidden="true"></i></a>&nbsp; -->
324319
<a href="https://www.slideshare.net/DevashishGupta12" target="_blank"
325-
style="text-decoration:none; color:#303030"><i class="fa fa-slideshare" aria-hidden="true"></i></a>&nbsp;
320+
class="footer-icons"><i class="fa fa-slideshare" aria-hidden="true"></i></a>&nbsp;
321+
<a href="https://devacsh.medium.com/" target="_blank"
322+
class="footer-icons"><i class="fa fa-medium" aria-hidden="true"></i></a>&nbsp;
326323
</div>
327324

328325
<div class="col col-sm-2" style="color:#303030;font-size:10px;padding-top:5px;">

media/projects/kanban.png

17 KB
Loading

0 commit comments

Comments
 (0)
0