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
53 changes: 53 additions & 0 deletions Week-1/bio/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
* {

background-color: #F5F5F5;
}

html {
max-width: 750px;
padding-left: 375px;
}

header {
padding-bottom: 5%;
}

h1 {
font-size: 48px;
}

h4 {
font-size: 25px;
}

h2 {
font-size: 30px;
}

p {
text-align: justify;
font-size: 18px;
}

#push {
padding-bottom: 15%;
}

#photo {
float: left;
width: 25%;
padding: 2% 2% 2% 1%;
}

#title {
float: left;
width: 53%;
text-align: center;
padding-right: 15%;
padding-left: 2%;

}

section {
padding-top: 5%;
}
52 changes: 52 additions & 0 deletions Week-1/bio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<head>
<title>An Unlikely Biography</title>
<link href="css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<div id="photo">
<img src="http://www.cultbox.co.uk/wp-content/uploads/2015/03/Spectre-Daniel-Craig-200x200.jpg" alt="photo of Brian Grimsley">
</div>
<div id="title">
<h1>Brian Grimsley</h1>
<h2 id="push">An Unlikely Biography</h2>
</div>

</header>
<section>
<div id="early">
<h2>Early Life</h2>
<p>On the sweltering evening of August 1, in the year of our Lord 1975,
I was born to little fan-fair, in the small town of Ada, OK. From there, I lead a somewhat normal
life in rural Oklahoma. While growing up, I attended the Atoka school system. It was a very simple
life.</P>
<p>Upon graduating high school, I attended several colleges, due to my unhealthy addiction to
education. An addiction that has cost more than it is worth. Along with that addiction, I discovered
that I had developed an attraction to taking extreme risks. It was then that I became convinced that I
was not long for this world.</p>
</div>
<div id="mid">
<h2>Middle Life</h2>
<p>With the idea of having a short life-span being an ever-present thought, I decided that
I should cram every experience I ever wanted into my life, as quickly as possible. I was a
bartender, a CIO and Administrator of a healthcare corporation, a musician, and eventually a husband and father.
Note to the reader: Don't wait until your 40's to have kids. Trust me on this.</p>
<p>Living past 25, 30, 35, 40, and beyond, I have become convinced of some new ideas. One, I'm lucky to have
survived the musician years. Two, I should be more careful, I've got a kid to look after, now. And three,
it's never too late to grow up.
</div>
<div id="later">
<h2>Later Life</h2>
<p>Can't tell you, yet. I'm still waiting to see how it turns out.</p>
</div>

</section>
<article>
</article>
<footer>
</footer>
</body>

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

<head>
<title>Brian Grimsley</title>
<link href="main.css" type="text/css" rel="stylesheet">
</head>

<body>

<header>
<div id="photo">
<img src="http://www.07177.com/files/wp-content/uploads/2015/05/George-Clooney-e1431506402469.jpg" alt="Photo of Brian Grimsley" style="width:200px;">
</div>

<div id="contact">
<h1>Brian Grimsley</h1>
<h4>7601 Naples Lane<br/>
Frisco, TX 75035<br/>
<a href="mailto:brian.grimsley@outlook.com?Subject=Interview%20for%20Open%20Position" target="_top">
brian.grimsley@outlook.com</a><br/>
(580)889-0660</h4>
</div>
</header>
<nav>
<ul>
<li class="menu">Network Admin</li>
<li class="menu">Server Admin</li>
<li class="menu">Database Admin</li>
<li class="menu">IT Management</li>
</ul>
</nav>
<aside>
<p></p>
</aside>
<div class="main">
<section id="skills">
<h2>Skills and Abilities</h2>
<ul>
<li>Server Administration (Microsoft/Linux/iOS)</li>
<li>Network Administration (Cisco/HP/Dell/Juniper)</li>
<li>iSQL/OracleSQL/MySQL</li>
<li>HTML/CSS</li>
<li>Management and Business Administration</li>
</ul>
</section>
<section id="exp">
<h2>Experience</h2>
<p class="job">Compliancy Analyst - Atmos Energy (2016 to Present)</p>
<p>Responsible for administration of compliance applications and databases. Utilized information stored in compliance databases to build reports and forecasts. Administered the company's operator qualification program.</p>

