diff --git a/Summer2018/Priyanshu/5.jpg b/Summer2018/Priyanshu/5.jpg new file mode 100644 index 0000000..b69fac5 Binary files /dev/null and b/Summer2018/Priyanshu/5.jpg differ diff --git a/Summer2018/Priyanshu/codechef.jpg b/Summer2018/Priyanshu/codechef.jpg new file mode 100644 index 0000000..fdb9bbf Binary files /dev/null and b/Summer2018/Priyanshu/codechef.jpg differ diff --git a/Summer2018/Priyanshu/email.png b/Summer2018/Priyanshu/email.png new file mode 100644 index 0000000..0138dec Binary files /dev/null and b/Summer2018/Priyanshu/email.png differ diff --git a/Summer2018/Priyanshu/git.png b/Summer2018/Priyanshu/git.png new file mode 100644 index 0000000..2e155e2 Binary files /dev/null and b/Summer2018/Priyanshu/git.png differ diff --git a/Summer2018/Priyanshu/hackerrank.jpg b/Summer2018/Priyanshu/hackerrank.jpg new file mode 100644 index 0000000..f81edca Binary files /dev/null and b/Summer2018/Priyanshu/hackerrank.jpg differ diff --git a/Summer2018/Priyanshu/linked.png b/Summer2018/Priyanshu/linked.png new file mode 100644 index 0000000..ee7dd59 Binary files /dev/null and b/Summer2018/Priyanshu/linked.png differ diff --git a/Summer2018/Priyanshu/location.jpg b/Summer2018/Priyanshu/location.jpg new file mode 100644 index 0000000..7b420d1 Binary files /dev/null and b/Summer2018/Priyanshu/location.jpg differ diff --git a/Summer2018/Priyanshu/personal_web.html b/Summer2018/Priyanshu/personal_web.html new file mode 100644 index 0000000..42ae8da --- /dev/null +++ b/Summer2018/Priyanshu/personal_web.html @@ -0,0 +1,74 @@ + + + + + Priyanshu Sharma + + + + + + +
+ +
+ Profile Image + +
+
+

Hi My name is Priyanshu

