last commit

take out resume files from this repository
This commit is contained in:
Arjun Patel
2017-07-27 10:09:15 -07:00
parent 6b1f67db15
commit c376528361
7 changed files with 0 additions and 206 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 KiB

-49
View File
@@ -1,49 +0,0 @@
<!DOCTYPE html>
<head>
<title>Arjun Patel</title>
<link href="main.css" rel="stylesheet" type="text/css">
<script language="javascript">
function hello() {
for(var 1<0) {
alert('hello');
}
}
</script>
</head>
<body>
<div class="intro">
<p class="intro">"Wise to resolve, and patient to perform."</p>
<p class="intro1">Homer -</p>
<img class="arrow" src="images/arrow.gif"></img>
</div>
<div class="about">
<p class="about">About me</p>
<div class="aboutimg"></div>
<div class="aboutsummary">Hello World!</b><br><br>Arjun Patel.</div>
</div>
<div class="skills">
<p class="skills"><b>Skills</b></p>
<p class="stats">HTML...................................................................................................................
................................................................................................&#9733 &#9733 &#9733 &#9733 &#9733<br><br>
CSS...................................................................................................................
....................................................................................................&#9734 &#9733 &#9733 &#9733 &#9733<br><br>
Javascript...................................................................................................................
.............................................................................................&#9734 &#9734 &#9733 &#9733 &#9733<br><br>
Java...................................................................................................................
........................................................................................................&#9734 &#9734 &#9733 &#9733 &#9733<br><br>
C++...................................................................................................................
........................................................................................................&#9734 &#9734 &#9734 &#9733 &#9733
</p>
</div>
</body>
-157
View File
@@ -1,157 +0,0 @@
html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body {
margin: 0;
padding: 0;
height:100%;
width:100%;
background-color: rgb(225, 225, 228);
}
div.intro {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-image: url(images/wallpaper.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
background-attachment: fixed;
position: relative;
}
p.intro {
top: 20%;
left: 5%;
position: absolute;
margin: 5px;
padding-bottom: 3px;
color: rgb(223, 227, 233);
font-size: 210%;
font-family: "papyrus";
border-bottom: 1px dotted rgb(224, 224, 236);
}
p.intro1 {
margin: 0;
padding: 5px;
top: 12%;
left: 5%;
position: absolute;
font-family: "papyrus";
color: rgb(223, 227, 233);
font-size: 120%;
}
img.arrow {
height: 75px;
width: 75px;
position: absolute;
right: 5%;
bottom: 4%;
}
div.about {
margin: 0;
padding: 0;
position: relative;
height: 500px;
width: 100%;
background-color: rgb(79, 74, 62);
position: relative;
text-align: center;
}
p.about {
margin: 20px;
padding: 0;
height: 50px;
width: 200px;
color: white;
font-size: 30px;
font-family: "papyrus";
border-bottom: 1px solid rgb(224, 224, 236);
display: inline-block;
border-bottom-style: dotted;
}
div.aboutimg {
margin: 0;
padding: 0;
background-image: url(Images/profpic.jpg);
background-repeat: no-repeat;
background-size: contain;
height: 45%;
width: 50%;
top: 150px;
vertical-align: center;
background-position: center;
position: absolute;
/*background-color: red;*/
}
div.aboutsummary {
margin: 0;
padding: 0;
/*background-color: red;*/
width: 50%;
text-align: center;
vertical-align: middle;
left: 50%;
top: 150px;
position: absolute;
color: white;
font-size: 25px;
font-family: "papyrus";
}
div.skills{
margin: 0;
padding: 0;
height: 800px;
width: 100%;
background-color: white;
position: absolute;
vertical-align: middle;
color: rgb(79, 74, 62);
position: relative;
}
p.skills{
margin:0;
padding:0;
left:0;
height: 80%;
width: 25%;
/*background-color: red;*/
position: absolute;
border-right: 3px dotted black;
top: 10%;
font-family: "papyrus";
font-size: 35px;
text-align: center;
vertical-align: middle;
line-height: 500px;
}
p.stats{
margin: 0;
padding:0;
position: absolute;
/*background-color: red;*/
left:26%;
top: 15%;
height:70%;
width:74%;
font-size: 20px;
font-family: "papyrus";
text-align: center;
}