8000 UI,layout improvement · devashishg/devashishg.github.io@5e1ca00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e1ca00

Browse files
committed
UI,layout improvement
1 parent 7868b46 commit 5e1ca00

File tree

6 files changed

+26
-29
lines changed

6 files changed

+26
-29
lines changed

css/main.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
font-size:40px;
4444
}
4545

46-
.twitter-icon {
47-
position: absolute;
48-
right: 20px;
49-
}
5046

5147
.bronze {
5248
color: #d19b71;
@@ -65,6 +61,8 @@
6561
white-space: nowrap;
6662
font-size: 11px;
6763
font-weight: bold;
64+
height:22px;
65+
align-items: center;
6866
}
6967
.stk-oflw > i {
7068
font-size: 15px;

css/slider/slider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ nav ul > li {
316316

317317
/* The wrapper for each item */
318318
.rig-cell {
319-
margin: 15px;
319+
margin: 25px;
320320
box-shadow:0 0 6px rgba(0,0,0,0.3);
321321
display: block;
322322
border: 1px solid #cff9d9;

index.html

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1><b>&ltदेवाशीष/&gt</b></h1>
4848
<a class="nav-link" href="#aboutme">About</a>
4949
</li>
5050
<li class="nav-item mx-2">
51-
<a class="nav-link" target="_blank" href="media/DevashishGupta.pdf">Resume</a>
51+
<a class="nav-link" target="_blank" href="media/devashish_gupta.pdf">Resume</a>
5252
</li>
5353
<li class="nav-item mx-2">
5454
<a class="nav-link" href="#work">Work</a>
@@ -93,7 +93,7 @@ <h3 class="box">How you are doing?</h3>
9393
<div class="carousel-item" style="background-image: url('media/g1.png')">
9494
<div class="carousel-caption-left d-none d-md-block">
9595
<div class="chat">
96-
<h3 class="box-right">Nice to see you here. 🙏🏻</h3>
96+
<h3 class="box-right">Pleased to have you here. 🙏🏻</h3>
9797
</div>
9898
</div>
9999
</div>
@@ -115,7 +115,7 @@ <h3 class="box-right">Nice to see you here. 🙏🏻</h3>
115115

116116

117117
<div id="mySidenav" class="sidenav">
118-
<a href="./media/Devashish_Gupta.pdf" style="text-decoration:none" id="about" target="_blank">Resume&nbsp; <i
118+
<a href="./media/devashish_gupta.pdf" style="text-decoration:none" id="about" target="_blank">Resume&nbsp; <i
119119
class="material-icons">cloud_download</i></a>
120120
</div>
121121

@@ -166,15 +166,21 @@ <h3 class="box-right">Nice to see you here. 🙏🏻</h3>
166166

167167

168168
<section id="work">
169-
<div class="flex-center flex-justify-center">
170-
<div id="stk-oflw" class="btn-light border c-pointer stk-oflw px-2 py-1">
171-
<i class="fa fa-stack-overflow" aria-hidden="true"></i>
169+
<div class="container-fluid">
170+
<div class="row flex-justify-center px-5">
171+
<div id="stk-oflw" class="btn-light border c-pointer stk-oflw px-2 py-1">
172+
<i class="fa fa-stack-overflow" aria-hidden="true"></i>
173+
</div>
174+
<div>
175+
<a class="github-button" href="https://github.com/devashishg" aria-label="Follow @devashishg on GitHub">Follow
176+
@devashishg</a>
177+
</div>
178+
</div>
179+
<div class="row">
180+
<div class="card-git calendar">
181+
Loading the data just for you.
182+
</div>
172183
</div>
173-
<a class="github-button" href="https://github.com/devashishg" aria-label="Follow @devashishg on GitHub">Follow
174-
@devashishg</a>
175-
</div>
176-
<div class="card-git calendar">
177-
Loading the data just for you.
178184
</div>
179185

180186

@@ -215,25 +221,18 @@ <h1 class="card-title py-2"> Projects</h1>
215221
<span class="rig-text"><u><b>KANBAN Application</b></u><br /><br />
216222
A web app provides functionity to manage project task, workflow and task assignment. </span>
217223
</a>
218-
<a class="rig-cell my-3" target="_blank" href="https://github.com/devashishg/Nasscom_SVS">
219-
<img class="rig-img" src="media/projects/svs.png" />
220-
<span class="rig-overlay"></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>
224-
</a>
225-
<a class="rig-cell my-3" target="_blank" href="https://github.com/devashishg/Billing">
226-
<img class="rig-img" src="media/projects/bill.png" />
227-
<span class="rig-overlay"></span>
228-
<span class="rig-text"><u><b>Billing Application</b></u><br /><br />Java Netbeans Application for
229-
generating mobile bills.</span>
230-
</a>
231224
<a class="rig-cell my-3" target="_blank" href="https://github.com/devashishg/TicTacToe">
232225
<img class="rig-img" src="media/projects/ttt.jpg" />
233226
<span class="rig-overlay"></span>
234227
<span class="rig-text"><u><b>Tic Tac Toe</b></u><br /><br />Java based Tic Tac Toe game with console based
235228
user interface. </span>
236229
</a>
230+
<a class="rig-cell my-3" target="_blank" href="http://develop-chatty.herokuapp.com/#/home">
231+
<img class="rig-img" src="media/projects/groupchat.png" />
232+
<span class="rig-overlay"></span>
233+
<span class="rig-text"><u><b>Chatty</b></u><br /><br />Web based group chat application based on Angular, Express, Graphql.
234+
</span>
235+
</a>
237236
</div>
238237
</div>
239238
</div>

media/Devashish_Gupta.pdf

-94.2 KB
Binary file not shown.

media/devashish_gupta.pdf

90.2 KB
Binary file not shown.

media/projects/groupchat.png

26.9 KB
Loading

0 commit comments

Comments
 (0)
0