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 .DS_Store
Binary file not shown.
File renamed without changes.
Binary file added Week-1/.DS_Store
Binary file not shown.
Binary file added Week-1/bio/.DS_Store
Binary file not shown.
Binary file added Week-1/bio/css/.DS_Store
Binary file not shown.
35 changes: 35 additions & 0 deletions Week-1/bio/css/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

*{
text-align: center;
}
body {
background-color: #207ce5:
text-align:center;
}
img {
border-radius: 75%;
text-align: center;
height: 25%;
width: 25%;
position: relative;
}

h1{
background-position: right;
flex-flow: wrap;
text-align: center;
}
bane {
position: relative;
border-spacing: 50px;
margin: 75%;
overflow: auto;
width: 100%;
text-align: center;
height: 25%;
width: 25%;
}
p {
text-align: center;
ß
}
29 changes: 29 additions & 0 deletions Week-1/bio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css"/>
<style media="screen">
body{
background: rgba(181,209,238,1);
background: -moz-linear-gradient(left, rgba(181,209,238,1) 0%, rgba(42,148,229,1) 50%, rgba(113,180,234,1) 74%, rgba(190,215,239,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(181,209,238,1)), color-stop(50%, rgba(42,148,229,1)), color-stop(74%, rgba(113,180,234,1)), color-stop(100%, rgba(190,215,239,1)));
background: -webkit-linear-gradient(left, rgba(181,209,238,1) 0%, rgba(42,148,229,1) 50%, rgba(113,180,234,1) 74%, rgba(190,215,239,1) 100%);
background: -o-linear-gradient(left, rgba(181,209,238,1) 0%, rgba(42,148,229,1) 50%, rgba(113,180,234,1) 74%, rgba(190,215,239,1) 100%);
background: -ms-linear-gradient(left, rgba(181,209,238,1) 0%, rgba(42,148,229,1) 50%, rgba(113,180,234,1) 74%, rgba(190,215,239,1) 100%);
background: linear-gradient(to right, rgba(181,209,238,1) 0%, rgba(42,148,229,1) 50%, rgba(113,180,234,1) 74%, rgba(190,215,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d1ee', endColorstr='#bed7ef', GradientType=1 );
}
</style>
</head>
<div class="img">
<img src="https://media.licdn.com/media/AAEAAQAAAAAAAAjvAAAAJDdkMjM5YzljLThlMTktNDM0OC04ODVkLTA5NzZkMGU2NTE3Yg.jpg " alt="Me">
</div>
<div><h1>Ruben Estrada</h1>
<p><blockquote>I was born and raised here in Dallas.I graduated in 2007 and have been going to DCCCD on and off ever since and recently transfered to the University of Texas at Dallas. I live with my girlfreind and our dog bane we recently just bought a house together in a quite neighborhood called little forest hills.
</blockquote></p>
</div>
<div class="bane">
</div><img src= "https://scontent-dft4-1.xx.fbcdn.net/v/t1.0-9/10404289_10205575090278525_559132002235454603_n.jpg?oh=702b985ea4ca66883b86871bb4fa2932&oe=590185C2" alt="bane">
</div>
<h1>Bane</h1>
<p><blockquote>This bane he is 4 years old and is not your average lazy bulldog he is very active and loves going to dog parks.</blockquote></p>
Binary file added Week-1/resume/.DS_Store
Binary file not shown.
Binary file added Week-1/resume/css/.DS_Store
Binary file not shown.
93 changes: 93 additions & 0 deletions Week-1/resume/css/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
div {
border-radius: 5px;
}

#header {
z-index: 1;
position: relative;
width: 97.5%;
margin-top: -20px;
height: 60px;
background-color: #bf0000;
margin-bottom: 10px;
}

#name {
float:left;
margin-left: 5px;
padding-top: 5px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}

#email{
float:right;
margin-right: 5px;
padding-top: 5px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}

h4 {
margin-left: 5px;
margin-bottom: 15px;
font-family: Verdana, sans-serif;
}

.right p {
margin-left: 5px;
margin-right: 5px;
margin-top: -10px;
font-family: Garamond, serif;
color: #000000;
}

li {
list-style-type: square;
}

a:hover {
font-weight: bold;
}

.left {
position: relative;
float: left;
margin-top: 50px;
width: 10%;
color: #fff;
height: 400px;
background-color: #bf0000;
margin-bottom: 10px;
padding-right: 20px;

}

.right {
position: relative;
float: right;
margin-top: 50px;
width: 88%;
height: 400px;
background-color: #FFF;
margin-bottom: 10px;
overflow: scroll;
}

#footer {
position: relative;
height: 50px;
background-color: #668284;
clear: both;
font-family: Verdana, sans-serif;
font-size: 14px;
text-align: center;
color: #ffffff;
}

