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 @@ + + + ACM CERTIFICATE + + + +
+ + + + + + + \ 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 @@ + + + + + PORTFOLIO + + + + + + +
+ + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+
+

Hello

+

I'm Shivam.

+

+

Technical Head @IPEC_ACM

+

Web / Android Developer

+ +
+
+ + + Dedicated and Focussed programmer and web developer who excels at prioritising, completing multiple tasks simultaneously. Specialise in administrative support to busy engineering firms. Committed to deliver high quality results with little supervision. Energetic, organised, and professional. + + +
+ + + +
+

Academics and Education

+
+
+ Card image cap +
+
VANASTHALI PUBLIC SCHOOL, NOIDA
+

Grade 12 Graduation: 82.5% marks + Maths, Physics, Chemistry & Physical Edu + Grade 10 Graduation: 9.4 CGPA

+ +
+
+
+ Card image cap +
+
INDERPRASTHA ENGINEERING COLLEGE,GZB
+

Bachelor of Technology (Pre-Final Year) + Computer Science & Engineering

+
+
+
+ +
+

Skills

+ + +

+

+
+
+ HTML,CSS +
+
+ +

+

+
+
+ C,C++ +
+
+ + +

+

+
+
+ DS & ALGORITHM +
+
+ + + +

+

+
+
+ ANDROID +
+
+ + +

+

+
+
+ JAVA,PYTHON +
+
+ + + +
+
+ +

Achievements

+
+
    +
  • 1st Position in Web Designing organised by IPEC_ACM_WEB
  • + Click Me +

    +

    +
  • Third Position in Android App dev. organised by IPEC_ACM_SOFT
  • + Click Me + +
+
+ + + +
+
+
+

i am always up for new opportunities at work

+

Feel free to say Hello + via : shivamyadav@acm.org

+
+
+ +
+
+ + +
+ + + + +
+ + + \ No newline at end of file diff --git a/Summer2018/Shivam Yadav/shivi.jpg b/Summer2018/Shivam Yadav/shivi.jpg new file mode 100644 index 0000000..a5009f5 Binary files /dev/null and b/Summer2018/Shivam Yadav/shivi.jpg differ diff --git a/Summer2018/Shivam Yadav/trr.css b/Summer2018/Shivam Yadav/trr.css new file mode 100644 index 0000000..76c872a --- /dev/null +++ b/Summer2018/Shivam Yadav/trr.css @@ -0,0 +1,27 @@ +.container{ + width: 100%; + height: 1200px; + border: darkmagenta solid; + + + +} +.jumbotron { + + margin-top: 10px !important; +} + +.card-img-overlay h1 { + font-size: 100px !important; + font-weight: bold; + font-family: "Arial "; +} +.card-img-overlay h2 { + font-size: 80px !important; + font-weight: bold; + font-family: "Arial "; +} +.jumbotron a{ + background-color: dodgerblue; + border: none; +} diff --git a/Summer2018/Shivam Yadav/unknown.png b/Summer2018/Shivam Yadav/unknown.png new file mode 100644 index 0000000..71a0f60 Binary files /dev/null and b/Summer2018/Shivam Yadav/unknown.png differ diff --git a/Summer2018/Shivam Yadav/vps.jpg b/Summer2018/Shivam Yadav/vps.jpg new file mode 100644 index 0000000..15b4fab Binary files /dev/null and b/Summer2018/Shivam Yadav/vps.jpg differ