diff --git a/case1/h.jpg b/case1/h.jpg new file mode 100644 index 0000000..1df6063 Binary files /dev/null and b/case1/h.jpg differ diff --git a/case1/mi_pricing.html b/case1/mi_pricing.html new file mode 100644 index 0000000..778b373 --- /dev/null +++ b/case1/mi_pricing.html @@ -0,0 +1,153 @@ + + + + + + + + Marlin Internet + + + + + + +
+ Marlin Internet + +
+ +
+

Accelerate with No Speed Traps

+

How do you use the web? Whether it's just you on your PC or your extended + family simultaneously accessing the Internet for gaming, movie watching, + surfing, or music; we have the speed for you — with no hidden fees, + service charges, or other traps. Marlin Internet provides a broad variety + of access plans at affordable prices with our exclusive ITIS 2.0 technology. + We provide more than fast access. Take advantage of our 24/7 customer support + (personal help is always on the line), free security tools, email accounts + for the whole family, and exclusive online content.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Select A PlaneStarterPrimePrime+Ultra
$19.95
per month
$29.95
per month
$49.95
per month
$69.95
per month
Summary + Just 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_pricing_txt.html b/case1/mi_pricing_txt.html deleted file mode 100644 index 127737d..0000000 --- a/case1/mi_pricing_txt.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - Marlin Internet - - - - - -
- Marlin Internet - -
- -
-

Accelerate with No Speed Traps

-

How do you use the web? Whether it's just you on your PC or your extended - family simultaneously accessing the Internet for gaming, movie watching, - surfing, or music; we have the speed for you — with no hidden fees, - service charges, or other traps. Marlin Internet provides a broad variety - of access plans at affordable prices with our exclusive ITIS 2.0 technology. - We provide more than fast access. Take advantage of our 24/7 customer support - (personal help is always on the line), free security tools, email accounts - for the whole family, and exclusive online content.

- - -
- - - - - \ No newline at end of file diff --git a/case1/mi_tables.css b/case1/mi_tables.css new file mode 100644 index 0000000..b611841 --- /dev/null +++ b/case1/mi_tables.css @@ -0,0 +1,71 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML and CSS + Tutorial 6 + Case Problem 1 + + Tables Style Sheet + Author: Kenaz & Lauren + Date: 11/26/18 + + Filename: mi_tables.css + +*/ + +/* Table Styles */ +table#pricing{ + background: linear-gradient(rgb(190, 215, 255) 10%, black); + border: 5px solid grey; + width: 100% +} + + th, td { + border: 3px solid grey; + 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; +} +thead tr:first-of-type th:not(:first-of-type) { + background-color: transparent; + color: black; +} + + + + + + + + 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 */ - - - - - - - - - - - diff --git a/case2/jpf_sudoku.css b/case2/jpf_sudoku.css new file mode 100644 index 0000000..e1e49d7 --- /dev/null +++ b/case2/jpf_sudoku.css @@ -0,0 +1,59 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML5 and CSS3, 7th Edition + Tutorial 6 + Case Problem 2 + + Sudoku Style Sheet + Author: Kenaz & Lauren(absent) + Date: 11/27/18 + + Filename: jpf_sudoku.css + +*/ + +/* Table Styles */ +table.spuzzle { + border-collapse: collapse; + margin-top: 0px; + margin-left: auto; + margin-bottom: 0px; + margin-right: auto; + width: 90%; +} + +td { + border: 5px outset grey; + width: 33.3%; +} + +th { + color: grey; + padding-bottom: 10px; + padding-right: 10px; +} + + +/* Inner Table Styles */ +table.subTable { + border-collapse: collapse; + width: 100%; +} + +table.subTable td { + box-shadow: 0px 0px 15px grey; + border: 1px solid black; + color: blue; + height: 40px; + text-align: center; +} + +td.goldBox td { + background-color: rgb(228,199,42); +} + +td.greenBox td { + background-color: rgb( 203,229,130); +} + diff --git a/case2/jpf_sudoku.html b/case2/jpf_sudoku.html new file mode 100644 index 0000000..adb6463 --- /dev/null +++ b/case2/jpf_sudoku.html @@ -0,0 +1,309 @@ + + + + + + + + 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!