<p class="job">Information Systems Manager - Courtroom Sciences (2013 to 2015)</p>
<p>Managed Courtroom Sciences' datacenter. Supervised desktop technicians and system administrators. Responsible for the purchase of all technology, based on the alotted yearly budget.</p>

<p class="job">Database Admin - Hunter Douglas / Timber Blinds (2007 to 2013)</p>
<p>Created an Informix base inventory tracking database. Managed the company's Linux and Informix servers. Responsible for the company's Active Directory.</p>
</section>

<section id="edu">
<h2>Education</h2>
<p class="univ">DeVry University - 2011</p>
<p>B.S. Computer Science</p>

<p class="univ">Southeastern Oklahoma State University - 2002</p>
<p>B.A. English - Writing Emphasis</p>

<p class="univ">Oklahoma State University - 1998</p>
<p>Pre-Med Chemistry/Biology double major program completed. Graduation never applied for.</p>

</section>
</div>

<footer>
<p><a id="website" href="http://briangrimsley.com">http://briangrimsley.com</a></p>
</footer>
</body>

</html>
76 changes: 76 additions & 0 deletions Week-1/resume/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
* {
background-color: #F2F2FF;
font-family: "times new roman";
}

.menu {
display: inline;
width: 87%;
padding-left: 12%;
font-size: 20px;
font-weight: bold;
}

aside {
float: left;
background-color: #00bfff;
width: 5%;
height: 1000px;
border-radius: 10px;
}

footer {
text-align: center;
padding-top: 5%;
}

.main {
float: left;
width: 80%;
padding-left: 5%;
}

#photo {
padding-left: 5%;
padding-top: 2%;
padding-right: 2%;
width: auto;
float: left;
}

#contact {
text-align: left;
padding: 2% 0;
width: 73%;
}

#skills {
padding-top: 2%;
}

#exp {
padding-top: 2%;
}

.job {
font-weight: bold;
padding-top: 1%;
}

#edu {
padding-top: 2%;
padding-bottom: 5%;
}

.univ {
font-weight: bold;
padding-top: 1%;
}

#website {
font-size: 20px;
}

h1 {
font-size: 45px;
}
21 changes: 21 additions & 0 deletions Week-2/Lists/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>5 Things I Want to Learn in This Class</title>
<meta charset="utf-8">
<link href="main.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<h1>5 Things I Want to Learn in This Class</h1>
<section>
<ol>
<li>How to construct a nice looking page</li>
<li>The basics of website interactivity</li>
<li>How to plan my own project</li>
<li>The secrets that make design faster/easier</li>
<li>How to be effective enough to make a living as a designer</li>
</ol>
</section>
</body>
</html>
17 changes: 17 additions & 0 deletions Week-2/Lists/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
body {
float: left;
padding-top: 5%;
padding-left: 10%;
}

ol {
list-style: upper-roman;
text-align: left;
font-family: sans-serif;
margin: 0;
padding: 0;
}

h1 {
font-family: sans-serif;
}
62 changes: 62 additions & 0 deletions Week-2/Write-a-Blog-Post/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@


body {
background-color: lightblue;
width: 90%;

}

header {
padding-bottom: 5%;
padding-left: auto;
padding-right: auto;
text-align: center;
}

aside {
position: relative;
float: right;
width: 10%;
height: 1630px;
background-color: white;

}


article {
margin-left:
width: 70%;
margin-left: 3%;
padding-right: 3%;
}

h1 {
font-size: 60px;

}

img {
display:inline-block;
width: 20%;
height: auto;
padding-top: 3%;

}

p {
text-align: left;
font-size: 17px;
padding-bottom: 1%;
}

.content {
display:inline-block;
width: 40%;
padding-left: 8px;
}

h6 {

font-size: 16px;
clear: right;
}
Binary file added Week-2/Write-a-Blog-Post/images/altoona.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-2/Write-a-Blog-Post/images/gallup.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 Week-2/Write-a-Blog-Post/images/topeka.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading