diff --git a/coffee.jpg b/coffee.jpg new file mode 100644 index 0000000..b80b96e Binary files /dev/null and b/coffee.jpg differ diff --git a/index.html b/index.html index a71ad31..2e8d07d 100644 --- a/index.html +++ b/index.html @@ -1,90 +1,23 @@ + - - - My Site Title - - - - - - - - -
-
- - -

My Page Title

- - - A picture of my grumpy cat, Peggy - - -

- This is a paragraph. It will have line breaks if there is enough text. This is a fundamental element for creating page content. - Sometimes you will need bold text, and sometimes you will need italicized text. -

-
- -
-

My Second Most Important Heading

- - - - - -
    -
  1. My first list item
  2. -
  3. My second list item
  4. -
  5. My third list item
  6. -
-
-
- - - - - + + + + +
+

Montana Code School Video Project

+
+ +

Presenters from local tech companies regularly visit Montana Code School.

+
  • Problem: You're working during the day and you can't get to the presentations.
  • +

    +

  • Solution: Watch videos of the presentations online.
  • +

    + +

    +

    +Proceed +
    +

    + diff --git a/pg2.html b/pg2.html new file mode 100644 index 0000000..82940bf --- /dev/null +++ b/pg2.html @@ -0,0 +1,25 @@ + + + + + + + +
    +

    Montana Code School Video Project

    +
    + +

    You'll want to take the time to hear what presenters had to say

    +
  • Why: Learning about local companies helps you decide where you want to apply.
  • +

    +

  • Why else: Hear stories from Montana Code School grads who landed good jobs.
  • +

    +

    +

  • And there's more: Some presenters provide contact info for follow up
  • +

    +

    +

    +Proceed +
    +

    + diff --git a/pg3.html b/pg3.html new file mode 100644 index 0000000..fcb6cc9 --- /dev/null +++ b/pg3.html @@ -0,0 +1,24 @@ + + + + + + +
    +

    Montana Code School Video Project

    +
    + +

    Catch up over coffee with a local Code School grad who landed a good job.

    +

    +

  • Possibilities: Monday evening or the week of April 10.
  • +

    +

    +

    + +
    +

    +

    +Proceed +

    +

    + diff --git a/pg4.html b/pg4.html new file mode 100644 index 0000000..a03399f --- /dev/null +++ b/pg4.html @@ -0,0 +1,24 @@ + + + + + + +
    +

    Montana Code School Video Project

    +
    + +

    Here's an example of a video I made with a local business owner.

    +

    +

  • Obviously: My web skills need some major work to make the website presentation attractive.
  • +

    +

    +

    + +
    +

    +

    +That's it. +

    +

    + diff --git a/style.css b/style.css index ebd3a4e..7cb5acb 100644 --- a/style.css +++ b/style.css @@ -1,23 +1,12 @@ -body{ - color:orange; +H1 { +color: white; background: teal; FONT-FAMILY: arial, helvetica, lucida-sans, sans-serif; FONT-SIZE: 30pt; FONT-STYLE: normal; FONT-VARIANT: normal } -.myDiv-1{ - background-color:red; -} - -.myDiv-1 h1{ - -} -.myDiv-1 p{ - -} - -.myDiv-2{ - background-color:green; +body { +COLOR: #000000; FONT-FAMILY: lucida-sans, sans-serif; FONT-SIZE: 22pt; FONT-STYLE: normal; FONT-VARIANT: normal; background-image: url('bkgnd.gif') } -.myDiv-2 h2{ - +.locallink { +COLOR: #dddddd; FONT-FAMILY: geneva, arial, helvetica, lucida-sans, sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: normal; TEXT-DECORATION: none }