Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from opencodeiiita/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
EkanshNishad authored Jan 20, 2020
2 parents 5350757 + 8361cc4 commit 0a3d2f8
Show file tree
Hide file tree
Showing 17 changed files with 16,720 additions and 851 deletions.
Binary file modified .DS_Store
Binary file not shown.
112 changes: 112 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,3 +497,115 @@ h6 {
transition: .5s;
}

#projects {
color: #413e66;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-left: 380px;
}

.proj_name{
color: #413e66;
font-family: "Montserrat", sans-serif;
font-size: 32.5px;
font-weight: 400;
margin: 30px;
}

.proj{
color: #413e66;
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 450;
margin: 30px;
}

.links{
background-color: #413e66;
border-radius: 8px;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 25px;

}
.links span{
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.25s;
}

.links span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.25s;
}

.links:hover span {
padding-right: 20px;
}

.links:hover span:after {
opacity: 1;
right: 0;
}
#back2Top {
width: 50px;
line-height: 50px;
border-radius: 35px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
position: fixed;
bottom: 50px;
right: 20px;
background-color: #c4f9ff;
color: #555;
text-align: center;
font-size: 30px;
text-decoration: none;
}
#back2Top:hover {
background-color: #DDF;
color: #000;
}

.ch{
marign-left: 40px;
float: left;

}
.probox{
margin-left: 7%;
margin-bottom: 20px;
margin-top: 5px;
opacity: 1;
border-radius: 20%;
transition: display 1s linear;
float:left;background: #00C9FF; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #92FE9D, #00C9FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.displa{
text-decoration-color: white;
position: relative;
transition: 0.8s;
}
=======

10 changes: 10 additions & 0 deletions data/GitHubPro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* DummyContestantName - [DummyContestantHandle](github.com/DummyContestantHandle)
* Shreyas Gupta - [sggts04](https://github.com/sggts04)
* Arpit Agarwal- [aarpit1010](https://github.com/aarpit1010)
* Shreyas Gupta - [sggts04](https://github.com/sggts04)
* Priyanshu Jain - [priyanshu0405](https://github.com/priyanshu0405)





7 changes: 7 additions & 0 deletions data/GitHubResume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* DummyContestantName - [Link to resume](link to resume)
* Varun Bhardwaj - [https://resume.github.io/?starboi02](https://resume.github.io/?starboi02)
*Arpit Agarwal- [https://resume.github.io/?aarpit1010](https://resume.github.io/?aarpit1010)
* pradhuman1-(http://resume.github.io/?pradhuman1)
* Janit Lodha - [http://resume.github.io/?JLodha](http://resume.github.io/?JLodha)
* Shreyas Gupta - [https://resume.github.io/?sggts04](https://resume.github.io/?sggts04)

Loading

0 comments on commit 0a3d2f8

Please sign in to comment.