Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Navu4 committed Aug 6, 2021
1 parent 42f025b commit a1904b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
• Used Graph Data Structure to implement excel Formula
</div>
<div class="button-container">
<a href="#" class="github">Code</a>
<a href="#" class="demo">Demo</a>
<a href="https://github.com/Navu4/Excel-Clone" target="_blank" class="github">Code</a>
<a href="#" target="_blank" class="demo">Demo</a>
</div>
</div>

Expand All @@ -328,8 +328,8 @@
what’s the time and different functionalities as well.
</div>
<div class="button-container">
<a href="#" class="github">Code</a>
<a href="#" class="demo">Demo</a>
<a href="https://github.com/Navu4/Jarvis-Asssistance" class="github">Code</a>
<a href="https://www.youtube.com/watch?v=pcVtohCgTHo" class="demo">Demo</a>
</div>
</div>

Expand All @@ -348,7 +348,7 @@
functionalities like zoom in and zoom out
</div>
<div class="button-container">
<a href="#" class="github">Code</a>
<a href="https://github.com/Navu4/Camera-App" class="github">Code</a>
<a href="#" class="demo">Demo</a>
</div>
</div>
Expand All @@ -368,8 +368,8 @@
classes captured in the industry itself. <br />
</div>
<div class="button-container">
<a href="#" class="github">Code</a>
<a href="#" class="demo">Demo</a>
<a href="https://github.com/Navu4/Hand-Detection-for-Shredder-Machine-" class="github">Code</a>
<a href="https://www.youtube.com/watch?v=OfNNqvqo5PE" class="demo">Demo</a>
</div>
</div>

Expand All @@ -389,8 +389,8 @@
the Model.
</div>
<div class="button-container">
<a href="#" class="github">Code</a>
<a href="#" class="demo">Demo</a>
<a href="https://github.com/Navu4/Facial-Recognition-for-Crime-Detection" class="github">Code</a>
<a href="https://www.youtube.com/watch?v=M5v2rXOalcw" class="demo">Demo</a>
</div>
</div>

Expand All @@ -410,8 +410,8 @@
Hyperparameter Tuninig, Prediction and Deployment.
</div>
<div class="button-container">
<a href="#" class="github">Code</a>
<a href="#" class="demo">Demo</a>
<a href="https://github.com/Navu4/BigMart-Sales-Prediction" class="github">Code</a>
<a href="https://bigmart-sales-prediction.herokuapp.com/" class="demo">Demo</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ input {
right: 90;
top: 10vh;

height: 100vh;
height: 90vh;
width: 100vw;

background-color: rgb(14, 36, 49);
Expand All @@ -1004,8 +1004,8 @@ input {

.navbar .nav-item a{
color: #fff;
font-weight: 500;
font-size: 10px;
font-weight: 200;
font-size: 15px;
}

.navbar .nav-item a:hover{
Expand Down

0 comments on commit a1904b7

Please sign in to comment.