diff --git a/01week/resume/firstDay.html b/01week/resume/firstDay.html
new file mode 100644
index 0000000000..e3a3dc7525
--- /dev/null
+++ b/01week/resume/firstDay.html
@@ -0,0 +1,47 @@
+
+
+
+ Resume
+
+
+
+ Sam Mangum-Bostick
+
+ Austin, Texas
+ (512) 921-6999
+ SamMangumBostick@gmail.com
+
+
+ Summary of Qualifications
+ Time Management- able to organize and prioritize time
+ Strong Work Ethic- able to keep a routine from my time at NMMI
+ Adaptable- able to change positions for the best interests of the team
+ Self Motivated- able to work well independently without structure
+
+ Work Experience
+ Texas HoneyHam Company- Assistant to the Chef
+ June 2015-July 2016
+
+ Education
+ Associates Degree from New Mexico Military Institute
+ August 2016-May 2018
+
+ Skills
+ Coding
+ PowerPoint
+ PremierePro
+
+
+
+ Activities
+ 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.
+ August 2012- May 2015
+
+ Change to commit
+
+
+
+
+
+
\ No newline at end of file
diff --git a/02week/bio/css/style.css b/02week/bio/css/style.css
index e69de29bb2..77cea5aa20 100644
--- a/02week/bio/css/style.css
+++ b/02week/bio/css/style.css
@@ -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;
+}
diff --git a/02week/bio/images/BG.jpg b/02week/bio/images/BG.jpg
new file mode 100644
index 0000000000..07b375ed35
Binary files /dev/null and b/02week/bio/images/BG.jpg differ
diff --git a/02week/bio/images/desktopimage.jpg.jpg b/02week/bio/images/desktopimage.jpg.jpg
new file mode 100644
index 0000000000..063a0ce035
Binary files /dev/null and b/02week/bio/images/desktopimage.jpg.jpg differ
diff --git a/02week/bio/index.html b/02week/bio/index.html
index e69de29bb2..afd160e8bf 100644
--- a/02week/bio/index.html
+++ b/02week/bio/index.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+
Sam Mangum-Bostick
+
Future Programmer
+
+
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.
+
(512) 921-6999
+
SamMangumBostick@gmail.com
+
linkedin.com/in/sammangumbostick
+
+
+
\ No newline at end of file
diff --git a/02week/blog/index.html b/02week/blog/index.html
index e69de29bb2..c7b83d7358 100644
--- a/02week/blog/index.html
+++ b/02week/blog/index.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+ Web Workbook
+
+
+
+
+ Sam's Workbook
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/03week/airplane/css/style.css b/03week/airplane/css/style.css
index e69de29bb2..a023bbcdca 100644
--- a/03week/airplane/css/style.css
+++ b/03week/airplane/css/style.css
@@ -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;
+}
\ No newline at end of file
diff --git a/03week/airplane/index.html b/03week/airplane/index.html
index e69de29bb2..2c822a29e7 100644
--- a/03week/airplane/index.html
+++ b/03week/airplane/index.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LinkedIn.jpg b/LinkedIn.jpg
new file mode 100644
index 0000000000..ea44f409aa
Binary files /dev/null and b/LinkedIn.jpg differ
diff --git a/index.html b/index.html
index 8924f2b385..7b127efcfc 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,58 @@
-
-
-
-
-
- Hello world!
-
-
+
+
+
+
+ Web Workbook
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+