From 7fb8f74c98ea79e6b2f0361444f4472fa1adeb1d Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Tue, 20 Nov 2018 11:47:32 -0600 Subject: [PATCH 01/13] completed tutorial 6.1 --- .../{dlr_columns_txt.css => dlr_columns.css} | 0 ...lr_evenings_txt.html => dlr_evenings.html} | 71 ++++++++++++++++++- .../{dlr_lw0414_txt.html => dlr_lw0414.html} | 0 tutorial/dlr_tables.css | 43 +++++++++++ tutorial/dlr_tables_txt.css | 33 --------- 5 files changed, 113 insertions(+), 34 deletions(-) rename tutorial/{dlr_columns_txt.css => dlr_columns.css} (100%) rename tutorial/{dlr_evenings_txt.html => dlr_evenings.html} (62%) rename tutorial/{dlr_lw0414_txt.html => dlr_lw0414.html} (100%) create mode 100644 tutorial/dlr_tables.css delete mode 100644 tutorial/dlr_tables_txt.css diff --git a/tutorial/dlr_columns_txt.css b/tutorial/dlr_columns.css similarity index 100% rename from tutorial/dlr_columns_txt.css rename to tutorial/dlr_columns.css diff --git a/tutorial/dlr_evenings_txt.html b/tutorial/dlr_evenings.html similarity index 62% rename from tutorial/dlr_evenings_txt.html rename to tutorial/dlr_evenings.html index 9a7c4ad..a49cf9d 100644 --- a/tutorial/dlr_evenings_txt.html +++ b/tutorial/dlr_evenings.html @@ -18,7 +18,8 @@ DLR Nightly Schedule - + + @@ -49,6 +50,74 @@

DLR Nightly Schedule

You can Listen Live to streaming audio of our broadcast. Please refer below for our current nightly schedule.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
All Times Central
TimeMonTueWedThurFriSatSun
6:00 PMNational News
6:30 PMWorld News
7:00 PMOpera FestRadio UScience WeekThe Living WorldWord PlayAgri-WeekFolk Fest
7:30 PM Brain StewBismarck Forum
8:00 PMThe Classical Music ConnectionOld Time RadioSaturday Nite JazzThe Indie Connection
8:30The Inner Mind
9:00 PMOpen Mike Nite
9:30 PM
10:00 PMWorld News Feed
diff --git a/tutorial/dlr_lw0414_txt.html b/tutorial/dlr_lw0414.html similarity index 100% rename from tutorial/dlr_lw0414_txt.html rename to tutorial/dlr_lw0414.html diff --git a/tutorial/dlr_tables.css b/tutorial/dlr_tables.css new file mode 100644 index 0000000..7b7a530 --- /dev/null +++ b/tutorial/dlr_tables.css @@ -0,0 +1,43 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML and CSS + Tutorial 6 + Tutorial Case + + Tables Style Sheet + Author: E. Ruiz / James + Date: November 20 2018 + + Filename: dlr_tables.css + +*/ + +/* Table Styles */ +table.schedule { + background:white; + border: 10px outset rgb(153, 0, 153); + border-collapse: collapse; + font-size: 0.75em; + width: 100%; + } + + +/* Table Cell Styles */ +table.schedule th, table.schedule td { + border: 1px solid gray; +} + + +/* Table Caption Styles */ +table.schedule caption { + caption-side: bottom; + text-align: right; +} + + +/* Row Group Styles */ + + + +/* Column Group Styles */ diff --git a/tutorial/dlr_tables_txt.css b/tutorial/dlr_tables_txt.css deleted file mode 100644 index 4c595cd..0000000 --- a/tutorial/dlr_tables_txt.css +++ /dev/null @@ -1,33 +0,0 @@ -@charset "utf-8"; - -/* - New Perspectives on HTML and CSS - Tutorial 6 - Tutorial Case - - Tables Style Sheet - Author: - Date: - - Filename: dlr_tables.css - -*/ - -/* Table Styles */ - - - -/* Table Cell Styles */ - - - -/* Table Caption Styles */ - - - -/* Row Group Styles */ - - - -/* Column Group Styles */ - From e6bb1d7ecdeade31840c8c0c85dce238cb54a855 Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Tue, 20 Nov 2018 12:13:51 -0600 Subject: [PATCH 02/13] Finised the tutorial --- tutorial/dlr_columns.css | 29 +++++++- tutorial/dlr_evenings.html | 142 ++++++++++++++++++++----------------- tutorial/dlr_lw0414.html | 5 +- tutorial/dlr_tables.css | 28 ++++++++ 4 files changed, 134 insertions(+), 70 deletions(-) diff --git a/tutorial/dlr_columns.css b/tutorial/dlr_columns.css index b14a401..2155dd5 100644 --- a/tutorial/dlr_columns.css +++ b/tutorial/dlr_columns.css @@ -6,8 +6,8 @@ Tutorial Case Columns Style Sheet - Author: - Date: + Author: E. Ruiz / James + Date: November 20 2018 Filename: dlr_columns.css @@ -16,4 +16,27 @@ /* Column Styles */ - +@media only screen and (min-width: 641px) { + article { + -moz-column-count: 2; + -webkit-column-count: 2; + column-count: 2; + + -moz-column-gap: 30px; + -webkit-column-gap: 30px; + column-gap: 30px; + + -moz-column-rule: 2px solid gray; + -webkit-column-rule: 2px solid gray; + column-rule: 2px solid gray; + + widows: 3; + orphans: 3; + } + + article h1 { + -moz-column-span: all; + -webkit-column-span: all; + column-span: all; + } +} diff --git a/tutorial/dlr_evenings.html b/tutorial/dlr_evenings.html index a49cf9d..5508ccc 100644 --- a/tutorial/dlr_evenings.html +++ b/tutorial/dlr_evenings.html @@ -52,71 +52,83 @@

DLR Nightly Schedule

