diff --git a/CSS/blog-post-style.css b/CSS/blog-post-style.css
new file mode 100644
index 0000000..7ba23ec
--- /dev/null
+++ b/CSS/blog-post-style.css
@@ -0,0 +1,471 @@
+/*---- POST SITE ---- */
+
+ * {box-sizing: border-box;}
+
+ .body {
+ margin: 100px;
+ font-family: Droid Sans, Arial, sans-serif;
+ font-size: 13px;
+ line-height: 1px;
+ display: block; }
+
+/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
+ @media screen and (max-width: 800px) {
+ .leftcolumn, .rightcolumn {
+ width: 100%;
+ padding: 0; } }
+
+ /* ---- HEADER ----*/
+
+ /* Style inputs for header and navbar */
+
+ .logo {
+ float: left;
+ margin-top: 26px;
+ padding-left: 269px;
+ padding-right: 379px;}
+
+ .header {
+ color:#D4D4D4;
+ background-color: rgb(58,61,64);
+ width: 965px;
+ height: 10px;
+ padding: 50px 270px 33px 265px;
+ margin: 0px auto;
+ text-align: right;
+ font-size: 17px; }
+
+/* ---- HEADER CONTAINER --- */
+
+ .container {
+ width: 100%;
+ background-color: #3a3d40;
+ color: #fff;
+ position: relative;
+ box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
+ padding-bottom: 6px;}
+
+ #navbar a {
+ float: left;
+ vertical-align: right;
+ margin-top: 26px; }
+
+ .navbar { overflow: hidden; background-color: #555555 }
+
+ .navbar-nav a {
+ float: right;
+ color: white;
+ text-align: right;
+ padding: 14px 16px;
+ text-decoration: none;
+ font-size: 13px;
+ display: inline; }
+
+ .a {text-decoration: none; }
+
+ .navbar a:hover { background-color: darkgrey; color: white; }
+
+/* MAIN CONTENT */
+
+ .post-container {
+ width: 85%;
+ margin: 50px auto 50px; }
+
+ .post-container .main-content {
+ width: 70%;
+ float: left;
+ padding-right: 10px; }
+
+ .post-container .main-content .post {
+ width: 95%;
+ height: 270px;
+ margin: 10px auto;
+ text-decoration: none; }
+
+ .post-container .main-content .post .post-image {
+ widows: 40%;
+ height: 100%; }
+
+ .post-container .main-content .recent-post-title {
+ margin: 20px;
+ text-decoration: none; }
+
+ .post-container .main-content .sidebar {
+ width: 30%;
+ float: right;
+ height: 300px; }
+
+
+ /* Fake image */
+ .fakeimg {
+ background-color: #aaa;
+ width: 100%;
+ padding: 20px; }
+
+
+/* ---- DIVIDER ----*/
+ .hr {
+ border: none;
+ background: transparent url(/index.html/images/full\ dotdiv.png) repeat-x;
+ height: 3px;
+ margin-top: 30px;
+ margin-bottom: 50px; }
+
+/* ---- IMAGE ----*/
+ .img {
+ float: left;
+ width: 159px;
+ height: 150px;
+ padding: 4px 19px 35px 17px; }
+
+ #fancybox-thumbs ul li img {
+ max-width: none; }
+
+ img.left, img.alignleft {
+ float: left;
+ margin: 10px 20px 10px 0; }
+
+ img.right, img.alignright {
+ float: right;
+ margin: 10px 0 10px 20px; }
+
+ img.center, img.aligncenter {
+ text-align: center;
+ display: block;
+ margin: 0 auto;
+ padding: 0 0 20px 0; }
+
+ .alignleft {
+ float: left; }
+
+ .alignright {
+ float: right; }
+
+ .aligncenter {
+ text-align: center; }
+
+ .latest-blog {
+ width: 110%;
+ margin-bottom: -40px;
+ margin-right: -40px; }
+
+/* RELATED POSTS */
+ .post-container .related {
+ margin-top: 50px;
+ padding-bottom: 35px; }
+
+/* FORM */
+
+ .forms {
+ position: relative;
+ padding: 0;
+ width: 100%; }
+
+ .form-container .response {
+ color: #58a267;
+ display: none;
+ margin: 0 0 15px 0; }
+
+ .forms ol {
+ margin:0;
+ padding:0; }
+
+ .forms ol li {
+ line-height:auto;
+ list-style: none; }
+
+ .forms li.form-row {
+ margin-bottom: 10px; }
+
+ .forms li.hidden-row {
+ display: none; }
+
+ .forms fieldset .text-input,
+ .forms fieldset .text-area,
+ .comment-form input,
+ .comment-form textarea {
+ border: 1px solid #e3e3e3;
+ background: #f7f7f7;
+ height: 35px;
+ line-height: 1;
+ padding: 5px 10px;
+ color: #555555;
+ resize: none; }
+
+ .forms fieldset .text-input:focus,
+ .forms fieldset .text-area:focus,
+ .comment-form input:focus,
+ .comment-form textarea:focus {
+ border: 1px solid #c5c5c5; }
+
+ .forms fieldset .text-area,
+ .comment-form textarea {
+ min-height: 200px;
+ padding: 10px;
+ resize: vertical; }
+
+ .forms li.error input,
+ .forms li.error textarea {
+ border: 1px solid #d18282; }
+
+ .footer .forms fieldset .text-input,
+ .footer .forms fieldset .text-area {
+ border: none;
+ background: #2d3032;
+ height: 35px;
+ line-height: 1;
+ padding: 5px 10px;
+ color: #bfbfbf;
+ resize: none; }
+
+ .footer .forms fieldset .text-input:focus,
+ .footer .forms fieldset .text-area:focus {
+ background: #282b2d; }
+
+ .footer .forms fieldset .text-area {
+ min-height: 140px;
+ padding: 10px;
+ resize: vertical; }
+
+ .footer .forms li.error input,
+ .footer .forms li.error textarea {
+ border: 1px solid #913434; }
+
+ .footer .form-container .response {
+ color: #C9C9C9; }
+
+ .forms span.error {
+ display: none; }
+
+ .forms .button-row span.error {
+ padding: 0;
+ display: none; }
+
+ .forms label {
+ display: block;
+ float: left;
+ width: 95px;
+ padding-top: 7px;
+ font-size: 13px;
+ clear: both; }
+
+ .comment-form div {
+ position:relative;
+ margin-bottom: 20px; }
+
+ .comment-form div label {
+ position:absolute; top:0; left:0 }
+
+ .form-container:after {
+ content: '';
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden; }
+
+/*SIDE BAR */
+
+ .sidebar {
+ background: transparent repeat-y left top;
+ padding-left: 30px;
+ margin-left: 30px;
+ width: 290px;
+ float: right;
+ box-sizing: border-box; }
+
+ .sidebox {
+ margin-top: 20px;
+ padding-top: 40px;
+ background: transparent center top repeat-x; }
+
+ .sidebox:first-child {
+ background: none;
+ padding: 0;
+ margin: 0; }
+
+ .sidebox h3 {
+ font-size: 14px;
+ text-transform: uppercase;
+ margin-bottom: 15px; }
+
+ .sidebox ul.posts-list {
+ color: #878787; }
+
+ .sidebox ul.posts-list:after {
+ content: '';
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden; }
+
+ .sidebox ul.posts-list li {
+ clear: both;
+ background: none;
+ padding: 15px 0 0 0;
+ line-height: 17px; }
+
+ .sidebox ul.posts-list li:first-child {
+ padding: 0; }
+
+ .sidebox ul.posts-list li .featured {
+ float: left;
+ margin-right: 15px; }
+
+ .sidebox ul.posts-list li .meta {
+ overflow: hidden; }
+
+ .sidebox ul.posts-list li em {
+ display: inline-block;
+ font-style: normal;
+ font-size: 11px; }
+
+ .sidebox ul.posts-list li h6 {
+ margin-bottom: 5px;
+ font-weight: normal;
+ font-family: 'Droid Sans', sans-serif;
+ font-size: 13px;
+ line-height: 22px; }
+
+ .sidebox ul.posts-list li h6 a {
+ color: #555555; }
+
+ .sidebox ul.posts-list li h6 a:hover {
+ color: #6b99b6; }
+
+ .sidebox ul.posts-list li em {
+ color: #999999; }
+
+ .sidebox .list {
+ overflow: hidden;
+ margin-bottom: -20px; }
+
+ .sidebox a {
+ color: #555555; }
+
+ .sidebox a:hover {
+ color: #6b99b6; }
+
+ .searchform input {
+ border: none;
+ background: #f7f7f7;
+ color: #999999;
+ padding: 7px 10px;
+ margin-bottom: 20px;
+ border: 1px solid #e3e3e3; }
+
+ .searchform input:focus {
+ border: 1px solid #c5c5c5; }
+
+/* COMMENTS */
+
+ .comments {
+ margin: 50px 0 0 0;
+ padding-bottom: 40px;
+ background: transparent center bottom repeat-x; }
+
+ .comments ol.commentlist {
+ list-style:none;
+ margin: -5px 0 0 0; }
+
+ .comments ol.commentlist li {
+ padding:20px 0 0 0;
+ background: none; }
+
+ .comments .user {
+ float:left;
+ width: 70px;
+ height: 70px;
+ margin-right:20px; }
+
+ .comments .message {
+ overflow: hidden;
+ padding:15px 20px 0 20px;
+ background: #f7f7f7;
+ border: 1px solid #e3e3e3;
+ position: relative;
+ }
+ .comments ul.children {
+ margin:0;
+ overflow: inherit;
+ padding:0 0 0 40px;
+ }
+ .comments ol.commentlist ul.children li {
+ padding-right:0;
+ border:none;
+ }
+ .comments .info h2 {
+ font-size: 14px;
+ margin: 0;
+ }
+ .comments .info {
+ margin-bottom: 12px;
+ }
+ .comments .info h2 a {
+ color: #555555;
+ }
+ .comments .info .meta {
+ font-size: 11px;
+ color: #999999;
+ }
+ .comments .info a:hover {
+ color: #6b99b6;
+ }
+ .comments a.reply-link {
+ position: absolute;
+ right: 20px;
+ top: 20px;
+ line-height: 1;
+ font-size: 11px;
+ text-transform: uppercase;
+ }
+ .comment-form-wrapper {
+ margin-top: 50px;
+ }
+
+/* FOOTER */
+
+ .footer { overflow: hidden; background-color: #746f6f }
+
+ .footer {
+ padding: 10px;
+ text-align: left;
+ background-color: #746f6f;
+ color: white;
+ font-size: 13px;
+ }
+
+ .footer header {
+ font-family: droid sans, sans-serif;
+ font-size: 10px;
+ box-sizing: 217px, 139px;
+ }
+
+ .ul {
+ display: inline;
+ list-style: none; }
+
+ .li {
+ display: inline;
+ padding: 20px;
+ margin-left: -5px;
+ font-size: 13px; }
+
+ /* COPYRIGHT AND SOCIAL MEDIA BUTTONS */
+
+ .copyright {
+ float: left;
+ max-width: 500px;
+ }
+
+ .copyright p {
+ padding: 3px 0 0 0;
+ }
+
+ .social {
+ padding: 0;
+ margin-bottom: 4px;
+ float: right;
+ }
+
+
+
\ No newline at end of file
diff --git a/CSS/style.css b/CSS/style.css
new file mode 100644
index 0000000..d0f1791
--- /dev/null
+++ b/CSS/style.css
@@ -0,0 +1,158 @@
+ .body { margin: 0px; font-family: Droid Sans, Arial, sans-serif; font-size: 13px; line-height: 22px;}
+
+ * {box-sizing: border-box;}
+
+ /* Style inputs for header and navbar */
+ .header {
+ color:#D4D4D4;
+ background-color: rgb(58,61,64);
+ width: 965px;
+ height: 10px;
+ padding: 50px 270px 33px 265px;
+ margin: 0px;
+ text-align: right;
+ font-size: 17px;
+ }
+
+ #navbar a {
+ float: left;
+ vertical-align: right;
+ margin-top: 26px; }
+
+ .navbar { overflow: hidden; background-color: #555555 }
+
+ .navbar-nav a {
+ float: right;
+ color: white;
+ text-align: right;
+ padding: 14px 16px;
+ text-decoration: none;
+ font-size: 13px;
+ display: inline; }
+
+ .a {text-decoration: none; }
+
+ .navbar a:hover { background-color: darkgrey; color: white; }
+
+ /* Style inputs for Main Content Area */
+
+ .hr {
+ display: block;
+ unicode-bidi: isolate;
+ margin-block-start: 0.5em;
+ margin-block-end: 0.5em;
+ margin-inline-start: auto;
+ margin-inline-end: auto;
+ overflow: hidden;
+ }
+
+ /* Style the submit button with a specific background color etc */
+
+
+ .fas fa-comments {
+ float: right; }
+
+ .span {
+ float: right; }
+
+
+ .footer { overflow: hidden; background-color: #746f6f }
+
+ .footer {
+ padding: 10px;
+ text-align: left;
+ background-color: #746f6f;
+ color: white;
+ font-size: 13px;
+ }
+
+ .footer header {
+ font-family: droid sans, sans-serif;
+ font-size: 10px;
+ box-sizing: 217px, 139px;
+ }
+
+ /* CONTACT FORM */
+ /* Style inputs with type="text", select elements and textareas */
+ .input text {
+ width: 219px;
+ height: 33px;
+ padding: 9px;
+ border: none;
+ border-radius: 4px;
+ margin-top: 10px;
+ margin-bottom: 16px;
+ resize: vertical
+ }
+
+ .input textarea {
+ width: 219px;
+ height: 139px;
+ font-size: 13px;
+ font-family: 'droid sans', sans-serif;
+ padding: 9px;
+ border: none;
+ border-radius: 4px;
+ margin-top: 10px;
+ margin-bottom: 16px;
+ resize: vertical
+ }
+
+ ul {
+ display: inline;
+ list-style: none; }
+
+ li {
+ display: inline;
+ padding: 20px;
+ margin-left: -5px; }
+
+
+
+
+ /* Add a background color and some padding around the form */
+ .form-container {
+ display: block;
+ border-radius: 5px;
+ background-color:rgb(39,41,43);
+ }
+
+ /* COPYRIGHT AND SOCIAL MEDIA BUTTONS */
+
+ .copyright {
+ float: left;
+ max-width: 500px;
+ }
+
+ .copyright p {
+ padding: 3px 0 0 0;
+ }
+
+ .social {
+ padding: 0;
+ margin-bottom: 4px;
+ float: right;
+ }
+
+
+ /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
+ @media screen and (max-width: 800px) {
+ .leftcolumn, .rightcolumn {
+ width: 100%;
+ padding: 0; } }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/blog-post.png b/index.html/blog-images/blog-post.png
similarity index 100%
rename from blog-post.png
rename to index.html/blog-images/blog-post.png
diff --git a/index.html/blog-post.html b/index.html/blog-post.html
new file mode 100644
index 0000000..1971a8f
--- /dev/null
+++ b/index.html/blog-post.html
@@ -0,0 +1,379 @@
+
+
+
+
+
+ Ikaros
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Fringilla est ullamcorper eget nulla. Sagittis vitae et leo duis ut diam quam. Semper risus in hendrerit gravida rutrum. Integer enim neque volutpat ac tincidunt vitae semper quis.
+
+
Orci eu lobortis elementum nibh tellus molestie nunc non blandit. Neque convallis a cras semper auctor. Integer vitae justo eget magna fermentum iaculis eu. Vel facilisis volutpat est velit egestas dui id ornare. Purus sit amet volutpat consequat mauris nunc congue nisi vitae. Faucibus nisl tincidunt eget nullam. Sollicitudin tempor id eu nisl nunc mi ipsum faucibus. Egestas egestas fringilla phasellus faucibus. Leo vel orci porta non pulvinar neque laoreet suspendisse.
+
+
Et egestas quis ipsum suspendisse ultrices gravida dictum fusce ut. Lorem ipsum dolor sit amet consectetur adipiscing elit ut aliquam.
+
+
Velit sed ullamcorper morbi tincidunt. Leo duis ut diam quam nulla porttitor. Nibh tortor id aliquet lectus proin nibh nisl condimentum id. Pretium viverra suspendisse potenti nullam. Non enim praesent elementum facilisis leo vel fringilla. Habitasse platea dictumst quisque sagittis. Tempus urna et pharetra pharetra massa massa ultricies. Lectus sit amet est placerat in egestas erat imperdiet.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
2 Responses to "Ridiculus Mattis Lorem Dolor Inceptos"
++-
+

+
+
+
+
++-
+

+
+
+
+