Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions Summer2018/Shivam Yadav/DOC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>
<head>
<title> ACM CERTIFICATE</title>
<style>
#acm
{
height:600px;
width:1300px;
margin-top:5px;
border:3px solid dodgerblue;
}
</style>
</head>
<body>
<div id="acm">
<img src="certi.jpg" height="600px" width="1300px">




</body>
</html>
Binary file added Summer2018/Shivam Yadav/acc.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 Summer2018/Shivam Yadav/certi.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 Summer2018/Shivam Yadav/ipec.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
234 changes: 234 additions & 0 deletions Summer2018/Shivam Yadav/part.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
body{

background-color: lightyellow !important;
}




.container{
width: 100%;
height: 2000px;
/*border: solid red;*/



}
.jumbotron {

margin-top: 100px !important;
background-color: yellow !important;
}

.jumbotron h1 {
font-size: 100px !important;
font-weight: bold;
font-family: "Arial ";
}
.jumbotron h2 {
font-size: 80px !important;
font-weight: bold;
font-family: "Arial ";
}
a.btn{
padding: 15px 25px;
font-size: 12px;
text-align: center;
cursor: pointer;
outline: none;
color: #fff;
background-color: blue;
border: none;

}
.shivam{
height: 10px;
width: 10px;
margin-left: 700px;
margin-top: 5px;
}
.flip-container {
margin: 30px;
perspective: 1000;
display: inline-block;
}
.flip-container:hover .card {
transform: rotateY(180deg);
cursor: pointer;
}
.card, .front, .back {
width: 200px;
height: 280px;

}
.card {
transition: 0.5s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
}
.front {
z-index: 1;
transform: rotateY(180deg);
background: url("shivi.jpg") no-repeat;

}
.back {
z-index: 2;
transform: rotateY(0deg);
background: url("unknown.png") no-repeat;
}
a.btn:hover {
background-color: springgreen;
transition: 0.6s;
cursor: pointer;
border-radius: 40%;
}
.box2{
margin-top: 80px;
margin-left: -55px;
width: 1215px;
height: 400px;
/*font-family: "Bookman Old Style";*/
/*color: gray;*/
border-radius:20px 20px 20px 20px;


}
.box3{
margin-top: 200px;
margin-left: 2px;
width: 1215px;
height: 300px;
/*font-family: "Bookman Old Style";*/
/*color: gray;*/
/*border: solid blue;*/
border-radius:20px 20px 20px 20px;
background-color: paleturquoise;

}
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
}

.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}

.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-instagram {
background: deeppink;
color: white;
}
.fa-github{
background: black;
color: white;
}
b{
font-family: "Bookman Old Style";
color: #3B5998;

}
.progress-bar-success{
background-color: navy!important;
}
.progress-bar-info{
background-color: gray!important;
}
.progress-bar-warning{
background-color: springgreen!important;
}
.progress-bar-danger{

background-color: gold!important;
}
.progress-bar-meth{
background-color: crimson!important;
}
.box4 {
margin-top: 200px;
margin-left: 2px;
width: 1215px;
height: 300px;
/*font-family: "Bookman Old Style";*/
/*color: gray;*/
border-radius: 20px 20px 20px 20px;
background-image: url("acc.jpg");
background-size: 1215px 300px;
background-repeat: no-repeat;
}
.box0 {
margin-top: 200px;
margin-left: 7px;
width: 550px;
height: 200px;
font-family: "Bookman Old Style";
*color: #191919;
font-size: 20px;

}
.follow-me{
position: fixed;
margin-top: -100px;
margin-left: -40px;
}

.acm{
height: 500px;
width: 500px;
}

.last{
margin-top: 200px;
margin-left: -66px;
width: 1350px;
height: 650px;
background-color: #292a2c;
position: absolute;

}
.mail{
color: #666666;
font-family: "Bookman Old Style";
padding-top: 200px;
padding-left: 150px;
}
.mail span{
color: white;
}
button {
background-color:#292a2c ;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
cursor: pointer;
margin-left: 550px!important;
margin-top: 100px!important;
}
button:hover {
background-color: #555555;
color: white;
}

}

Loading