From 1a4781b7bf00d05085478976b290cdcc3899701b Mon Sep 17 00:00:00 2001 From: tinchoaranda05 Date: Fri, 21 Apr 2017 14:18:00 -0300 Subject: [PATCH 1/3] first exercises. no libraries. --- 00-HTML-CSS-basics/index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 00-HTML-CSS-basics/index.html diff --git a/00-HTML-CSS-basics/index.html b/00-HTML-CSS-basics/index.html new file mode 100644 index 000000000..69b9de376 --- /dev/null +++ b/00-HTML-CSS-basics/index.html @@ -0,0 +1,31 @@ + + + + + + + Topic 00 + + + + + +
+
+
+

My todo list!

+
+
+
    +
  • Make projects
  • +
  • Complete exercises
  • +
  • Show it to my tutors
  • +
  • go to the offices
  • +
  • relax and chill
  • +
+
+
+
+ + + \ No newline at end of file From d84cb08f47fe3d1547741aa08c03557bf9f47cc6 Mon Sep 17 00:00:00 2001 From: tinchoaranda05 Date: Fri, 21 Apr 2017 14:23:06 -0300 Subject: [PATCH 2/3] tables. exercise 4. --- 00-HTML-CSS-basics/tables.html | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 00-HTML-CSS-basics/tables.html diff --git a/00-HTML-CSS-basics/tables.html b/00-HTML-CSS-basics/tables.html new file mode 100644 index 000000000..71aafa48d --- /dev/null +++ b/00-HTML-CSS-basics/tables.html @@ -0,0 +1,54 @@ + + + + + + + Topic 00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MonthRentgroseries
january70002302
february70002278
march70002304
april70002650
may70001708
june70002134
+ + + + \ No newline at end of file From b4d713cea9f291a15ac119c382a7557e8d6c4ef6 Mon Sep 17 00:00:00 2001 From: tinchoaranda05 Date: Fri, 21 Apr 2017 14:31:46 -0300 Subject: [PATCH 3/3] Doctypes and metatags. --- 00-HTML-CSS-basics/tables.html | 1 + 1 file changed, 1 insertion(+) diff --git a/00-HTML-CSS-basics/tables.html b/00-HTML-CSS-basics/tables.html index 71aafa48d..f73333c2f 100644 --- a/00-HTML-CSS-basics/tables.html +++ b/00-HTML-CSS-basics/tables.html @@ -7,6 +7,7 @@ Topic 00 +