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
32 changes: 32 additions & 0 deletions Week-1/bio/biography.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<link
href="css/biography.css"
type="text/css"
rel="stylesheet">
<title>Biography
</title>
</head>
<body>
<img style="-webkit-user-select: none" src="http://raumrot.com/wp-content/uploads/2016/01/msp_0406_1698.jpg">
<h1>MIRIAM TOBAR</h1>
<!--insert biographical information-->
<p> Miriam Tobar is a Legal Assistant at Kareneva Law Firm, PLLC.</br>
For the past two years, she has helped families of immigrants<br/>
properly file work and travel authorizations for their loved ones.</p>
<p>Miriam is a native of Mexico and has lived in Texas since 1997.
</br>She received her Associates of Science at Brookhaven Community College,
</br>and looks forward to learning new coding languages at DCA! </p>

<p>Miriam enjoys:</P>
<ul>
<li>Taking long walks </li>
<li>Cycling</li>
<li>Sudoku Puzzles</li>

</ul>


</body>
</html>
21 changes: 21 additions & 0 deletions Week-1/bio/css/biography.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
* {
color: #21324c;
}
p {
font-size:20px;
}


*{
font-family: Georgia;
}
/*comment
*/


}
.header {
background-image: url("Pictures\2016-03-27");
height: 400px;
background-position: center center;
}
94 changes: 94 additions & 0 deletions Week-1/resume/css/stylesheet.CSS
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
div {
border-radius: 5px;
}

#header {
z-index: 1;
position: fixed;
width: 99%;
margin-top: -30px;
height: 60px;
background-color: #777676;
margin-bottom: 20px;
}

#name {
float:left;
margin-left: 5px;
padding-top: 5px;
font-size: 20px;
font-family: sans-serif;
color: #000000;
}

#email{
float:right;
margin-right: 5px;
padding-top: 5px;
font-size: 20px;
font-family: times;
color: #ffffff;

}

h4 {
margin-left: 10px;
margin-bottom: 15px;
font-family: georgia;
}

.right p {
margin-left: 20px;
margin-right: 20px;
margin-top: -10px;
height: 50%
font-family: lucida console, serif;
color: #000000;
}

li {
list-style-type: square;
}

a:hover {
font-weight: bold;
}

.left {
position: relative;
float: left;
margin-top: 48px;
width: 20%;
height: 900;
background-color: #c11111;
margin-bottom: 10px;
font-size: 18px;
font-family: times;
color: #ffffff;
}

.right {
position: relative;
float: right;
margin-top: 30px;
width: 80%;
height: 900px;
background-color: #F4EBC3;
margin-bottom: 10px;
}

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

#footer p {
position: relative;
padding-top: 15px;
}
66 changes: 66 additions & 0 deletions Week-1/resume/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css"/>
<title></title>
</head>
<body>
<div id="header">
<p id="name">MIRIAM TOBAR</p>
<a href="mailto:miriamtobar@icloud.com"><p id="email">MiriamTobar@icloud.com</p></a>
</div>
<div class="left">
<p>Contact Information:</p>
<p>18113 Justice Ln.</p>
<p>Dallas, TX 75287</p>
<p>214-303-7881</p>


</div>


<div class="right">
<h4>Objective</h4>
<p>Seeking a Back End Web Developer position.</p>
<h4>Experience</h4>
<p>Proficient with development tools</p>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
<h4>Work Experience</h4>
<p> January 2015 - Present: Legal Assistant: Kareneva Law Firm, PLLC
<ul>
<li>Assist with the preparation of legal documents </li>
<li>Respond to client inquiries</li>
<li>Draft and manage correspondence</li>
<li>Perform research activities pertaining to precedents</li>
<li>Schedule appointments and address client's questions</li>
<li>Organize case files</li>
<li>File maintenance</li>
<li>Collect records</li>
</ul>

<h4>Additional Skills and Capabilities</h4>
<ul>
<li>Spanish/English Translator</li>
<li>Excellent Organizational and Research skills</li>
<li>Ability to work well under limited supervision</li>
<li>Adept at drafting routine motions and legal memos</li>
<li>Deadline oriented</li>
<li>Familiar with advanced legal terminology</li>
<li>Competent in MS Office applications, Paralegal software, Database</li>
<li>Excellent verbal and written communication skills</li>