#footer p {
position: relative;
padding-top: 15px;
}
52 changes: 52 additions & 0 deletions Week-1/resume/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css"/>
<title></title>
</head>
<body>
<div id="header">
<p id="name">Ruben Estrada</p>
<a href="mailto:you@yourdomain.com"><p id="email">restrada214@gmail.com</p></a>
</div>
<div class="left">
</div>
<div class="right">
<h4>Objective</h4>
<p>To Learn how to Code</p>
<h4>Experience</h4>
<p>Bank of America-Addison, Texas
Customer Relationship Manager II, Home Loans<br>
April 2014-Present
</p>
<ul>
<li>Cured and or provided alternate options to delinquent Federal Housing Administration, Veterans Affairs, Rural, Fannie Mae, Freddie Mac loans by analyzing and strategizing with customers to find the most adequate solutions that best fit each customer and maintained on-going relationships with all 300 customers</li>
<li>Transitioned customers who exhausted all Retention options to liquidation options such as Short Sale and Deed in lieu by working closely with short sale specialist, Realtors, and Deed and lieu specialists to ensure a smooth transition</li>
<li>Prepared and or processed documentation by updating SharePoints to document status and changes to accounts to ensure out underwriting team had all info in a timely manner for final decision driving down review timelines by 20%</li>
<li>Participated in investor and business partner calls daily to collaborate with business partners to draft action plans and track resolution rates on delinquent loans and implemented plans to continue to drive review times down </li>
</ul>
<p>Bank of America-Richardson, Texas
Customer Relationship Manager I, Home Loans<br>
May 2012-April 2014</p>
<ul>
<li>Cured delinquent Federal Housing Administration loans by analyzing and strategizing with customers to find the most adequate solutions that best fit each customer and maintained on-going relationships with all 200 customers even after loans were brought current to ensure loans did not fall behind again</li>
<li>Maintained relationships with third parties, attorneys, and other loan servicing departments while analyzing requests in accordance with established investor/servicer guidelines and determining appropriate courses of action to ensure all avenues were used to provide the absolute best service to our customers</li>
<li>Participated in investor/segment calls weekly to ensure we were in compliance with all government regulations to ensure the bank was not penalized and in turn kept fines and costs down
</li>
</ul>

<h4>Education</h4>
<p>BS, University of Texas at Dallas</p>
<ul>
<li>GPA: 3.5</li></ul>
<h4>Langauages<h4>
<p>Spanish</p></ul>

<h4>>Eligibility</h4>

<p>Eligible to Work in the U.S with no restrictions </p>

</div>
</div>
</body>
</html>
Binary file added Week-2/.DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions Week-2/Lists/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<title>5 things I want to learn in this class</title>
<head>
<body>
<h1>5 things I want to learn in this class</h1>

<ol>
<li>I want to learn how to build a website</li>
<li> I want to learn how to make a website that is appealing</li>
<li> I want to learn how to work well with other coders</li>
<li>I want to learn how to be able to read all types of code</li>
<li> I want to learn </li>
</ol>
</body>
</head>
</html>
















<html>
81 changes: 81 additions & 0 deletions Week-2/Positioning/box-positioning.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@

body{
font-weight: bold;
}
.box1 {
border: 1px solid black ;
background-color: black;
color: #fff;
float: left;
width: 40px;
height: 40px;
text-align: center;
position: relative;
padding: 10px;
margin: 30px;
}
.box2 {
border: 1px solid black ;
float: left;
width: 40px;
height: 40px;
text-align: center;
position: relative;
padding: 10px;
margin: 30px;

}
.box3 {
border: 1px solid black ;
background-color: black;
color: #fff;
float: left;
width: 40px;
height: 40px;
text-align: center;
position: relative;
padding: 10px;
margin: 30px;

}
.box4 {
border: 1px solid black ;
float: left;
width: 40px;
height: 40px;
text-align: center;
position: relative;
padding: 10px;
margin: 30px;


}
.box5 {
border: 1px solid black ;
background-color: black;
color: #fff;
float: left;
width: 40px;
height: 40px;
padding:10px;
text-align: center;
position: relative;
margin: 30px;

}
.box6 {
border: 1px solid black ;
float: left;
width: 40px;
height: 40px;
padding: 10px;
text-align: center;
position: relative;
margin: 30px;
}

.clear{

clear: left;

}
44 changes: 44 additions & 0 deletions Week-2/Positioning/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>

<html>
<head>
<title>Positioning Challange</title>
<link rel="stylesheet" type="text/css" href="box-positioning.css"/>
</head>
<body>

<div class="Title">
Box Positioning
</div>
<div class="box1">
Box 1
</div>
<div class="box2">
Box 2
</div>
<div class="clear">
</div>
<div class="box3">
Box 3
</div>

<div class="box4">
Box 4
</div>
<div class="clear">
</div>
<div class="box5">
Box 5
</div>
<div class="box6">
Box 6
</div>







</body>
</html>
18 changes: 18 additions & 0 deletions Week-2/Wild-Animal/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Ligers are awsome</title>
<image style="border: 10px solid black;" style="width:304px;height:228px;">
<style>
body{
background: #EFC16C;
text-align: center;
color: brown;
}
</style>
</head>
<h1>The coolest creature</h1>
<img src="https://az616578.vo.msecnd.net/files/responsive/embedded/any/desktop/2017/01/19/6362045436473158251104980239_Liger4.jpg" alt="liger laying down">
<p>The <em>Liger</em> is awesome because <strong>it is a mix of a lion and a tiger</strong>.</p>

</html>
Loading