Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Portfolio website
  • Loading branch information
themsv authored Nov 17, 2021
0 parents commit 07cfbfa
Show file tree
Hide file tree
Showing 61 changed files with 22,085 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added certs/KPMG-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added certs/Mahendrakar Saivenkat - Pandas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added certs/Mahendrakar Saivenkat - Python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added certs/Statistics101_saivenkat-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added certs/hackerRank_python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added certs/saivenkat_2Y_ds.pdf
Binary file not shown.
Binary file added certs/simplilearn_ML-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions css/css_custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
nav>div>ul>li>button{
margin-right: 40px;
}

body{
margin-top: 125px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin-bottom: 50px;
}
a .fa {
color: rgb(0, 0, 0);
margin: 0 50px;
}

.row{
margin-top: 2em;
margin-bottom: 4em;
}

#toolskills img{
width: 75px;
height: 75px;
margin: 10px;
transition: width 1s, height 1s, transform 1s;
}

#toolskills img:hover{
width: 100px;
height: 100px;
transform: rotate(360deg)

}

/* img {
vertical-align: middle;
border-style: none;
width: 100%;
height: auto;
max-width: 828px;
} */
7 changes: 7 additions & 0 deletions css/font-awesome-4.7.0/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading

0 comments on commit 07cfbfa

Please sign in to comment.