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
Binary file added Summer2018/Priyanshu/5.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/Priyanshu/codechef.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/Priyanshu/email.png
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/Priyanshu/git.png
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/Priyanshu/hackerrank.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/Priyanshu/linked.png
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/Priyanshu/location.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions Summer2018/Priyanshu/personal_web.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Priyanshu Sharma</title>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
</head>
<body>
<div class="content">
<!--<div class="back"></div>-->
<div class="container profile">
<img src="profile.jpg" class="image-circular" alt="Profile Image" height="200px" width="200px" >

</div>
<div class="container heading">
<h1 class="text-center">Hi My name is Priyanshu</h1>
</div>
<div class="container">
<form class= "centre-form " action="resume.html">
<input type="submit" class="button centre-button" value="View Resume">
</form>
</div>
<div class="container">
<a class="card-container" href="https://github.com/scaars10">
<div class="card">
<img class="card-img-top" src="git.png" alt="Card image">
<div class="card-body">
<h5 class="card-title">My Github</h5>

</div>
</div>
</a>
<a class="card-container" href="https://www.linkedin.com/in/priyanshu-sharma-882b55133">
<div class="card">
<img class="card-img-top" src="linked.png" alt="Card image">
<div class="card-body linkedin">
<h5 class="card-title">My Linkedin</h5>

</div>
</div>
</a>
<a class="card-container" href="https://www.spoj.com/users/bluejam/">
<div class="card">
<img class="card-img-top" src="spoj.jpeg" alt="Card image">
<div class="card-body linkedin">
<h5 class="card-title">My Spoj Profile</h5>

</div>
</div>
</a>
<a class="card-container" href="https://www.codechef.com/users/scaars13">
<div class= "card">
<img class="card-img-top" src="codechef.jpg" alt="Card image">
<div class="card-body codechef">
<h5 class="card-title">My Codechef Profile</h5>
</div>
</div>
</a>
<a class="card-container" href="https://www.hackerrank.com/scaars10">
<div class= "card">
<img class="card-img-top" src="hackerrank.jpg" alt="Card image">
<div class="card-body hackerrank">
<h5 class="card-title">My Hackerrank Profile</h5>
</div>
</div>
</a>
</div>

</div>
</body>
</html>
Binary file added Summer2018/Priyanshu/phone.png
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/Priyanshu/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
179 changes: 179 additions & 0 deletions Summer2018/Priyanshu/resume-style.css
Original file line number Diff line number Diff line change
@@ -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;
}
129 changes: 129 additions & 0 deletions Summer2018/Priyanshu/resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<title>Resume</title>
<link rel="stylesheet" href="resume-style.css">
</head>
<body>
<div class="container content">

<div class="container intro">
<div class="color-box grey" style="margin-top:3vh"></div>
<div class="bio">

<h1>
Priyanshu Sharma
</h1>
<br>
<p>
Aiming to work with a team which will help me move forward
in my career and improve my skills
</p>
</div>
<div class="profile">
<img src="profile.jpg" class="image-circular" alt="Profile Image" height="200px" width="200px" >

</div>
<div class="half-can">
<img class="logo" src="email.png"><h6>scaars10@gmail.com</h6><br>
<img class="logo" src="phone.png"><h6>8284906813</h6><br>
<img class="logo" src="location.jpg"><h6>Nahan Himachal Pradesh</h6>
</div>


</div>
<div class="line"></div>
<div class="container">
<div class="details">
<div class="color-box" style="background-color: tomato"></div>
<div class="half-can">
<h1 class="det-content">
Education
</h1>
<br>
<table>
<tr>
<td>CCS Nahan (ICSE) (Class X):</td>
<td><h6>92%</h6></td>
</tr>
<tr>
<td>BBL Solan (HP) (Class XII):</td>
<td><h6>93%</h6></td>
</tr>

<tr>
<td>Jee Mains</td>
<td><h6>216 (AIR 4841)</h6></td>
</tr>
<tr>
<td>PEC Chandigarh (UG C.S.E.)</td>
<td><h6>7.3</h6></td>
</tr>
</table>
</div>
<div class="color-box" style="background-color: tomato"></div>
<div class="half-can">
<h1 class="det-content">
Skills
</h1>
<ul style="margin-top: 2vh; padding:5px;">
<li>C</li> <li>C++</li> <li>Python</li>
<li>SQL</li> <li>Node.js</li>
<li>Javascript</li> <li>Html</li> <li>CSS</li>
<li>MongoDb</li>
<li>Jquery</li>

</ul>
</div>
</div>
<div class="details">
<div id="breaker" class="color-box" style="background-color: tomato"></div>
<div class="half-can">
<h1 class="det-content">
Projects
</h1>
<br>
<a href="https://github.com/scaars10/Lazarus"><h3>Lazarus</h3></a>
<br>
<em>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</em>
<br>
<h3>Web Crawler</h3>
<br>
<em>A web crawler written in python that extracts faculty pages from a college's
website.</em>
</div>
<div class="color-box" style="background-color: tomato"></div>
<div class="half-can">
<h1 class="det-content" >Achievements</h1>
<ul class="ach">


<li>Rank 1 in Codechef Snackdown 2017 QR</li>

<a href="https://www.spoj.com/ranks/users/145162/"><li> Rank 1 in SPOJ's PEC Hall of Fame</li></a>
<li> Rank 1 in Codechef Snackdown 2017 Round 1 in College</li>
</ul>
</div>
</div>
<div class="details">
<div class="color-box" style="background-color: tomato"></div>
<div class="half-can">
<h1 class="det-content" >Interests</h1>
<ul>
<li>Competitive Programming</li>
<li>Playing and Watching Football</li>
<li>Listening to Music</li>
</ul>
</div>
</div>

</div>
</div>
</body>
</html>
Binary file added Summer2018/Priyanshu/spoj.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading