Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
71ed1d5
First commit
Jan 25, 2017
96952f7
Day two commit
Jan 27, 2017
5523afa
Changes for bio and resume
Jan 29, 2017
0ae1fbc
updated and deleted files
Jan 29, 2017
c7724d6
This is a test
Jan 30, 2017
1a8850b
second test
Jan 30, 2017
8037fb1
Removed test files
Jan 30, 2017
7d485e1
added a list
Feb 1, 2017
9a85eec
blog completed
Feb 6, 2017
dfbb2a5
Modified blog header and nav
Feb 6, 2017
031df85
table homework
Feb 8, 2017
9a7d4f3
changes to table homework
Feb 9, 2017
7e9b473
finalized table homework
Feb 9, 2017
90a5a2f
project three week 3 initiated
Feb 9, 2017
c425657
test of positioning to show Thomas
Feb 12, 2017
61a77bd
update to blog
Feb 13, 2017
82ac3b9
form work'
Feb 15, 2017
45c8927
Checkpoint 1
Feb 17, 2017
0fc2c8d
final checkin for checkpoint 1
Feb 19, 2017
0a62b2a
Addeda a favicon
Feb 19, 2017
92311c2
modified the size on library chairs, office chairs and added a backgr…
Feb 20, 2017
232a7fd
flags
Feb 24, 2017
a109e61
newspaper assignment
Feb 24, 2017
930b0cb
US Flag
Feb 24, 2017
637da68
added border to the flag
Feb 24, 2017
578c129
add flex-wrap to the flags
Feb 25, 2017
345a114
added left and rigth paddig to the body of the newspaper
Feb 28, 2017
682e9d9
initialized team project 1 week 6
Mar 1, 2017
b264f00
changes to Team Project 1 flexbox
Mar 1, 2017
9ee3869
modifcations to team-project 1
Mar 3, 2017
2c0d4c4
finished Team Project 1
Mar 3, 2017
f99d63e
Team-Project 2 - Week 6
Mar 4, 2017
f88c0db
additional changes to team-project 2 week 6
Mar 4, 2017
7d75d5e
modified icons that were not working
Mar 4, 2017
af823e7
changed the body tag at medium screen
Mar 4, 2017
0ea58eb
additional changes
Mar 5, 2017
bf14bd9
initial changes to checkpoint 2
Mar 8, 2017
62612a0
fizzbuzz and checkpoint 2
Mar 10, 2017
da4b3da
check-point2 edit
Mar 14, 2017
3657c11
checkpoint 2 progress
Mar 14, 2017
c5fb14e
finish full layout-checkpoint 2
Mar 15, 2017
9998984
Finished small and medium display for checkpoint 2
Mar 15, 2017
ec048b1
small changes
Mar 15, 2017
2fd62d7
started JQuery project
Mar 16, 2017
1a61a64
jquery edits
Mar 16, 2017
0ef96b3
jquery changes
Mar 17, 2017
54d53b0
jquery inputs
Mar 17, 2017
44dd5ca
JQuery tableinsert
Mar 17, 2017
00d2b9b
jquery
Mar 17, 2017
cf3da67
additions to week 8 projects
Mar 18, 2017
b9b7f24
jquery
Mar 18, 2017
757f607
project 9
Mar 22, 2017
b779489
JQuery project
Mar 22, 2017
d974bbf
done with foundry
Mar 23, 2017
3c21c94
fixed mobile size
Mar 26, 2017
2dfbcce
json
Mar 29, 2017
c95ffce
fixed backgroud image
Mar 30, 2017
eb9b114
tabs
Mar 31, 2017
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
42 changes: 42 additions & 0 deletions Week-1/bio/css/bio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
body {
background-color:#d2d4d8;
margin:0 auto;
max-width: 600px;
}

#elname {
font-size: 50px;
margin-bottom: 0;
background-color: white;
margin-left: 200px;
}
.spname {
font-size: 65px;
}

#email {
font-size: 20px;
margin-top: 0;
background-color: white;
height: 30px;
}

section {
background-color: #6488c1;
margin-top: -25px;
color: white;
padding: 10px;
}

#elimg {
width: 250px;
height: 245px;
float: left;
margin-right: 10px;
border-radius: 25px;
position: relative;
}

p {
font-family: cursive;
}
Binary file added Week-1/bio/images/el.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions Week-1/bio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bio.css" />
<title>Eric Leon Bio</title>
</head>

<body>
<aside>
<img id="elimg" src="images/el.jpg" alt="FaceShot of Eric Leon" />
</aside>

<header>
<h1 id="elname"><span class="spname">E</span>RIC <span class="spname">L</span>EON</h1>
<p id="email">Eleon_2006@yahoo.com</p>
</header>

<section>
<p>I was born in Guanajuato, Mexico and lived in Dallas from five until I turned ten,
then I moved back to Mexico, came back five years later and been here since then, now
I only travel for weeks and not years. <br/>I am now pursuing a career in development.
In the effort to do so, I am completing core classes at DCCCD with hopes to transfer
over to the University of Texas in Dallas to complete my major in Software Engineering.
In addition to DCCCD, I am also the Dallas Coding Academy, and I will obtain a
certification in .Net programming. I obtained two degrees, Network System Administration
and Software Development from ITT Tech, but we all know what that is worth.
<br/>I currently work for National Math and Science Initiative, a non-profit dedicated to
improving STEM education in the US; my role is Desktop Support with a plan to move to a
software development position by the end of the year. My Goal is to become a Senior
Software Engineer and eventually a Director of Software Development while discovering
and developing the best new app. <br/>In addition to coding I also love outdoor activities
with my son and playing soccer, I am trying to keep him away from video games and TV.
</p>
</section>
</div>
</body>
</html>
Empty file removed Week-1/index.html
Empty file.
84 changes: 84 additions & 0 deletions Week-1/resume/css/resume.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
body {
background-color:#d2d4d8;
margin:0 auto;
margin-bottom: 50px;
max-width: 1100px;
padding-bottom: 10px;
padding: 5px;
border: dotted black 1px;
}

p {
font-family: cursive;
margin-bottom: 0;
}

li {
font-family: cursive;
}

hr {
height: 2px;
background-color: #6d7177;
}

ul {
margin-top: 0;
}

header hr {
height: 5px;
}

header{
margin-bottom: 40px;
}
#elimg {
width: 250px;
height: 245px;
float: right;
margin: 0 0 1em 1em;
}

footer {
position: fixed;
bottom: 0;
left:0;
height: 50px;
width: 100%;
text-align: center;
background-color: #6c727a;
color: white;
}

.box {
display: inline-block;
margin-top: 0;
}

#box2 {
display: inline-block;
margin-left: 20em;
}
span {
font-size: 33px;
}

#elname {
font-size: 50px;
margin-bottom: 0;
}
.spname {
font-size: 65px;
}

#email {
font-size: 20px;
margin-top: 0;
}

.worktitle {
font-family: sans-serif;
font-size: 21px;
font-weight: bold;
}
Binary file added Week-1/resume/images/el.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions Week-1/resume/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/resume.css" />
<title>Eric Leon - Resume</title>
</head>
<body>

<aside>
<img id="elimg" src="images/el.jpg" alt="FaceShot of Eric Leon" />
</aside>
<header>
<hr/>
<h1 id="elname"><span class="spname">E</span>RIC <span class="spname">L</span>EON</h1>
<p id="email">Eleon_2006@yahoo.com</p>
<hr/>
<p class="box">&#9830; 5927 Hollis ave. <br/>&#9830; Dallas, Texas, 75227<br/>&#9830; United States</p>
<p id="box2" >&#9830; P:469.230.3858<br/>&#9830; O:214.525.3029<br/><br/></p>
</header>

<hr />

<section>
<h1><span>P</span>ROFESSIONAL <span>S</span>UMMARY</h1>
<p>A passionate, detail oriented problem solver with an intense desire to learn.
Looking to join an organization that is equally passionate about learning and growing
both their organization and their people.</p>
</section>

<hr />

<section>
<h1><span>S</span>KILLS</h1>
<ul class="box">
<li>Entry level SharePoint administration and Design </li>
<li>Entry level HTML, CSS, Javascript, SQL Server</li>
<li>O365 administration</li>
<li>Entry level to AD, DNS, DHCP, Print, and Group policy servers</li>
</ul>
<ul class="box">
<li>Interpersonal skills </li>
<li>Fast learner</li>
<li>Work well in a team or individually</li>
<li>Multitask</li>
</ul>
</section>

<hr />

<section>
<h1><span>W</span>ORK <span>H</span>ISTORY</h1>
<p><span class="worktitle">Help Desk Analyst, </span>05/2015 to Current<br/>
<span class="worktitle">National Math and Science Initiative </span>– Dallas, TX</p>
<ul>
<li>Managed call flow and responded to technical support needs of customers.</li>
<li>Provided base level IT support to non-technical personnel within the business.</li>
<li>Installed software, modified and repaired hardware and resolved technical issues.</li>
<li>Identified and solved technical issues with a variety of diagnostic tools.</li>
<li>Resolved customer issues in a clear, courteous and straightforward manner.</li>
<li>Demonstrated professionalism and courtesy with customers at all times.</li>
<li>Resolved problems with malfunctioning products.</li>
<li>Followed up with clients to ensure optimal customer satisfaction.</li>
</ul>
<p><span class="worktitle">Bar/floor Manager, </span>03/2012 to 05/2015<br/>
<span class="worktitle">Dee Lincolns </span>– Dallas, TX</p>
<ul>
<li>Carefully interviewed, selected, trained and supervised staff. </li>
<li>Interacted positively with customers</li>
<li>Correctly calculated inventory and ordered appropriate supplies.</li>
<li>Recognized and formally acknowledged outstanding staff performance to
boost company morale and productivity.</li>
<li>Promoted a positive atmosphere and went above and beyond to guarantee each customer
received exceptional food and service.</li>
<li>Led and directed team members on effective methods, operations and procedures. </li>
<li>Oversaw front of house personnel to maintain adequate staffing and minimize overtime.</li>
<li>Trained new wmployees</li>
</ul>
<p><span class="worktitle">Bar Manager, </span>02/2009 to 03/2012<br/>
<span class="worktitle">Bella Bar Restaurant </span>– Dallas, TX</p>
<ul>
<li>Waited on multiple customers at the bar and throughout the bar area.</li>
<li>Managed bar revenues, ensuring that all patrons were billed and all cash properly accounted for.</li>
<li>Managed strict beverage control to minimize waste.</li>
<li>Processed orders on a computerized Point of Sale system.</li>
<li>Managed bar inventory and bar employees.</li>
<li>Worked most positions from back to front of the house</li>
<li>Training of new employees.</li>
<li>Supervised store</li>
</ul>
</section>

<hr />

<section>
<h1><span>E</span>DUCATION</h1>
<p><span class="worktitle">Associate of Science: </span>Network System Administration, 2014<br/>
<span class="worktitle">ITT-Tech </span>- Richardson, TX</p>
<ul>
<li>3.98 GPA</li>
<li>Graduated with honors</li>
</ul>
<p><span class="worktitle">Associate of Science: </span>Software Development, 2015<br/>
<span class="worktitle">ITT-Tech </span>- Richardson, TX </p>
<ul>
<li>3.98 GPA</li>
<li>Graduated with honors</li>
</ul>
<p><span class="worktitle">Bachelor of Science: </span>Software Engineering, Current<br/>
<span class="worktitle">Eastfield Community College </span>- Mesquite, TX</p>
<p><span class="worktitle">.Net Certification </span>.Net Developer, Current<br/>
<span class="worktitle">Dallas Coding Academy </span>- Addison, TX</p>
</section>

<hr />

<section>
<h1><span>C</span>ERTIFICATIONS</h1>
<ul>
<li>Microsoft SharePoint Designer 2013</li>
<li>Microsoft SharePoint Site Administrator</li>
<li>Microsoft SharePoint Site Owner</li>
<li>Microsoft Dynamics CRM Black Belt</li>
</ul>
</section>

<footer>
<p>Eric A. Leon</p>
</footer>

</body>
</html>
24 changes: 24 additions & 0 deletions Week-10/Json/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Json</title>
<link rel="stylesheet" href="styles.css">
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<!-- JQuery UI -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<table>
<tr>
<th>User ID</th>
<th>ID</th>
<th>Title</th>
<th>Body</th>
</tr>
</table>
</div>
</body>
</html>
13 changes: 13 additions & 0 deletions Week-10/Json/scripts.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$(document).ready(function(){
var root = 'http://jsonplaceholder.typicode.com';

$.ajax({
url: root + '/posts',
method: 'GET'
}).then(function(data) {
data.forEach(function(obj) {
var $row = "<tr><td>"+obj.id+"</td><td>"+obj.userId+"</td><td>"+obj.title+"</td><td>"+obj.body+"</td></tr>";
$("table").append($row);
});
});
});
13 changes: 13 additions & 0 deletions Week-10/Json/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
table {
margin-left: 20px;
}

table, tr, td, th {
border: 1px solid black;
padding: 5px;
background-color: white;
}

table {
background-color: grey;
}
Binary file added Week-10/tabs/img/sbook.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 Week-10/tabs/img/sp4.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 Week-10/tabs/img/sstudio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions Week-10/tabs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Tabs - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( "#tabs" ).tabs();
} );
</script>
</head>
<body>

<div id="tabs">
<ul>
<li><a href="#tabs-1">Surface Pro 4</a></li>
<li><a href="#tabs-2">Surface Book</a></li>
<li><a href="#tabs-3">Surface Studio</a></li>
</ul>
<div id="tabs-1">
<img src="img/sp4.jpg" alt="Surface pro 4" height="500px" width="500px">
</div>
<div id="tabs-2">
<img src="img/sbook.jpg" alt="Surface Book" height="500px" width="500px">
</div>
<div id="tabs-3">
<img src="img/sstudio.jpg" alt="Surface Studio" height="500px" width="500px">
</div>
<button type="button" name="button">Next</button>
</div>
</body>
</html>
File renamed without changes.
Loading