From 9310b2b4fb3b63774439e2da6f34510b12a3f6fb Mon Sep 17 00:00:00 2001 From: Christina Truong Date: Tue, 17 Sep 2013 20:41:05 -0400 Subject: [PATCH 1/5] deleting duplicated read me file --- README.md | 11 ----------- readme.md | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 README.md delete mode 100644 readme.md diff --git a/README.md b/README.md deleted file mode 100644 index c6688b0..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -#Ladies Learning Code -###Intro to HTML and CSS - -A full-day introductory workshop to HTML and CSS. - -Course content has been refreshed. - -Slide deck markup and CSS has been revamped and refactored. Also incorporated LESS. - -The pre-refresh zip file can be downloaded here: http://db.tt/4AInBRmn - diff --git a/readme.md b/readme.md deleted file mode 100644 index b8c25ab..0000000 --- a/readme.md +++ /dev/null @@ -1,10 +0,0 @@ -Ladies Learning Code HTML/CSS Workshop Slides -============================================= - -A full day introductory HTML/CSS workshop. - -Updated by [Heather Payne](https://github.com/heatherpayne) and [Tessa Thornton](https://github.com/tessalt) for the June 2013 Workshop in Toronto. Forked from [Pearl Chen's awesome original](https://github.com/pchen/LLC-HTML-CSS). - -Previous versions are still available via [releases](https://github.com/christinatruong/LLC-HTML-CSS/releases). - -**Workshop attendees**: click the "zip" download button above. Open `index.html` to view the slides in your browser. Project files can be found in the /Project folder. From 0cee2425e85a8c46321ea6d8dffe6462ce467446 Mon Sep 17 00:00:00 2001 From: Christina Truong Date: Tue, 17 Sep 2013 20:45:52 -0400 Subject: [PATCH 2/5] Formatting --- Project/blank.html | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/Project/blank.html b/Project/blank.html index a914a9d..40a4e59 100644 --- a/Project/blank.html +++ b/Project/blank.html @@ -1,16 +1,14 @@ - - Ladies Learning Code HTML and CSS Workshop - - - -

This is a paragraph.

- + + Ladies Learning Code HTML and CSS Workshop + + + +

This is a paragraph.

+ \ No newline at end of file From da45d03dc8f09054718fe5267179e9fa00c03c65 Mon Sep 17 00:00:00 2001 From: Christina Truong Date: Tue, 17 Sep 2013 21:09:58 -0400 Subject: [PATCH 3/5] Resetting blank file. --- Project/blank.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Project/blank.html b/Project/blank.html index 40a4e59..e038d77 100644 --- a/Project/blank.html +++ b/Project/blank.html @@ -3,9 +3,7 @@ Ladies Learning Code HTML and CSS Workshop From d9fa201130ca0cb91e9ecf9e0da9a03d99bdc37c Mon Sep 17 00:00:00 2001 From: Christina Truong Date: Thu, 19 Sep 2013 21:20:43 -0400 Subject: [PATCH 4/5] small updates. --- index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index f4ee1bd..fd459d8 100755 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@

I'm a H2 heading

Introduction to
HTML & CSS

- +

Your instructor today

christina truong

Christina Truong

@@ -81,7 +81,7 @@

Christina Truong

@@ -268,7 +268,6 @@

Tags that you should no longer use!

  • <i>I'm Italic!</i>*
  • Different versions of HTML often have different rules. In HTML5, the <b> and <i> tags were re-introduced but with a slightly different meaning. More info here.

    - @@ -1058,10 +1057,9 @@

    Centering the Logo

    Centering the Logo

    -

    But remember, if we use just img as the selector, it will target all the images. Let's create another class to target only the logo.

    +

    But remember, if we use just img as the selector, it will target all the images. Let's create another class to target only the logo.

    Add a class of logo to your logo <img> tag:

    -
    
    -<img class="logo" src="images/logo.png">
    +
    <img class="logo" src="images/logo.png">
     

    Then target the class selector in your CSS and apply the margin property:

    .logo {
    
    From 793242cb9568f6943c92d82e9126e3c98911eb32 Mon Sep 17 00:00:00 2001
    From: Christina Truong 
    Date: Thu, 19 Sep 2013 21:42:16 -0400
    Subject: [PATCH 5/5] Added link.
    
    ---
     README.md | 2 ++
     1 file changed, 2 insertions(+)
    
    diff --git a/README.md b/README.md
    index 3e67b4d..f2f12ab 100644
    --- a/README.md
    +++ b/README.md
    @@ -3,6 +3,8 @@ Ladies Learning Code HTML/CSS Workshop Slides
     
     A full day introductory HTML/CSS workshop.
     
    +View online at: [http://christinatruong.github.io/LLC-HTML-CSS/](http://christinatruong.github.io/LLC-HTML-CSS/)
    +
     Updated by [Heather Payne](https://github.com/heatherpayne) and [Tessa Thornton](https://github.com/tessalt) for June 2013 Workshop in Toronto. Forked from [Pearl Chen's awesome original](https://github.com/pchen/LLC-HTML-CSS).
     
     Previous versions are still available via [releases](https://github.com/christinatruong/LLC-HTML-CSS/releases).