Skip to content

Commit c5d12b7

Browse files
committed
project section updated
1 parent 6700068 commit c5d12b7

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ nav li a
222222

223223
.skill-section
224224
{
225-
padding-top: 50px;
225+
padding-top: 58px;
226226
min-height: 500px;
227227
}
228228
.skill-section .container h1
@@ -248,7 +248,7 @@ nav li a
248248
/* css start for project section*/
249249
.project-section
250250
{
251-
padding-top: 60px;
251+
padding-top: 70px;
252252
min-height: 820px;
253253
}
254254
.description

index.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,21 @@ <h1 class="text-center section-heading">
270270
<tbody>
271271
<tr>
272272
<td>1</td>
273+
<td>Destributive Compiler</td>
274+
<td class="description">
275+
<p>
276+
Distributed compiler aims to achieve compilation of programs and projects on the distributed network.Users needs to do is to share his code(by providing GitHub link) and request for compilation.
277+
</p>
278+
</td>
279+
<td class="text-center">
280+
<a href="https://github.com/Kanhakhatri065/Hackverse2.0" target="_blank">
281+
<i class="fa fa-link"></i>
282+
</a>
283+
</td>
284+
</tr>
285+
286+
<tr>
287+
<td>2</td>
273288
<td>Notes</td>
274289
<td class="description">
275290
<p>
@@ -284,7 +299,7 @@ <h1 class="text-center section-heading">
284299
</tr>
285300

286301
<tr>
287-
<td>2</td>
302+
<td>3</td>
288303
<td>Resume Verifier</td>
289304
<td class="description">
290305
<p>
@@ -299,7 +314,7 @@ <h1 class="text-center section-heading">
299314
</tr>
300315

301316
<tr>
302-
<td>3</td>
317+
<td>4</td>
303318
<td>MNIST Deep Learning Model</td>
304319
<td class="description">
305320
<p>
@@ -314,7 +329,7 @@ <h1 class="text-center section-heading">
314329
</tr>
315330

316331
<tr>
317-
<td>4</td>
332+
<td>5</td>
318333
<td>Cats and Dogs(Binary) prediction Deep Learning Model</td>
319334
<td class="description">
320335
<p>
@@ -329,7 +344,7 @@ <h1 class="text-center section-heading">
329344
</tr>
330345

331346
<tr>
332-
<td>5</td>
347+
<td>6</td>
333348
<td>Heart attack Prediction</td>
334349
<td class="description">
335350
<p>
@@ -347,7 +362,7 @@ <h1 class="text-center section-heading">
347362
</tr>
348363

349364
<tr>
350-
<td>6</td>
365+
<td>7</td>
351366
<td>Technological Gyan</td>
352367
<td class="description">
353368
<p>

0 commit comments

Comments
 (0)