Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airplane #655

Open
wants to merge 6 commits into
base: gh-pages
Choose a base branch
from
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
47 changes: 47 additions & 0 deletions 01week/resume/firstDay.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>

</head>
<body>
<h1>Sam Mangum-Bostick</h1>

<div>Austin, Texas</div>
<div>(512) 921-6999</div>
<div>[email protected]</div>

<section>
<h3>Summary of Qualifications</h3>
<div> Time Management- able to organize and prioritize time</div>
<div>Strong Work Ethic- able to keep a routine from my time at NMMI</div>
<div>Adaptable- able to change positions for the best interests of the team</div>
<div> Self Motivated- able to work well independently without structure</div>

<h3>Work Experience</h3>
<div>Texas HoneyHam Company- Assistant to the Chef</div>
<div>June 2015-July 2016</div>

<h3>Education</h3>
<div>Associates Degree from New Mexico Military Institute</div>
<div>August 2016-May 2018</div>

<h3>Skills</h3>
<div>Coding</div>
<div>PowerPoint</div>
<div>PremierePro</div>



<h3>Activities</h3>
<div>Sports Medicine- As a sports medicine trainer I assisted in preparations for games as well as assisted during sport practices, games,
and during the class.</div>
<div>August 2012- May 2015</div>

<div>Change to commit</div>

</section>


</body>
</html>
36 changes: 36 additions & 0 deletions 02week/bio/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body {
margin: 0;
padding: 0;
background-image: url(../images/BG.jpg);
background-size: cover;
background-repeat: no-repeat;
background-size: 3000px;
}
.box {
width: 450px;
background: rgba(0,0,0,0.4);
padding: 40px;
text-align: center;
margin: auto;
margin-top: 5%;
color: white;
font-family: 'Century Gothic', sans-serif;
}
.box-img{
border-radius: 50%;
width: 200px;
height: 200px;
}
.box h1{
font-size: 35px;
letter-spacing: 4px;
font-weight: 100;
}
.box h5{
font-size: 20px;
letter-spacing: 3px;
font-weight: 100;
}
.box p{
text-align: justify;
}
Binary file added 02week/bio/images/BG.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 02week/bio/images/desktopimage.jpg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions 02week/bio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<body>
<div class="box">
<img src="./images/desktopimage.jpg.jpg" alt='' class="box-img">
<h1>Sam Mangum-Bostick</h1>
<h5>Future Programmer</h5>
<link rel="stylesheet" href="./css/style.css">
<p>My name is Samuel Mangum-Bostick, and I am pursuing a career in programming. I attended New Mexico Military Institute and graduated with an Associates Degree of Arts. My work experience consists of being Assistant to the Chef at Texas HoneyHam Company. I am now a student at Austin Coding Academy to pursue my career goal of becoming a programmer.</p>
<p>(512) 921-6999</p>
<p>[email protected]</p>
<p>linkedin.com/in/sammangumbostick</p>
</div>
</body>
</html>
66 changes: 66 additions & 0 deletions 02week/blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="style.css" />
<title>Web Workbook</title>
</head>

<body>
<!-- <h1>[Your Name] Workbook</h1> -->
<h1>Sam's Workbook</h1>
<section class="week">
<h2>Week 1</h2>
<a href="01week/helloworld/index.html">Hello World</a>
<br />
<a href="01week/resume/index.html">Resume</a>
</section>

<section class="week">
<h2>Week 2</h2>
<a href="02week/bio/index.html">Bio</a>
</section>

<section class="week">
<h2>Week 3</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 4</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 5</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 6</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 7</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 8</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 9</h2>
<!-- link projects here -->
</section>

<section class="week">
<h2>Week 10</h2>
<!-- link projects here -->
</section>
</body>

</html>
201 changes: 201 additions & 0 deletions 03week/airplane/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
html, body {
font-family: 'Lato', sans-serif;
background-image: url(../img/airline.jpg);
background-size: cover;
background-size: 1950px;
background-repeat: no-repeat;
margin: 0px;
}

nav {
background-color: #193A55;
height: 100px;
border-bottom: 1px solid white;

}

.logo {
float: left;
padding-left: 90px;
padding-top: 8px;
}
.navlinks {
float: right;
}

li {
float: left;
margin-left: 10px;
list-style: none;
}

a {
color: white;
text-decoration: none;
margin-right: 30px;
line-height: 80px;
position: relative;
left: -90px;
top: 15px;
}


/* Icons */
.home {
background-image: url(../img/home-icon.png);
background-repeat: no-repeat;
padding: 20px;
padding-top: 0px;

}

.traveldeals {
background-image: url(../img/deal-icon.png);
background-repeat: no-repeat;
padding: 20px;
padding-top: 0px;
}

.flightschedule {
background-image: url(../img/schedule-icon.png);
background-repeat: no-repeat;
padding: 20px;
padding-top: 0px;
}

.register {
background-image: url(../img/login-icon.png);
background-repeat: no-repeat;
padding: 20px;
padding-top: 0px;
}

/* Jonny's section*/
/* Master Container - Change width and the rest of the elements should auto adjust */
.options {
font-family: 'Lato', sans-serif;
width: 350px;
margin: 100px 50px;
color: white;
}

/* Better Browser Focus Styling */
button:focus {outline: thin dotted;}
input:focus {outline: thin dotted;}
select:focus {outline: thin dotted;}

/* Tabs Links */
.tab {
display: flex;
height: 50px;
}
.tabLinkActive {
background-color: #0063b7;
margin: none;
border: none;
float: left;
color: white;
border-radius: 6px 6px 0px 0px;
text-align: center;
text-decoration: none;
margin: none;
padding: 10px 0px;
flex-grow: 1;
}
.tabLink {
background-color: #018d80;
margin: none;
border: none;
float: left;
color: white;
border-radius: 6px 6px 0px 0px;
text-align: center;
text-decoration: none;
margin: none;
padding: 10px 0px;
flex-grow: 1;
}

/* Tab Content */
.travelOptionsContainer {
background-color: #193A55;
padding: 30px 0px 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
border-radius: 0px 0px 6px 6px;
}
.emptyField {
font-family: 'Lato', sans-serif;
background-color: transparent;
margin: 0px 0px 15px 0px;
color: white;
border: 2px solid white;
border-radius: 3px;
-webkit-appearance: none;
font-size: 12px;
width: 42%;
padding: 10px;
}
.date {
font-family: 'Lato', sans-serif;
background-color: transparent;
margin: 0px 0px 15px 0px;
color: white;
border: 2px solid white;
border-radius: 3px;
-webkit-appearance: none;
font-size: 12px;
width: 42%;
padding: 10px;
text-align: left;
}
.passengerNumber {
font-size: 12px;
width: 42%;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px 0px 15px 0px;

}
.passengerSelect {
background-color: transparent;
color: white;
border: 2px solid white;
border-radius: 3px;
-webkit-appearance: none;
font-size: 12px;
width: 42%;
padding: 10px;
text-align: left;
}
.travelType {
border: none;
padding-top: 10;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
font-size: 12px;
width: 42%;
}
.radio {
border: none;
}
label {
border: none;
}
.searchFlights {
background-color: #0063b7;
margin: 0px;
color: white;
border: none;
border-radius: 3px;
-webkit-appearance: none;
font-size: 16px;
width: 92%;
padding: 15px;
}
Loading