+
+ + + + + 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/case3/lht_columns.css b/case3/lht_columns.css new file mode 100644 index 0000000..ca3be89 --- /dev/null +++ b/case3/lht_columns.css @@ -0,0 +1,37 @@ +@charset "utf-8"; + +/* + New Perspectives on HTML and CSS, 7th Edition + Tutorial 6 + Case Problem 3 + + Columns Style Sheet + Author: + Date: + + Filename: lht_columns.css + +*/ + + + +/* Column Styles */ + +article { + -webkit-column-width: 260px; + -moz-column-width: 260px; + column-width: 260px; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + column-gap: 20px; + -webkit-column-rule: 1px solid rgb(154, 64, 31); + -moz-column-rule: 1px solid rgb(154, 64, 31); + column-rule: 1px solid rgb(154, 64, 31); + widows: 2; + orphans: 2; +} + +article h1 { + -webkit-column-span: all; + column-span: all; +} \ No newline at end of file diff --git a/case3/lht_columns_txt.css b/case3/lht_columns_txt.css deleted file mode 100644 index 0849ed0..0000000 --- a/case3/lht_columns_txt.css +++ /dev/null @@ -1,19 +0,0 @@ -@charset "utf-8"; - -/* - New Perspectives on HTML and CSS, 7th Edition - Tutorial 6 - Case Problem 3 - - Columns Style Sheet - Author: - Date: - - Filename: lht_columns.css - -*/ - - - -/* Column Styles */ - diff --git a/case3/lht_feb.html b/case3/lht_feb.html new file mode 100644 index 0000000..128b8b4 --- /dev/null +++ b/case3/lht_feb.html @@ -0,0 +1,421 @@ + + + + + + + + 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

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

29

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

30

+
+
+
+
+
+
+

31

+
+
+
+
+
+
+

1

+
+
+
+
+
+
+

2

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

3

+
+
Joey 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

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

10

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

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
+
+
+ + + + + + + + + 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..3928b68 --- /dev/null +++ b/case3/lht_tables.css @@ -0,0 +1,117 @@ +@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 + =============================== +*/ +@media only screen and (max-width: 640px) { + + table, tbody, tr, td, th, caption { + display: block; + } + + thead { + display: none; + } + h1{ + display:none; + } + + caption { + color: white; + background-color: grey; + font-size: 1.5em; + line-height: 2em; + } + + td { + border: 1px dotted grey; + 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 grey; + } + + td:before{ + content: attr(data-date); + position: absolute; + top:0px ; + left:0px ; + width: 40%; + padding: 5px; + } + +} +/* ============================================= + Tablet and Desktop Styles: greater than 640px + ============================================= +*/ +@media only screen and (min-width: 641px) { + + table { + background-image: url("lht_photo1.png"); + background-repeat: no-repeat; + background-position: bottom right; + background-size: 40%; + border: 6px double rgb( 154, 64, 3); + border-collapse: collapse; + margin-top: 2px; + margin-left: auto; + margin-bottom: 2px; + margin-right: auto; + table-layout: fixed; + width: 85%; + } + + thead, td { + border: 1px solid grey; + font-size: 0.85em; + font-weight: normal; + padding: 5px; + vertical-align: top; + width: 14.28%; + word-wrap: normal; + } + + td { + background-color: rgba(171, 171, 171, 0.6); + color: rgb( 11, 12, 145); +} + + td[data-date*="Feb"] { + background-color: rgba(232, 214, 148, 0.6); + box-shadow: grey inset 0px 0px 20px; + } + + caption { + caption-side: top; + text-align: center; + padding-bottom: 10px; + font-size: 1.2em; + letter-spacing: 3px; + } + + thead th { + background-color: rgb(154, 64, 3); + color: white; + } + +} \ No newline at end of file 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 - ============================================= -*/ diff --git a/case4/Dean_Chisnall_Shrek.jpg b/case4/Dean_Chisnall_Shrek.jpg new file mode 100644 index 0000000..60496bb Binary files /dev/null and b/case4/Dean_Chisnall_Shrek.jpg differ diff --git a/case4/GOD.jpeg b/case4/GOD.jpeg new file mode 100644 index 0000000..8484291 Binary files /dev/null and b/case4/GOD.jpeg differ diff --git a/case4/hcc_schedule.css b/case4/hcc_schedule.css new file mode 100644 index 0000000..54e8117 --- /dev/null +++ b/case4/hcc_schedule.css @@ -0,0 +1,61 @@ +@charset "utf-8"; +/* + New Perspectives on HTML and CSS, 7th Edition + Tutorial 6 + Case Problem 4 + + Schedule Table Style Sheet + Author: Lauren and Kenaz + Date: 11-28-18 + + Filename: hcc_schedule.css + Supporting Files: + +*/ + + + +/* Table Styles*/ +table{ + font-family: "Comic Sans MS", cursive, sans-serif; + border: 2px solid brown; + border-collapse: collapse; +} + +col#times{ + width: 10%; +} + +td { + text-align: center; + border: 1px solid brown; + border-collapse:collapse; + vertical-align: top; +} + +td#yep{ + background-color: red; + color: rgb(189, 190, 31); +} + +td#nope{ + background-image: url("Dean_Chisnall_Shrek.jpg"); + background-size:50px 75px ; +} + +th { + font-size: 1.15em; + background-color: rgb(189, 190, 31); + color:rgb(93, 60, 23); + border: 1px solid brown; +} + +caption { + color: orange; + font-size: 2em; +} + +thead th { + background-color: rgb(93, 60, 23); + color: rgb(189, 190, 31); +} \ No newline at end of file diff --git a/case4/hcc_schedule.html b/case4/hcc_schedule.html new file mode 100644 index 0000000..3d05ad1 --- /dev/null +++ b/case4/hcc_schedule.html @@ -0,0 +1,238 @@ + + + + + + + HCC Reservations + + + + + + + + + +
+