</ul>
<h4>Education</h4>
<p>January 2017- Present: Dallas Coding Academy
<p>2012-2014 (AS) Associates of Science: Brookhaven Community College</p>
</div>
<div id="footer">
<h5>References</h5>
<p>Available upon request</p>
</div>
</body>
</html>
18 changes: 18 additions & 0 deletions Week-2/Lists/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title> Five Things I Would Like To Learn In This Class</title>


<h1>Five Things I Would Like To Learn In This Class</h1>


<ol>
<li> CSS </li>
<li> HTML </li>
<li> Create Website</li>
<li> Understand Javascript</li>
<li> Code!</li>
</ol>
</head>
</html>
File renamed without changes.
32 changes: 32 additions & 0 deletions Week-2/Write-a-Blog-Post/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>

<head>
<title>ACA Pets</title>
<link href="css/main.css" typ="text/css" rel="stylesheet">
<meta charset="UTF-8">
</head>

<body>
<header>
<h1>Pets of ACA</h1>
<p>Welcome to our site!</p>
</header>
<aside>
</aside>
<section>
<div id="Rub_Dog">
<a href="Rub_dog.html">Ruben's Dog</a>
</div>
<div id="Mir_Dog">
<a href="Mir_dog.html">Miriam's Dog</a>
</div>
<div id="No_Dog">
<a href="No_dog.html">No Dog</a>
</div>
</section>
<footer>
</footer>
</body>

</html>
30 changes: 30 additions & 0 deletions Week-2/blog/Mir_dog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>

<head>
<title>ACA Pets</title>
<link href="css/main.css" typ="text/css" rel="stylesheet">
<meta charset="UTF-8">
</head>

<body>
<header>
<h1>Pets of ACA</h1>
<p>Welcome to our site!</p>
</header>
<aside>
</aside>
<section>

<div id="Mir_Dog">
<h2>Miriam's Dog</h2>
<img src="https://b8ru3gsy2n4bm6g126pm6oxi-wpengine.netdna-ssl.com/wp-content/uploads/2012/10/Maltipoo.jpg" style="width: 200px; height: 200px;">
<p>Dolly is a Malti-poo, she had her second litter October 2016. She is fully recovered and enjoys taking long walks.</p>

</div>
</section>
<footer>
</footer>
</body>

</html>
30 changes: 30 additions & 0 deletions Week-2/blog/No_dog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

<!DOCTYPE html>
<html>

<head>
<title>ACA Pets</title>
<link href="css/main.css" typ="text/css" rel="stylesheet">
<meta charset="UTF-8">
</head>

<body>
<header>
<h1>Pets of ACA</h1>
<p>Welcome to our site!</p>
</header>
<aside>
</aside>
<section>

<div id="No_Dog">
<img src="http://www.thecostumer.com/images/Product/medium/17770.jpg" style="width: 200px; height: 200px;">
<h2>Brian's Invisible Dog</h2>
<p>My special dog is invisible.....and I never have to feed him.</p>
</div>
</section>
<footer>
</footer>
</body>

</html>
30 changes: 30 additions & 0 deletions Week-2/blog/Rub_dog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>

<head>
<title>ACA Pets</title>
<link href="css/main.css" typ="text/css" rel="stylesheet">
<meta charset="UTF-8">
</head>

<body>
<header>
<h1>Pets of ACA</h1>
<p>Welcome to our site!</p>
</header>
<aside>
</aside>
<section>
<div id="Rub_Dog">
<h2>Ruben's Dog</h2>
<img src="https://scontent-dft4-1.xx.fbcdn.net/v/t1.0-9/10404289_10205575090278525_559132002235454603_n.jpg?oh=702b985ea4ca66883b86871bb4fa2932&oe=590185C2" style="width: 200px; height: 200px;">
<p>Bane is 4 years old and loves smelling other dogs butts<p>
</div>

</div>
</section>
<footer>
</footer>
</body>

</html>
16 changes: 16 additions & 0 deletions Week-2/blog/blog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* {
background-color: LightBlue;
}

h1 {
font-size: 60px;
}

header {
text-align: center;
}

div {
float: left;
padding-left: 8%;
}
File renamed without changes.
Loading