nightly schedule.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
All Times Central
TimeMonTueWedThurFriSatSun
6:00 PMNational News
6:30 PMWorld News
7:00 PMOpera FestRadio UScience WeekThe Living WorldWord PlayAgri-WeekFolk Fest
7:30 PM Brain StewBismarck Forum
8:00 PMThe Classical Music ConnectionOld Time RadioSaturday Nite JazzThe Indie Connection
8:30The Inner Mind
9:00 PMOpen Mike Nite
9:30 PM
10:00 PMWorld News Feed
All Times Central
TimeMonTueWedThurFriSatSun
DLR ends broadcast day at 10:30p.m.
6:00 PMNational News
6:30 PMWorld News
7:00 PMOpera FestRadio UScience WeekThe Living WorldWord PlayAgri-WeekFolk Fest
7:30 PM Brain StewBismarck Forum
8:00 PMThe Classical Music ConnectionOld Time RadioSaturday Nite JazzThe Indie Connection
8:30 PMThe Inner Mind
9:00 PMOpen Mike Nite
9:30 PM
10:00 PMWorld News Feed
diff --git a/tutorial/dlr_lw0414.html b/tutorial/dlr_lw0414.html index 405e4d1..8762510 100644 --- a/tutorial/dlr_lw0414.html +++ b/tutorial/dlr_lw0414.html @@ -7,8 +7,8 @@ Tutorial Case The Living World: April 14 - Author: - Date: + Author: E. Ruiz / James + Date: November 20 2018 Filename: dlr_lw0414.html @@ -19,6 +19,7 @@ The Living World: April 14 + diff --git a/tutorial/dlr_tables.css b/tutorial/dlr_tables.css index 7b7a530..7b51e5c 100644 --- a/tutorial/dlr_tables.css +++ b/tutorial/dlr_tables.css @@ -26,6 +26,8 @@ table.schedule { /* Table Cell Styles */ table.schedule th, table.schedule td { border: 1px solid gray; + padding: 5px; + vertical-align: top; } @@ -37,7 +39,33 @@ table.schedule caption { /* Row Group Styles */ +table.schedule thead { + background: rgb(153, 0, 153); + color: white; +} + +table.schedule tfoot { + background: black; + color: white; +} + +table.schedule thead tr { + height: 30px; +} +table.schedule tbody tr { + height: 40px; +} /* Column Group Styles */ +col#firstCol { + background: rgb(218, 210, 218); + width: 16%; +} + +col.dayCols { + background: rgb(255, 220, 255); + width: 12%; +} + From 6723059f7f300ef88112374aec5e65c718220d43 Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Tue, 20 Nov 2018 13:21:16 -0600 Subject: [PATCH 03/13] Started the review --- ...{dlr_columns2_txt.css => dlr_columns2.css} | 4 +- review/dlr_mornings.html | 164 ++++++++++++++++++ review/dlr_mornings_txt.html | 61 ------- .../{dlr_tables2_txt.css => dlr_tables2.css} | 4 +- 4 files changed, 168 insertions(+), 65 deletions(-) rename review/{dlr_columns2_txt.css => dlr_columns2.css} (69%) create mode 100644 review/dlr_mornings.html delete mode 100644 review/dlr_mornings_txt.html rename review/{dlr_tables2_txt.css => dlr_tables2.css} (75%) diff --git a/review/dlr_columns2_txt.css b/review/dlr_columns2.css similarity index 69% rename from review/dlr_columns2_txt.css rename to review/dlr_columns2.css index 0ef6bdb..06b7642 100644 --- a/review/dlr_columns2_txt.css +++ b/review/dlr_columns2.css @@ -6,8 +6,8 @@ Review Assignment Columns Style Sheet - Author: - Date: + Author: James Allen & E. Ruiz + Date: November 20, 2018 Filename: dlr_columns2.css diff --git a/review/dlr_mornings.html b/review/dlr_mornings.html new file mode 100644 index 0000000..23a28ca --- /dev/null +++ b/review/dlr_mornings.html @@ -0,0 +1,164 @@ + + + + + + + + DLR Morning Schedule + + + + + + + +
+

Listener Supported Since 1975

+ +
+ +
+ +
+ DLR +

DLR Morning Schedule

+

DLR airs listener-supported public radio in Bismarck, North Dakota from + 5:00 a.m. to 10:30 p.m.
You can Listen Live to streaming audio + of our broadcast or download programs from our Podcast. +
Please refer below for our current morning schedule.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
All times central
TimeMonTueWedThurFriSatSun
Support your Public Radio Station
5:00Dawn AirDawn Air WeekendsSunday Magazine
5:30
6:00 Weekend Reflections
6:30
7:00Local NewsWeekend WrapRadio U
7:30World News Feed
8:00Classical RootsWhat Can You Say?University on the Air
8:30
9:00
9:30
10:00
10:30
11:00
11:30
12:00
+ +
+ +
+ +
+ DLR · 4300 Magnolia Lane · Bismarck, ND 58504 · (701) 555 - 5611 +
+ + + diff --git a/review/dlr_mornings_txt.html b/review/dlr_mornings_txt.html deleted file mode 100644 index f90b239..0000000 --- a/review/dlr_mornings_txt.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - DLR Morning Schedule - - - - - -
-

Listener Supported Since 1975

- -
- -
- -
- DLR -

DLR Morning Schedule

-

DLR airs listener-supported public radio in Bismarck, North Dakota from - 5:00 a.m. to 10:30 p.m.
You can Listen Live to streaming audio - of our broadcast or download programs from our Podcast. -
Please refer below for our current morning schedule.

- -
- -
- -
- DLR · 4300 Magnolia Lane · Bismarck, ND 58504 · (701) 555 - 5611 -
- - - \ No newline at end of file diff --git a/review/dlr_tables2_txt.css b/review/dlr_tables2.css similarity index 75% rename from review/dlr_tables2_txt.css rename to review/dlr_tables2.css index 4c58fb9..5073842 100644 --- a/review/dlr_tables2_txt.css +++ b/review/dlr_tables2.css @@ -6,8 +6,8 @@ Review Assignment Tables Style Sheet - Author: - Date: + Author: James Allen & E. Ruiz + Date: November 20, 2018 Filename: dlr_tables2.css From 1a76110c29bd60c17a47443450d908b4b8f83d3b Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Mon, 26 Nov 2018 11:43:46 -0600 Subject: [PATCH 04/13] re-adding files to my repo after messing with the tree to try and resolve an issue with atom text editor --- review/dlr_columns2.css | 4 +-- review/dlr_mornings.html | 62 +++++++++++++++++++------------------- tutorial/dlr_evenings.html | 2 +- 3 files changed, 33 insertions(+), 35 deletions(-) diff --git a/review/dlr_columns2.css b/review/dlr_columns2.css index 06b7642..f5ba39b 100644 --- a/review/dlr_columns2.css +++ b/review/dlr_columns2.css @@ -9,12 +9,10 @@ Author: James Allen & E. Ruiz Date: November 20, 2018 - Filename: dlr_columns2.css + Filename: dlr_columns2.css */ /* Column Styles */ - - diff --git a/review/dlr_mornings.html b/review/dlr_mornings.html index 23a28ca..44eeb6c 100644 --- a/review/dlr_mornings.html +++ b/review/dlr_mornings.html @@ -6,21 +6,21 @@ Tutorial 6 Review Assignment - DLR Morning Schedule + DLR Morning Schedule Author: James Allen & E. Ruiz Date: November 20, 2018 - Filename: dlr_mornings.html + Filename: dlr_mornings.html --> - + DLR Morning Schedule - - + + @@ -40,17 +40,17 @@

Listener Supported Since 1975

- +
- -
+ +
DLR

DLR Morning Schedule

-

DLR airs listener-supported public radio in Bismarck, North Dakota from - 5:00 a.m. to 10:30 p.m.
You can Listen Live to streaming audio - of our broadcast or download programs from our Podcast. +

DLR airs listener-supported public radio in Bismarck, North Dakota from + 5:00 a.m. to 10:30 p.m.
You can Listen Live to streaming audio + of our broadcast or download programs from our Podcast.
Please refer below for our current morning schedule.

- + @@ -58,7 +58,7 @@

DLR Morning Schedule

- + @@ -71,13 +71,13 @@

DLR Morning Schedule

- + - + @@ -85,67 +85,67 @@

DLR Morning Schedule

- + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -153,9 +153,9 @@

DLR Morning Schedule

All times central
Time Sun
Support your Public Radio Station
5:00 Dawn Air Weekends Sunday Magazine
5:30
6:00 Weekend Reflections
6:30
7:00 Local News Weekend Wrap Radio U
7:30 World News Feed
8:00 Classical Roots What Can You Say? University on the Air
8:30
9:00
9:30
10:00
10:30
11:00
11:30
12:00
- +
- +
DLR · 4300 Magnolia Lane · Bismarck, ND 58504 · (701) 555 - 5611
diff --git a/tutorial/dlr_evenings.html b/tutorial/dlr_evenings.html index 5508ccc..8b01ea9 100644 --- a/tutorial/dlr_evenings.html +++ b/tutorial/dlr_evenings.html @@ -171,4 +171,4 @@

April 14
- \ No newline at end of file + From c80bf51e3441e8e2f2c430d7f8b08c014054c500 Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Mon, 26 Nov 2018 12:25:04 -0600 Subject: [PATCH 05/13] completed html06 review --- review/dlr_columns2.css | 16 +++++++++++++ review/dlr_mornings.html | 28 +++++++++++++++-------- review/dlr_tables2.css | 49 ++++++++++++++++++++++++++++++++++++++-- 3 files changed, 82 insertions(+), 11 deletions(-) diff --git a/review/dlr_columns2.css b/review/dlr_columns2.css index f5ba39b..1dd7389 100644 --- a/review/dlr_columns2.css +++ b/review/dlr_columns2.css @@ -16,3 +16,19 @@ /* Column Styles */ +@media only screen and (min-width: 641px) { + p { + -moz-column-count: 3; + -webkit-column-count: 3; + column-count: 3; + + -moz-column-gap: 20px; + -webkit-column-gap: 20px; + column-gap: 20px; + + -moz-column-rule: 1px solid black; + -webkit-column-rule: 1px solid black; + column-rule: 1px solid black; + } + +} \ No newline at end of file diff --git a/review/dlr_mornings.html b/review/dlr_mornings.html index 44eeb6c..4590076 100644 --- a/review/dlr_mornings.html +++ b/review/dlr_mornings.html @@ -52,11 +52,11 @@

DLR Morning Schedule


Please refer below for our current morning schedule.

- + - - - + + + @@ -74,14 +74,14 @@

DLR Morning Schedule

- + - + @@ -101,19 +101,19 @@

DLR Morning Schedule

- + - + - + @@ -128,26 +128,36 @@

DLR Morning Schedule

+ + + + + + + + + +
All times centralAll Times Central
Support your Public Radio StationSupport your Public Radio Station
5:00Dawn AirDawn Air Dawn Air Weekends Sunday Magazine
7:00Local NewsLocal News Weekend Wrap Radio U
7:30World News FeedWorld News Feed
8:00Classical RootsClassical Roots What Can You Say? University on the Air
9:30Animal Talk
10:00Symphony CityWord Play
10:30Brain Stew
11:00 Opera Live from the East Coast The Inner Mind
11:30Grammar Rules!!
12:00 Book Club Weekend Wrap
diff --git a/review/dlr_tables2.css b/review/dlr_tables2.css index 5073842..3726480 100644 --- a/review/dlr_tables2.css +++ b/review/dlr_tables2.css @@ -14,23 +14,68 @@ */ /* Table Styles */ +table { + width: 100%; + border: 15px outset rgb(151, 151, 151); + border-collapse: collapse; + font-family: Arial, Verdana, sans-serif; +} +tr { + height: 30px; +} +th, td { + border: 1px solid gray; + vertical-align: top; + padding: 5px; +} -/* Table Caption Styles */ +/* Table Caption Styles */ +table caption { + caption-side: bottom; + text-align: center; +} /* Table Column Styles */ +col.timeColumn { + width: 10%; + background-color: rgb(215, 205, 151); +} + +col.wDayColumns { + width: 11%; + background-color: rgb(236, 255, 211); +} +col.wEndColumns { + width: 17%; + background-color: rgb(255, 231, 255); +} /* Table Header Styles */ +thead { + color: white; + background-color: rgb(105, 177, 60); +} +thead th:first-of-type { + background-color: rgb(153, 86, 7); +} +thead th:nth-of-type(7), thead th:nth-of-type(8) { + background-color: rgb(153, 0, 153); +} -/* Table Footer Styles */ +/* Table Footer Styles */ +tfoot { + color: white; + background-color: black; +} From 4eedca3971b18ea9eb260976723197f17ece6ccd Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Mon, 26 Nov 2018 13:43:51 -0600 Subject: [PATCH 06/13] Started Case 1 --- .../{mi_pricing_txt.html => mi_pricing.html} | 77 ++++++++++++++++++- case1/mi_tables.css | 68 ++++++++++++++++ case1/mi_tables_txt.css | 35 --------- 3 files changed, 142 insertions(+), 38 deletions(-) rename case1/{mi_pricing_txt.html => mi_pricing.html} (55%) create mode 100644 case1/mi_tables.css delete mode 100644 case1/mi_tables_txt.css diff --git a/case1/mi_pricing_txt.html b/case1/mi_pricing.html similarity index 55% rename from case1/mi_pricing_txt.html rename to case1/mi_pricing.html index 127737d..8379e7e 100644 --- a/case1/mi_pricing_txt.html +++ b/case1/mi_pricing.html @@ -7,8 +7,8 @@ Case Problem 1 Marlin Internet Pricing - Author: - Date: + Author: E. Ruiz & James Allen + Date: November 26 2018 Filename: mi_pricing.html @@ -18,7 +18,8 @@ Marlin Internet - + + @@ -47,6 +48,76 @@

Accelerate with No Speed Traps

(personal help is always on the line), free security tools, email accounts for the whole family, and exclusive online content.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
select a planStarterPrimePrime PlusUltra
$19.95
per month
$29.95
per month
$49.95
per month
$69.95
per month
SummaryJust the speed you need to send emails, download map directions, and search the Internet for restaurant reviews.A great speed at a great price for the family: kids can play games, adults can pay bills, and everyone can surf at the same time.Super speeds for multiple tasks that require more broadband capacity; ideal for gamers who need fast response times.Perfect for a small business running multiple media streams, demanding reduced lag time and fast data delivery.
Download Speed3 Mbps15 Mbps25 Mbps50 Mbps
Upload Speed512 Kbps6 Mbps10 Mbps20 Mbps
Cloud Storage2 GB5 GB15 GB40 GB
Email Accounts2 Accounts3 Accounts5 Accounts10 Accounts
24/7 SupportYesYesYesYes
diff --git a/case1/mi_tables.css b/case1/mi_tables.css new file mode 100644 index 0000000..0785aa1 --- /dev/null +++ b/case1/mi_tables.css @@ -0,0 +1,68 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML and CSS + Tutorial 6 + Case Problem 1 + + Tables Style Sheet + Author: + Date: + + Filename: mi_tables.css + +*/ + +/* Table Styles */ +table { + background: linear-gradient( rgb(190, 215, 255), black); + border: 5px solid gray; +} + +th, td { + border: 3px solid gray; + line-height: 1.4em; + padding: 8px; +} + +th { + background-color: black; + color: rgb(130, 210, 255); + font-weight: normal; +} + +td { + color: white; + font-size: 0.9em; + vertical-align: top; +} + + +/* Column Styles */ +col#firstCol { + Width: 24%; +} + +col#dataCols { + width: 19%; +} + + +/* Table Header Styles */ +thead tr{ + height: 60px; +} + +thead tr:first-of-type th:first-of-type { + font-size: 2em; +} + + + + + + + + + + diff --git a/case1/mi_tables_txt.css b/case1/mi_tables_txt.css deleted file mode 100644 index db9e6bc..0000000 --- a/case1/mi_tables_txt.css +++ /dev/null @@ -1,35 +0,0 @@ -@charset "utf-8"; - -/* - New Perspectives on HTML and CSS - Tutorial 6 - Case Problem 1 - - Tables Style Sheet - Author: - Date: - - Filename: mi_tables.css - -*/ - -/* Table Styles */ - - - -/* Column Styles */ - - - -/* Table Header Styles */ - - - - - - - - - - - From a0429efb89f12ba40cf043d481d0e4082e62e2df Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Tue, 27 Nov 2018 11:17:01 -0600 Subject: [PATCH 07/13] Finished Case 1 --- case1/mi_tables.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/case1/mi_tables.css b/case1/mi_tables.css index 0785aa1..81e68ec 100644 --- a/case1/mi_tables.css +++ b/case1/mi_tables.css @@ -57,6 +57,11 @@ thead tr:first-of-type th:first-of-type { font-size: 2em; } +thead tr:first-of-type th:not(:first-of-type) { + background-color: transparent; + color: black; +} + From c35371adef40a1927d2a3a9aa68ed2487556354c Mon Sep 17 00:00:00 2001 From: "E. Ruiz" Date: Tue, 27 Nov 2018 11:54:03 -0600 Subject: [PATCH 08/13] began to format the html table we created in the first part of case 1 --- case2/jpf_sudoku.css | 58 ++++++++ case2/jpf_sudoku.html | 308 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 366 insertions(+) create mode 100644 case2/jpf_sudoku.css create mode 100644 case2/jpf_sudoku.html diff --git a/case2/jpf_sudoku.css b/case2/jpf_sudoku.css new file mode 100644 index 0000000..9963a9d --- /dev/null +++ b/case2/jpf_sudoku.css @@ -0,0 +1,58 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML5 and CSS3, 7th Edition + Tutorial 6 + Case Problem 2 + + Sudoku Style Sheet + Author: E. Ruiz & James + Date: November 27 2018 + + Filename: jpf_sudoku.css + +*/ + +/* Table Styles */ +table.spuzzle { + margin-top: 0px; + margin-bottom: 0px; + margin-left: auto; + margin-right: auto; + width: 90%; + border-collapse: collapse; +} + +td { + border: 5px outset gray; + width: 33.3%; +} + +th { + color: gray; + padding-right: 10px; + padding-bottom: 10px; +} + +/* Inner Table Styles */ +table.subtable { + border-collapse: collapse; + width: 100%; +} + +table.subtable td { + box-shadow: inset 0px 0px 15px; + border: 1px solid black; + color: blue; + height: 40px; + text-align: center; + vertical-align: center; +} + +td.goldbox { + background-color: rgb(228, 199, 42); +} + +td.greenbox { + background-color: rgb(203, 229, 130); +} diff --git a/case2/jpf_sudoku.html b/case2/jpf_sudoku.html new file mode 100644 index 0000000..2dbe307 --- /dev/null +++ b/case2/jpf_sudoku.html @@ -0,0 +1,308 @@ + + + + + + + + The Sudoku Puzzle + + + + + + +
+ Japanese Puzzle Factory + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sudoku
123456789
A + + + + + + + + + + + + + + + + +
4
35
+
+ + + + + + + + + + + + + + + + +
53
+
+ + + + + + + + + + + + + + + + +
7
31
2
+
B
C
D + + + + + + + + + + + + + + + + +
69
472
+
+ + + + + + + + + + + + + + + + +
2
9
+
+ + + + + + + + + + + + + + + + +
937
48
+
E
F
G + + + + + + + + + + + + + + + + +
1
45
6
+
+ + + + + + + + + + + + + + + + +
81
+
+ + + + + + + + + + + + + + + + +
52
7
+
H
I
+
+ +
+

To Play

+

Sudoku is played on a 9x9 grid with nine 3x3 boxes + placed within the grid. Enter a digit from 1 to 9 in + each table cell. A few starting numbers have been + supplied for you. The digits from 1 to 9 can appear + only once each in every row, column, and box in the + table (diagonals don't count). Every Sudoku puzzle + has a unique solution. +

+

Good luck!

+
+ + + + + \ No newline at end of file From 0da71003ddf55599d2d4f9c39323fe92fe7cd4dc Mon Sep 17 00:00:00 2001 From: ruiz2019 Date: Tue, 27 Nov 2018 13:39:53 -0600 Subject: [PATCH 09/13] added css styling to the webtable in case 3 --- .../{lht_columns_txt.css => lht_columns.css} | 0 case3/lht_feb.html | 355 ++++++++++++++++++ case3/lht_feb_txt.html | 105 ------ case3/lht_tables.css | 106 ++++++ case3/lht_tables_txt.css | 27 -- 5 files changed, 461 insertions(+), 132 deletions(-) rename case3/{lht_columns_txt.css => lht_columns.css} (100%) create mode 100644 case3/lht_feb.html delete mode 100644 case3/lht_feb_txt.html create mode 100644 case3/lht_tables.css delete mode 100644 case3/lht_tables_txt.css diff --git a/case3/lht_columns_txt.css b/case3/lht_columns.css similarity index 100% rename from case3/lht_columns_txt.css rename to case3/lht_columns.css diff --git a/case3/lht_feb.html b/case3/lht_feb.html new file mode 100644 index 0000000..bd9232b --- /dev/null +++ b/case3/lht_feb.html @@ -0,0 +1,355 @@ + + + + + + + + Lyman Hall Theater in February + + + + + + + +
+ The Lyman Hall Theater + +
+ +
+

Coming Up at the Lyman Hall Theater

+

February will be another banner month at the Lyman Hall + Theatre with three performances of the Tony Award winning + musical, West Side Story by the Broadway Touring Company. + Tickets are going fast, so order yours today. +

+ +

Celebrate Valentine's Day with the Chamberlain Symphony and + their special selection of classical music for lovers. Later that + week, exercise your mind by attending the Charles Dickens classic, + The Mystery of Edwin Drood. Can you solve Dickens' + unfinished mystery? +

+ +

Jazz lovers have a lot to celebrate in February with a visit + from the Jazz Masters on February 21st, and then on February + 24th, enjoy the music of The Duke with an Ellington Tribute + performed by the Jazz Company of Kansas City. +

+ +

Pins, bottles, plates, and chairs are flying at the Chamberlain + Civic Center in February. The Taiwan Acrobats return on + February 2nd with another amazing performance. We close out the + month with a visit from the Madtown Jugglers and their unique + blend of comedy, juggling, and madness. +

+ +

Enjoy a classical brunch every Sunday in February with music + provided by the Carson Quartet. Seating is limited, so please order + your table in advance. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
February 2018 Calendar
SunMonTueWedThuFriSat
+

28

+
+
Caron Quartet
+
1 pm
+
$12
+
+
+

29

+
+
Harlem Choir
+
8 pm
+
$18/$24/$32
+
+
+

30

+
+

31

+
+

1

+
+

2

+
+
Taiwan Acrobats
+
8 pm
+
$24/$32/$48
+
+
+

3

+
+
Jowy Gallway
+
8 pm
+
$24/$32/$48
+
+
+

4

+
+
Carson Quartet
+
1 pm
+
$12
+
+
+

5

+
+

6

+
+
Ralph Williams
+
8 pm
+
$24/$36/$42
+
+
+

7

+
+

8

+
+
West Side Story
+
7 pm
+
$36/$48/$64
+
+
+

9

+
+
Jowy Gallway
+
8 pm
+
$24/$32/$48
+
+
+

10

+
+
Jowy Gallway
+
8 pm
+
$24/$32/$48
+
+
+

11

+
+
Carson Quartet
+
1 pm
+
$12
+
+
+

12

+
+

13

+
+

14

+
+
Chamberlain Symphony
+
8 pm
+
$18/$24/$32
+
+
+

15

+
+

16

+
+
Edwin Drood
+
8 pm
+
$36/$48/$58
+
+
+

17

+
+
Edwin Drood
+
8 pm
+
$36/$48/$58
+
+
+

18

+
+
Carson Quartet
+
1 pm
+
$12
+
+
+

19

+
+

20

+
+

21

+
+
Jazz Masters
+
8 pm
+
$18/$24/$32
+
+
+

22

+
+

23

+
+
The Yearling
+
7 pm
+
$12/$18/$24
+
+
+

24

+
+
An Ellington Tribute
+
8 pm
+
$24/$38/$48
+
+
+

25

+
+
Carson Quartet
+
1 pm
+
$12
+
+
+

26

+
+

27

+
+

28

+
+
Madtown Jugglers
+
8 pm
+
$12/$16/$20
+
+
+

1

+
+
Othello
+
8 pm
+
$24/$36/$48
+
+
+

2

+
+
Othello
+
8 pm
+
$24/$36/$48
+
+
+

3

+
+
Othello
+
8 pm
+
$24/$36/$48
+
+
+ + + + + + \ No newline at end of file diff --git a/case3/lht_feb_txt.html b/case3/lht_feb_txt.html deleted file mode 100644 index cc52041..0000000 --- a/case3/lht_feb_txt.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - Lyman Hall Theater in February - - - - - -
- The Lyman Hall Theater - -
- -
-

Coming Up at the Lyman Hall Theater

-

February will be another banner month at the Lyman Hall - Theatre with three performances of the Tony Award winning - musical, West Side Story by the Broadway Touring Company. - Tickets are going fast, so order yours today. -

- -

Celebrate Valentine's Day with the Chamberlain Symphony and - their special selection of classical music for lovers. Later that - week, exercise your mind by attending the Charles Dickens classic, - The Mystery of Edwin Drood. Can you solve Dickens' - unfinished mystery? -

- -

Jazz lovers have a lot to celebrate in February with a visit - from the Jazz Masters on February 21st, and then on February - 24th, enjoy the music of The Duke with an Ellington Tribute - performed by the Jazz Company of Kansas City. -

- -

Pins, bottles, plates, and chairs are flying at the Chamberlain - Civic Center in February. The Taiwan Acrobats return on - February 2nd with another amazing performance. We close out the - month with a visit from the Madtown Jugglers and their unique - blend of comedy, juggling, and madness. -

- -

Enjoy a classical brunch every Sunday in February with music - provided by the Carson Quartet. Seating is limited, so please order - your table in advance. -

-
- - - - - - \ No newline at end of file diff --git a/case3/lht_tables.css b/case3/lht_tables.css new file mode 100644 index 0000000..3e7ac58 --- /dev/null +++ b/case3/lht_tables.css @@ -0,0 +1,106 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML and CSS, 7th Edition + Tutorial 6 + Case Problem 3 + + Calendar Style Sheet + Author: E. Ruiz & James + Date: November 27 2018 + + Filename: lht_tables.css + +*/ + +/* =============================== + Mobile Styles: 0px to 640px + =============================== +*/ +@media only screen and (max-width: 640px) { + table, tbody, tr, td, th, caption { + display: block; + } + + thead, h1 { + display: none; + } + + table caption { + color: white; + background-color: gray; + font-size: 1.5em; + line-height: 2em; + } + + td { + border: 1px dotted gray; + color: rgb(11, 12, 145); + position: relative; + padding-left: 40%; + min-height: 40px; + } + + tr:nth-of-type(odd) { + background-color: rgb(255, 235, 178); + border: 2px solid gray; + } + + td::before { + content: attr(data-date); + position: absolute; + width: 40%; + padding: 5px; + } +} + + + + +/* ============================================= + Tablet and Desktop Styles: greater than 640px + ============================================= +*/ +@media only screen and (min-width: 641px) { + table { + background: url(lht_photo1.png) bottom right / 40% no-repeat content-box; + border: 6px double rgb(154, 64, 3); + border-collapse: collapse; + margin-top: 20px; + margin-bottom: 20px; + margin-left: auto; + margin-right: auto; + table-layout: fixed; + width: 85%; + } + + th, td { + border: 1px solid gray; + font-size: 0.85em; + font-weight: normal; + padding: 5px; + vertical-align: top; + width: 14.28%; + word-wrap: break; + } + + td { + background: rbga(171, 171, 171, 0.6); + color: rgb(11, 12, 145); + } + + td[data-date~=Feb] { + background-color: rgba(232, 214, 148, 0.6); + box-shadow: inset gray 0px 0px 20px; + } +} + + + + + + + + + + diff --git a/case3/lht_tables_txt.css b/case3/lht_tables_txt.css deleted file mode 100644 index 0d3a542..0000000 --- a/case3/lht_tables_txt.css +++ /dev/null @@ -1,27 +0,0 @@ -@charset "utf-8"; - -/* - New Perspectives on HTML and CSS, 7th Edition - Tutorial 6 - Case Problem 3 - - Calendar Style Sheet - Author: - Date: - - Filename: lht_tables.css - -*/ - -/* =============================== - Mobile Styles: 0px to 640px - =============================== -*/ - - - - -/* ============================================= - Tablet and Desktop Styles: greater than 640px - ============================================= -*/ From 7ca0e3d39961c5126fe2d1624ab75a7bb2f6b9cd Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 30 Nov 2018 11:00:47 -0600 Subject: [PATCH 10/13] finished case 3 and began case 4 --- case3/lht_columns.css | 23 +++ case3/lht_tables.css | 16 +- case4/hcc_schedule.css | 40 ++++ case4/hcc_schedule.html | 182 +++++++++++++++++++ case4/hcc_schedule_txt.css | 13 -- case4/hcc_schedule_txt.html | 22 --- case4/{hcc_styles_txt.css => hcc_styles.css} | 0 7 files changed, 260 insertions(+), 36 deletions(-) create mode 100644 case4/hcc_schedule.css create mode 100644 case4/hcc_schedule.html delete mode 100644 case4/hcc_schedule_txt.css delete mode 100644 case4/hcc_schedule_txt.html rename case4/{hcc_styles_txt.css => hcc_styles.css} (100%) diff --git a/case3/lht_columns.css b/case3/lht_columns.css index 0849ed0..8cc7f80 100644 --- a/case3/lht_columns.css +++ b/case3/lht_columns.css @@ -16,4 +16,27 @@ /* Column Styles */ +article { + -moz-column-width: 260px; + -webkit-column-width: 260px; + column-width: 260px; + + -moz-column-gap: 20px; + -webkit-column-gap: 20px; + column-gap: 20px; + + -moz-column-rule: 1px solid rgb(154, 64, 31); + -webkit-column-rule: 1px solid rgb(154, 64, 31); + column-rule: 1px solid rgb(154, 64, 31); + + widows: 2; + orphans: 2; + } + + article h1{ + -moz-column-span: all; + -webkit-column-span: all; + column-span: all; + } + diff --git a/case3/lht_tables.css b/case3/lht_tables.css index 3e7ac58..c8b5f42 100644 --- a/case3/lht_tables.css +++ b/case3/lht_tables.css @@ -47,8 +47,10 @@ } td::before { - content: attr(data-date); + content: " " attr(data-date) " "; position: absolute; + left: 0px; + right: 0px; width: 40%; padding: 5px; } @@ -93,6 +95,18 @@ background-color: rgba(232, 214, 148, 0.6); box-shadow: inset gray 0px 0px 20px; } + + table caption { + display: top; + text-align: center; + padding-bottom: 10px; + font-size: 1.2em; + letter-spacing: 3px; + } + + thead th { + background-color: rgb(154, 64, 3); + } } diff --git a/case4/hcc_schedule.css b/case4/hcc_schedule.css new file mode 100644 index 0000000..c05556b --- /dev/null +++ b/case4/hcc_schedule.css @@ -0,0 +1,40 @@ +/* + New Perspectives on HTML and CSS, 7th Edition + Tutorial 6 + Case Problem 4 + + Schedule Table Style Sheet + Author: + Date: + + Filename: hcc_schedule.css + Supporting Files: + +*/ + +table{ + border-collapse: collapse; + background-color: rgb(203, 226, 245); +} + +thead th { + border: 6px double black; +} + +tbody td, tbody th{ + border: 6px double black; +} + +tbody td { + vertical-align: top; + text-align: center; +} + +thead th { + column-width: 300px; +} + +tfoot { + background-color: black; + color: white; +} \ No newline at end of file diff --git a/case4/hcc_schedule.html b/case4/hcc_schedule.html new file mode 100644 index 0000000..45bdfbe --- /dev/null +++ b/case4/hcc_schedule.html @@ -0,0 +1,182 @@ + + + + + + + + + + + +
+ +
+ +
+