☞Hamilton Conference Center☜

+
+      
+      _              _    
+  ___| |__  _ __ ___| | __
+ / __| '_ \| '__/ _ \ |/ /
+ \__ \ | | | | |  __/   < 
+ |___/_| |_|_|  \___|_|\_\
+         is our leader   
+
+ 
+ ☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭☭
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Reservations for Conference Rooms Tuesday, April 10
TimeSunrise RoomMountain View RoomArbor HallMitchell TheaterGold RoomBlue RoomGreen Room
8:00 AMMarriage EncounterBreakfast Club of OhioComputer Expo Setup
9:00 AMThe Tompkins GroupRetiremet PlanningDriver's Ed
10:00 AM
10:30 AMPearson Planning The Senior Group
11:00 AM Ohio Conference of Librarians Movie Club
12:00 PM Marriage Encounter Luncheon Senior Luncheon
1:00 PMComputer Expo opening session Senior Classes
1:30 PM
2:00 PM Ohio Book Resale GroupMothers of Multiples
3:00 PM Marriage Encounter Talks Youth Theatre
3:30 PMTeen ConnectionTutoringTutoring
4:00 PM
5:00 PM
Maximum Capacity80 people150 people190 people120 people40 people30 people55 ogres
+
+

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.

+
+ +
+######################################################################################
+#                                                                                    # 
+#                            ,.--------._                                            #
+#                           /            ''.                                         #
+#                         ,'                \     |"\                /\          /\  #
+#                /"|     /                   \    |__"              ( \\        // ) #
+#               "_"|    /           z#####z   \  //                  \ \\      // /  #
+#                 \\  #####        ##------".  \//                    \_\\||||//_/   #
+#                  \\/-----\     /          ".  \                      \/ _  _ \     #
+#                   \|      \   |   ,,--..       \                    \/|(O)(O)|     #
+#                   | ,.--._ \  (  | ##   \)      \                  \/ |      |     #
+#                   |(  ##  )/   \ `-....-//       |///////////////_\/  \      /     #
+#                     '--'."      \                \              //     |____|      #
+#                  /'    /         ) --.            \            ||     /      \     #
+#               ,..|     \.________/    `-..         \   \       \|     \ 0  0 /     #
+#            _,##/ |   ,/   /   \           \         \   \       U    / \_//_/      #
+#          :###.-  |  ,/   /     \        /' ""\      .\        (     /              #
+#         /####|   |   (.___________,---',/    |       |\=._____|  |_/               #
+#        /#####|   |     \__|__|__|__|_,/             |####\    |  ||                #
+#       /######\   \      \__________/                /#####|   \  ||                #
+#      /|#######`. `\                                /#######\   | ||                #
+#     /++\#########\  \                      _,'    _/#########\ | ||                #
+#    /++++|#########|  \      .---..       ,/      ,'##########.\|_||  Donkey By     #
+#   //++++|#########\.  \.              ,-/      ,'########,+++++\\_\\ Hard'96       #
+#  /++++++|##########\.   '._        _,/       ,'######,''++++++++\                  #
+# |+++++++|###########|       -----."        _'#######' +++++++++++\                 #
+# |+++++++|############\.     \\     //      /#######/++++ S@yaN +++\                #
+#      ________________________\\___//______________________________________         #
+#     / ____________________________________________________________________)        #
+#    / /              _                                             _                #
+#    | |             | |                                           | |               #
+#     \ \            | | _           ____           ____           | |  _            #
+#      \ \           | || \         / ___)         / _  )          | | / )           #
+#  _____) )          | | | |        | |           (  __ /          | |< (            #
+# (______/           |_| |_|        |_|            \_____)         |_| \_)           #
+#                                                                           19.08.02 #
+######################################################################################
+
+ + +