diff --git a/Summer2018/Shivam Yadav/DOC.html b/Summer2018/Shivam Yadav/DOC.html new file mode 100644 index 0000000..aa1b03f --- /dev/null +++ b/Summer2018/Shivam Yadav/DOC.html @@ -0,0 +1,22 @@ + +
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Summer2018/Shivam Yadav/acc.jpg b/Summer2018/Shivam Yadav/acc.jpg
new file mode 100644
index 0000000..a5e03d5
Binary files /dev/null and b/Summer2018/Shivam Yadav/acc.jpg differ
diff --git a/Summer2018/Shivam Yadav/certi.jpg b/Summer2018/Shivam Yadav/certi.jpg
new file mode 100644
index 0000000..b87d825
Binary files /dev/null and b/Summer2018/Shivam Yadav/certi.jpg differ
diff --git a/Summer2018/Shivam Yadav/ipec.jpg b/Summer2018/Shivam Yadav/ipec.jpg
new file mode 100644
index 0000000..8a13b46
Binary files /dev/null and b/Summer2018/Shivam Yadav/ipec.jpg differ
diff --git a/Summer2018/Shivam Yadav/part.css b/Summer2018/Shivam Yadav/part.css
new file mode 100644
index 0000000..5f9baa8
--- /dev/null
+++ b/Summer2018/Shivam Yadav/part.css
@@ -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;
+}
+
+}
+
diff --git a/Summer2018/Shivam Yadav/portfolio.html b/Summer2018/Shivam Yadav/portfolio.html
new file mode 100644
index 0000000..ed8548b
--- /dev/null
+++ b/Summer2018/Shivam Yadav/portfolio.html
@@ -0,0 +1,178 @@
+
+
+
+
+ Technical Head @IPEC_ACM
+Web / Android Developer
+ +
+ Grade 12 Graduation: 82.5% marks + Maths, Physics, Chemistry & Physical Edu + Grade 10 Graduation: 9.4 CGPA
+ +
+ Bachelor of Technology (Pre-Final Year) + Computer Science & Engineering
+