To reserve a room, please contact Yancy Inwe at extension 388 or by e-mail at yancyinwe@hconfcenter.org. + Reservations should be made at least 48 hours in advance. Cancellations require 24 hour notice. Room deposits will + not be returned for cancellations within 24 hours of the scheduled event.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TimeSunrise RoomMountain View RoomArbor Hall Mitchell TheaterGold RoomBlue RoomGreen Room
Facility Closes at 5 O'clock
8:00 amMarriage EncounterBreakfast Club of OhioComputer Expo Set upAvailable Available Available Available
8:30 am
9:00 amAvailableThe Tompkins GroupRetirement PlanningDrivers' Ed
9:30 am
10:00 amAvailable
10:30 amPearson PlanningThe Senior Group
11:00 amOhio Conference of LibrariansMovie Club
11:30 am
12:00 pmMarriage Encounter LuncheonUnavailableUnavailableSenior Luncheon
12:30 pm
1:00 pmAvailableAvailableComputer Expo opening sessionSenior Classes
1:30 pm Available
2:00 pmOhio Book Resale SetupMothers of Multiples
2:30 pm
3:00 pmMarriage Encounter TalksYouth Theatre +
3:30 pmTeen ConnectionTutoringTutoring
4:00 pm
4:30 pm
Maximum Room
Capacity
80 People150 People190 People120 People40 People 30 People 55 People
+ + + \ No newline at end of file diff --git a/case4/hcc_schedule_txt.css b/case4/hcc_schedule_txt.css deleted file mode 100644 index 5bd8aaa..0000000 --- a/case4/hcc_schedule_txt.css +++ /dev/null @@ -1,13 +0,0 @@ -/* - New Perspectives on HTML and CSS, 7th Edition - Tutorial 6 - Case Problem 4 - - Schedule Table Style Sheet - Author: - Date: - - Filename: hcc_schedule.css - Supporting Files: - -*/ diff --git a/case4/hcc_schedule_txt.html b/case4/hcc_schedule_txt.html deleted file mode 100644 index dfa6f23..0000000 --- a/case4/hcc_schedule_txt.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/case4/hcc_styles_txt.css b/case4/hcc_styles.css similarity index 100% rename from case4/hcc_styles_txt.css rename to case4/hcc_styles.css From fec7b8a8c0feb54c04b071d3465b852b30d4e391 Mon Sep 17 00:00:00 2001 From: ruiz2019 Date: Fri, 30 Nov 2018 13:40:34 -0600 Subject: [PATCH 11/13] worked on mobile styles for the case four webpage, including formatting of the table and navigation bar. --- case4/hcc_schedule.css | 14 +++- case4/hcc_schedule.html | 150 ++++++++++++++++++++++++++++++++++++---- case4/hcc_styles.css | 103 +++++++++++++++++++++++++++ 3 files changed, 250 insertions(+), 17 deletions(-) diff --git a/case4/hcc_schedule.css b/case4/hcc_schedule.css index c05556b..92069f2 100644 --- a/case4/hcc_schedule.css +++ b/case4/hcc_schedule.css @@ -13,16 +13,18 @@ */ table{ - border-collapse: collapse; background-color: rgb(203, 226, 245); + width: 90%; + margin-left: auto; + margin-right: auto; } thead th { - border: 6px double black; + border: 3px solid black; } tbody td, tbody th{ - border: 6px double black; + border: 3px solid black; } tbody td { @@ -37,4 +39,10 @@ thead th { tfoot { background-color: black; color: white; + text-align: center; + width: 100%; +} + +caption { + padding-top: 60px; } \ No newline at end of file diff --git a/case4/hcc_schedule.html b/case4/hcc_schedule.html index 45bdfbe..60575b1 100644 --- a/case4/hcc_schedule.html +++ b/case4/hcc_schedule.html @@ -14,14 +14,14 @@ --> - - + +
-
-
-

To reserve a room, please contact Yancy Inwe at extension 388 or by e-mail at yancyinwe@hconfcenter.org. - Reservations should be made at least 48 hours in advance. Cancellations require 24 hour notice. Room deposits will - not be returned for cancellations within 24 hours of the scheduled event.

-
- - +
+ + + + + @@ -56,7 +57,9 @@ - + + + @@ -64,7 +67,7 @@ - + @@ -124,7 +127,7 @@ - + @@ -178,5 +181,124 @@
+ Reservations for Conference Rooms Tuesday, April 10 +
Time
Facility Closes at 5 O'clock
Facility Closes at 5 O'clock
8:00 am Marriage Encounter Breakfast Club of OhioComputer Expo Set upComputer Expo Set-Up Available Available Available1:00 pm Available AvailableComputer Expo opening sessionComputer Expo Opening Session Senior Classes
+
+

To reserve a room, please contact Yancy Inwe at extension 388 or by e-mail at yancyinwe@hconfcenter.org. + Reservations should be made at least 48 hours in advance. Cancellations require 24 hour notice. Room deposits will + not be returned for cancellations within 24 hours of the scheduled event.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sunrise Room
Maximum Room Capacity:
8:00 amMarriage Encounter
10:00 amAvailable
12:00 pmMarriage Encounter Luncheon
1:00 pmAvailable
3:00 pmMarriage Encounter Talks
Mountain View Room
Maximum Room Capacity:
8:00 amBreakfast Club of Ohio
9:00 amAvailable
11:00 amMarriage Encounter Luncheon
1:00 pmAvailable
2:00 pmMarriage Encounter Talks
Arbor Hall
Maximum Room Capacity:
8:00 amComputer Expo Set-Up
12:00 pmUnavailable
1:00 pmComputer Expo Opening Session
Mitchell Theater
Maximum Room Capacity:
8:00 amAvailable
3:00 pmYouth Theatre
Gold Room
Blue Room
Green Room
+ + + - \ No newline at end of file + + diff --git a/case4/hcc_styles.css b/case4/hcc_styles.css index 8ab480c..e7e6a43 100644 --- a/case4/hcc_styles.css +++ b/case4/hcc_styles.css @@ -12,3 +12,106 @@ */ +/* Mobile Styles (<640px) */ +@media only screen and (max-width: 640px) { + .desktop { + display: none; + } + + table {width: 100%;} + + table, tbody, tr, td, th, caption { + display: block; + } + + thead, h1 { + display: none; + } + + + table { + border-collapse: collapse; + } + + tr { + margin-left: auto; + margin-right: auto; + width: 100%; + } + + td.time { + text-align: left; + display: inline-block; + width: 50%; + } + + td.event { + text-align: right; + display: inline-block; + width: 100%; + } + + td.max { + text-align: right; + display: inline; + } + + +} +/*Desktop Styles (>641px) */ +@media only screen and (min-width: 641px) { + .mobile {display: none;} + + /* Table Styles */ + table{ + background-color: rgb(203, 226, 245); + width: 90%; + margin-left: auto; + margin-right: auto; + } + + thead th { + border: 3px solid black; + } + + tbody td, tbody th{ + border: 3px solid black; + } + + tbody td { + vertical-align: top; + text-align: center; + } + + thead th { + column-width: 300px; + } + + tfoot { + background-color: black; + color: white; + text-align: center; + width: 100%; + } + + caption { + padding-top: 60px; + } + + + /* Horizontal Navigation Bar Styles */ + nav ul li { + float: left; + width: 12.5%; + list-style-type: none; + text-align: center; + } + + a { + text-decoration: none; + } + + p { + clear: both; + } +} From 54924f88d2ee670e4f6ac0466d1e4c8c9b973570 Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 3 Dec 2018 12:44:42 -0600 Subject: [PATCH 12/13] Fixed the Homepage --- case2/jpf_sudoku_txt.css | 22 ---------- case2/jpf_sudoku_txt.html | 90 --------------------------------------- index.html | 20 ++++----- 3 files changed, 10 insertions(+), 122 deletions(-) delete mode 100644 case2/jpf_sudoku_txt.css delete mode 100644 case2/jpf_sudoku_txt.html diff --git a/case2/jpf_sudoku_txt.css b/case2/jpf_sudoku_txt.css deleted file mode 100644 index 758307c..0000000 --- a/case2/jpf_sudoku_txt.css +++ /dev/null @@ -1,22 +0,0 @@ -@charset "utf-8"; - -/* - New Perspectives on HTML5 and CSS3, 7th Edition - Tutorial 6 - Case Problem 2 - - Sudoku Style Sheet - Author: - Date: - - Filename: jpf_sudoku.css - -*/ - -/* Table Styles */ - - - -/* Inner Table Styles */ - - diff --git a/case2/jpf_sudoku_txt.html b/case2/jpf_sudoku_txt.html deleted file mode 100644 index fb6b192..0000000 --- a/case2/jpf_sudoku_txt.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - The Sudoku Puzzle - - - - - -
- Japanese Puzzle Factory - -
- -
-
- -
-

To Play

-

Sudoku is played on a 9x9 grid with nine 3x3 boxes - placed within the grid. Enter a digit from 1 to 9 in - each table cell. A few starting numbers have been - supplied for you. The digits from 1 to 9 can appear - only once each in every row, column, and box in the - table (diagonals don't count). Every Sudoku puzzle - has a unique solution. -

-

Good luck!

-
- - - - - \ No newline at end of file diff --git a/index.html b/index.html index 3a65fb4..7191fe4 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,16 @@ - Tutorial 5 + Tutorial 6 @@ -20,15 +20,15 @@
-

Tutorial 5 links

+

Tutorial 6 links

From ba9b3530b2ffbd19d606eb02e577bfd3b631303d Mon Sep 17 00:00:00 2001 From: ruiz2019 Date: Mon, 3 Dec 2018 12:57:20 -0600 Subject: [PATCH 13/13] finished case 4 a day late; added stylistic touches and finished formatting mobile table and links. --- case4/hcc_schedule.html | 92 +++++++++++++++++++++++++++++++++++++---- case4/hcc_styles.css | 50 ++++++++++++++++++++-- 2 files changed, 131 insertions(+), 11 deletions(-) diff --git a/case4/hcc_schedule.html b/case4/hcc_schedule.html index 60575b1..1029f0a 100644 --- a/case4/hcc_schedule.html +++ b/case4/hcc_schedule.html @@ -193,7 +193,7 @@ Sunrise Room - Maximum Room Capacity: + Maximum Room Capacity: 80 People 8:00 am @@ -219,7 +219,7 @@ Mountain View Room - Maximum Room Capacity: + Maximum Room Capacity: 150 People 8:00 am @@ -245,17 +245,17 @@ Arbor Hall - Maximum Room Capacity: + Maximum Room Capacity: 190 People 8:00 am Computer Expo Set-Up - + 12:00 pm Unavailable - + 1:00 pm Computer Expo Opening Session @@ -263,28 +263,106 @@ Mitchell Theater - Maximum Room Capacity: + Maximum Room Capacity: 120 People 8:00 am Available - + 3:00 pm Youth Theatre Gold Room + + Maximum Room Capacity: 40 People + + + 8:00 am + Available + + + 9:00 am + The Tompkins Group + + + 10:30 am + Pearson Planning + + + 12:00 pm + Unavailable + + + 2:00 pm + Mothers of Multiples + + + 3:30 pm + Teen Connection + Blue Room + + Maximum Room Capacity: 30 People + + + 8:00 am + Available + + + 9:00 am + Retirement Planning + + + 10:30 am + The Senior Group + + + 12:00 pm + Senior Luncheon + + + 1:00 pm + Senior Classes + + + 3:00 pm + Tutoring + Green Room + + Maximum Room Capacity: 55 People + + + 8:00 am + Unavailable + + + 9:00 am + Driver's Ed + + + 11:00 am + Movie Club + + + 1:30 pm + Available + + + 3:00 pm + Tutoring +