diff --git a/src/.final_jpg.jpg.icloud b/src/.final_jpg.jpg.icloud new file mode 100644 index 00000000..64c1d758 Binary files /dev/null and b/src/.final_jpg.jpg.icloud differ diff --git a/src/about.html b/src/about.html new file mode 100644 index 00000000..d5131fac --- /dev/null +++ b/src/about.html @@ -0,0 +1,56 @@ + + + + + + + + + + + #[[$Title$]]# + + + + + #[[$END$]]# + + + + + + + \ No newline at end of file diff --git a/src/blog.html b/src/blog.html new file mode 100644 index 00000000..7a9bb103 --- /dev/null +++ b/src/blog.html @@ -0,0 +1,54 @@ + + + + + + + + + + + #[[$Title$]]# + + + + + #[[$END$]]# + + + + + \ No newline at end of file diff --git a/src/boot.sublime-project b/src/boot.sublime-project new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/src/boot.sublime-project @@ -0,0 +1,2 @@ +{ +} diff --git a/src/boot.sublime-workspace b/src/boot.sublime-workspace new file mode 100644 index 00000000..0c2fd3e3 --- /dev/null +++ b/src/boot.sublime-workspace @@ -0,0 +1,251 @@ +{ + "auto_complete": + { + "selected_items": + [ + [ + "back", + "background-color" + ], + [ + "ali", + "text-align" + ], + [ + "text-de", + "text-decoration-color" + ], + [ + "HE", + "HEADER\tTag" + ] + ] + }, + "buffers": + [ + ], + "build_system": "", + "build_system_choices": + [ + ], + "build_varint": "", + "command_palette": + { + "height": 392.0, + "last_filter": "stat", + "selected_items": + [ + [ + "stat", + "git: status" + ], + [ + "in", + "Package Control: Install Package" + ], + [ + "ins", + "Indexing Status" + ], + [ + "inss", + "Indexing Status" + ], + [ + "log", + "git: log" + ], + [ + "sta", + "git: status" + ], + [ + "i", + "git: init" + ], + [ + "branch", + "git: push to branch name" + ], + [ + "git stat", + "git: status" + ], + [ + "Snippet: ", + "Snippet: #!/usr/bin/env" + ] + ], + "width": 230.0 + }, + "console": + { + "height": 126.0, + "history": + [ + ] + }, + "distraction_free": + { + "menu_visible": true, + "show_minimap": false, + "show_open_files": false, + "show_tabs": false, + "side_bar_visible": false, + "status_bar_visible": false + }, + "file_history": + [ + "/Users/user/Desktop/PortfolioProject/BootstrapPortfolioProject/src/main.css", + "/Users/user/Desktop/PortfolioProject/BootstrapPortfolioProject/src/index.html", + "/Users/user/Desktop/PortfolioProject/HTMLPortfolioProject/src/main.css", + "/Users/user/Desktop/PortfolioProject/HTMLPortfolioProject/src/index.html", + "/Users/user/Desktop/PortfolioProject/HTMLPortfolioProject/src/normalize.css", + "/Users/user/Desktop/PortfolioProject/HTMLPortfolioProject/src/index2.html", + "/Users/user/Desktop/practice/TBP_Head.jpg", + "/Users/user/Library/Application Support/Sublime Text 3/Packages/User/Emmet.sublime-settings", + "/Users/user/Library/Application Support/Sublime Text 3/Packages/Emmet/Emmet.sublime-settings", + "/Users/user/Desktop/practice/prac.html", + "/prac.html" + ], + "find": + { + "height": 0.0 + }, + "find_in_files": + { + "height": 0.0, + "where_history": + [ + ] + }, + "find_state": + { + "case_sensitive": false, + "find_history": + [ + ], + "highlight": true, + "in_selection": false, + "preserve_case": false, + "regex": false, + "replace_history": + [ + ], + "reverse": false, + "show_context": true, + "use_buffer2": true, + "whole_word": false, + "wrap": true + }, + "groups": + [ + { + "sheets": + [ + ] + }, + { + "sheets": + [ + ] + } + ], + "incremental_find": + { + "height": 0.0 + }, + "input": + { + "height": 31.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ] + ], + "cols": + [ + 0.0, + 0.5, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "output.GitSavvy": + { + "height": 100.0 + }, + "output.find_results": + { + "height": 0.0 + }, + "output.show_commit_info": + { + "height": 100.0 + }, + "pinned_build_system": "", + "project": "boot.sublime-project", + "replace": + { + "height": 0.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "select_project": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "select_symbol": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "selected_group": 1, + "settings": + { + }, + "show_minimap": true, + "show_open_files": true, + "show_tabs": true, + "side_bar_visible": false, + "side_bar_width": 98.0, + "status_bar_visible": true, + "template_settings": + { + } +} diff --git a/src/final_png.png b/src/final_png.png new file mode 100644 index 00000000..0bc70217 Binary files /dev/null and b/src/final_png.png differ diff --git a/src/grid.css b/src/grid.css new file mode 100644 index 00000000..ff022cb3 --- /dev/null +++ b/src/grid.css @@ -0,0 +1,21 @@ +.grid { + display: grid; + grid-template-columns:3fr 1fr; + grid-template-rows:200px 100px; + grid-auto-rows:100px; + grid-gap: 2px; + + } + .grid div { + border: 1px solid rgba(0,95,107); + border-radius: 3px; + background-color: rgba(0, 95, 107, 0.65); + padding: 0.2em; + color: #000; + + + } + .grid div:nth-child(1) { + grid-column:1 / -1; + } + diff --git a/src/grid.html b/src/grid.html new file mode 100644 index 00000000..932acf3d --- /dev/null +++ b/src/grid.html @@ -0,0 +1,26 @@ + + + + Testing CSSgrid + + + + +
+
+

Testing Grid Layouts.

+
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+ +
+ + + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 33ecb7d8..c0ab6b52 100644 --- a/src/index.html +++ b/src/index.html @@ -9,38 +9,113 @@ - -
-

Morgan McCircuit

-

I write code

-
- -
-

Who I am

-

Hi, my name is Morgan and I love to write code that is efficient.

-
+ + +
+
+
+
+ +

HTML & CSS

+

Learning HTML and CSS before attending bootcamp is harder than I remember. A lot has changed in 15 years.

+
+
+ +

What am I Learning Now

+

In preparation to attend Tech Talent South's Code Immersion Course in January 2018, I have been spending months on Pluralsite and Code School among others trying to get caught up.

-
-

What I do

-

Here are some of the languages I use on a day-to-day.

-
    -
  • HTML
  • -
  • CSS
  • -
  • JavaScript
  • -
+
+
+ +

Reading List

+

I am currently reading two books. Learn to Program (2nd edition) by Chris Pine and The Power of Habit: Why We Do What We Do by Charles Duhigg

+
+ +
-
-

Get in touch

-

I live in the cloud and can't be seen. Send messages to the good people at Code School and they'll notify me.

+
+
+
+

Get In Touch

+

email me here or follow me on twitter @tbprogrammer

- +
+ diff --git a/src/main.css b/src/main.css index 4be3b81a..50261c25 100644 --- a/src/main.css +++ b/src/main.css @@ -21,7 +21,7 @@ /* Declare heights because of positioning of img element */ .carousel .item { height: 240px; - background-color: #777; + background-color: rgb(61, 114, 105); } .carousel-inner > .item > img { position: absolute; @@ -83,7 +83,7 @@ footer { width: 100%; /* Set the fixed height of the footer here */ height: 160px; - background: #444; + background: rgb(61, 114, 105); color: white; text-shadow: 1px 1px 1px black; padding: 40px 0;