+
+
+
+ +
+
+
+ +
+ Card image +
+
My Github
+ +
+
+
+ +
+ Card image +
+
My Linkedin
+ +
+
+
+ +
+ Card image +
+
My Spoj Profile
+ +
+
+
+ +
+ Card image +
+
My Codechef Profile
+
+
+
+ +
+ Card image +
+
My Hackerrank Profile
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/Summer2018/Priyanshu/phone.png b/Summer2018/Priyanshu/phone.png new file mode 100644 index 0000000..96ec5de Binary files /dev/null and b/Summer2018/Priyanshu/phone.png differ diff --git a/Summer2018/Priyanshu/profile.jpg b/Summer2018/Priyanshu/profile.jpg new file mode 100644 index 0000000..6c707ae Binary files /dev/null and b/Summer2018/Priyanshu/profile.jpg differ diff --git a/Summer2018/Priyanshu/resume-style.css b/Summer2018/Priyanshu/resume-style.css new file mode 100644 index 0000000..6695487 --- /dev/null +++ b/Summer2018/Priyanshu/resume-style.css @@ -0,0 +1,179 @@ +body{ + background-color: #fafafa;; +} + +.content{ + /*flex-wrap: nowrap;*/ + margin-left:10%; + margin-right: 10%; + padding-right:10px; + padding-left: 10px; + max-width: 960px; + background-color:white; +} + +.bio{ + margin-top:3vh; + margin-right: 3%; + margin-left: 3%; + display:inline-block; + max-width: 300px; +} +.profile{ + /*display:flex;*/ + display:inline-block; + margin-top: 5vh; + margin-left:5%; + margin-right:5%; + /*padding:10px 10px;*/ +} + +.image-circular{ + /*width:100%;*/ + /*display:block;*/ + margin:auto; + /*display: block;*/ + /*margin-left: auto;*/ + /*margin-right: auto;*/ + border: solid thick rgba(206,203,132,0.86); + min-width: 100px; + min-height: 100px; + border-radius: 50%; +} +.color-box{ + width:48px; + height:48px; + margin-left:5%; + display:inline-block; +} +.grey{ + background-color: darkslategrey; +} +h1{ + display: inline; + font-family: "Sitka Heading"; +} +.contacts { + margin-top: 10vh; + /*float: right;*/ + display: inline-block; + margin-left:10%; + min-width: 200px; + max-width:80%; +} +h6{ + margin-left:2%; + display:inline; + text-align: center; +} + +.logo{ + display:inline; + height:20px; + width:20px; +} +/*li::before{*/ + /*!*display:inline-block;*!*/ + /*content: "• ";*/ + /*color:red;*/ +/*}*/ +em{ + color: rgba(141,142,101,0.86); + margin-top: 10px; +} +ul{ + list-style-type: square; +} +.line{ + width:100%; + height:4px; + background-color: red; +} + +.det-content{ + color: tomato; +} +.intro{ + flex-wrap: nowrap; + display:flex; +} +.row{ + display:table-row; +} +.cell{ + display:table-cell; +} +.details{ + margin-top:10vh; + display:flex; + flex-wrap: nowrap; + +} +.details>h3{ + margin-top:5vh; +} + +.container{ + margin-top: 8vh; +} +.line-breaker{ + display: block; +} +.half-can{ + display:inline-block; + min-width:25%; + margin-right: 3%; + margin-left:3%; + padding-top:8px; + max-width:33%; +} +p{ + display:inline; +} + +td{ + + padding:20px; +} +h3{ + margin-bottom:5vh; + + display:inline; +} +.ach>{ + color: rgba(141,142,101,0.86) +} +@media (max-width:980px){ + .content{ + margin-left: 0; + margin-right: 0; + } + #breaker{ + width:100%; + } +} +@media (max-width:771px) { + .profile { + display: block; + } + + .contacts { + width: 100%; + } +} +@media (max-width:600px){ + .details{ + display:block; + width:90%; + } + .details.half-can{ + display:block; + min-width:90%; + } +} +a{ + color:inherit +} +a:hover{ + opacity:0.8; +} \ No newline at end of file diff --git a/Summer2018/Priyanshu/resume.html b/Summer2018/Priyanshu/resume.html new file mode 100644 index 0000000..0128875 --- /dev/null +++ b/Summer2018/Priyanshu/resume.html @@ -0,0 +1,129 @@ + + + + + + + Resume + + + +
+ +
+
+
+ +

+ Priyanshu Sharma +

+
+

+ Aiming to work with a team which will help me move forward + in my career and improve my skills +

+
+
+ Profile Image + +
+
+
scaars10@gmail.com

+
8284906813

+
Nahan Himachal Pradesh
+
+ + +
+
+
+
+
+
+

+ Education +

+
+ + + + + + + + + + + + + + + + + + +
CCS Nahan (ICSE) (Class X):
92%
BBL Solan (HP) (Class XII):
93%
Jee Mains
216 (AIR 4841)
PEC Chandigarh (UG C.S.E.)
7.3
+
+
+
+

+ Skills +

+
    +
  • C
  • C++
  • Python
  • +
  • SQL
  • Node.js
  • +
  • Javascript
  • Html
  • CSS
  • +
  • MongoDb
  • +
  • Jquery
  • + +
+
+
+
+
+
+

+ Projects +

+
+

Lazarus

+
+ An Open Source Virtual Asistant written in python + for Linux Operating sytem having features such as text to speech, speech to text, automatically detect location + and provide local news, local weather, do reverse image search on the web, + stream and download videos +
+

Web Crawler

+
+ A web crawler written in python that extracts faculty pages from a college's + website. +
+
+
+

Achievements

+ +
+
+
+
+
+

Interests

+
    +
  • Competitive Programming
  • +
  • Playing and Watching Football
  • +
  • Listening to Music
  • +
+
+
+ +
+
+ + \ No newline at end of file diff --git a/Summer2018/Priyanshu/spoj.jpeg b/Summer2018/Priyanshu/spoj.jpeg new file mode 100644 index 0000000..1053969 Binary files /dev/null and b/Summer2018/Priyanshu/spoj.jpeg differ diff --git a/Summer2018/Priyanshu/style.css b/Summer2018/Priyanshu/style.css new file mode 100644 index 0000000..dc28258 --- /dev/null +++ b/Summer2018/Priyanshu/style.css @@ -0,0 +1,139 @@ +/*.content{ + /*background-color: #fafafa; + height:100%; + width:100%; + padding: 5vh; + margin-top:0; + background: url("7.jpg"); + background-repeat: no-repeat; + background-size: cover; +}*/ + + +.text-center{ + color: rgba(14,14,14,0.86) +} + +*{ + margin:0; +} +body{ + background-image: url("5.jpg"); + + min-height: 100%; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; + background-size: cover; +} +/*.profile-cont{ + position: relative; + top: 8%; + width:90%; + margin:auto; + display: flex; + justify-content: center; + +}*/ + + + +.image-circular{ + /*position: absolute;*/ + display: block; + margin-left: auto; + margin-right: auto; + border: solid thick rgba(206,203,132,0.86); + min-width: 100px; + min-height: 100px; + border-radius: 50%; +} + +.intro{ + display: block; + margin-left: auto; + margin-right: auto; + color: #e7e7ff; +} + +.profile{ + margin-top: 5vh; +} +.heading{ + padding: 5vh; +} +.text-center{ + color:floralwhite; +} +.card{ + margin-left: 10%; + width:150px; + min-height:10vh; + +} +.card-img-top{ + max-height:15vh; +} +.card-body{ + background-color: black; + color: white; +} +.linkedin{ + background-color: #0077B5; +} +.card-title{ + margin:auto; +} +.card:hover{ + opacity:0.7; +} +@media screen and (max-width:550px){ + .card-container{ + margin-top:5vh; + } + .card-body{ + display:none; + } +} + +.card-container{ + display: inline-block; + width:200px; + min-width:200px; + /*left-margin: 50px;*/ +} +a +{ + target-name:new; + target-new:tab; +} +.button { + background-color: black; + border: none; + color: white; + border-radius: 50%; + padding: 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer; +} + +.codechef{ + background-color: saddlebrown; + } +.hackerrank{ + background-color: #4CAF50; +} +.centre-button{ + margin: auto; + display:block; +} +.container{ + margin-top: 10vh; +} +.centre-form{ + margin: 0 auto; +} \ No newline at end of file