diff --git a/BLM/article.php b/BLM/article.php new file mode 100644 index 0000000..e69de29 diff --git a/BLM/beer.php b/BLM/beer.php new file mode 100644 index 0000000..e69de29 diff --git a/BLM/brewery.php b/BLM/brewery.php new file mode 100644 index 0000000..e69de29 diff --git a/BLM/myList.php b/BLM/myList.php new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/db/vujovicig.mwb b/db/vujovicig.mwb new file mode 100644 index 0000000..80d5f2b Binary files /dev/null and b/db/vujovicig.mwb differ diff --git a/db/vujovicig.mwb.bak b/db/vujovicig.mwb.bak new file mode 100644 index 0000000..a81271a Binary files /dev/null and b/db/vujovicig.mwb.bak differ diff --git a/db/vujovicigExtra.mwb b/db/vujovicigExtra.mwb new file mode 100644 index 0000000..ee4690f Binary files /dev/null and b/db/vujovicigExtra.mwb differ diff --git a/db/vujovicigExtra.mwb.bak b/db/vujovicigExtra.mwb.bak new file mode 100644 index 0000000..b88f735 Binary files /dev/null and b/db/vujovicigExtra.mwb.bak differ diff --git a/footer.php b/footer.php deleted file mode 100644 index 04f355b..0000000 --- a/footer.php +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/header.php b/header.php deleted file mode 100644 index 9a4475f..0000000 --- a/header.php +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Beer List Of Mine - - - - - - -
-

Welcome to BLM
- Beer List of Mine

-
- - - diff --git a/index.php b/index.php old mode 100644 new mode 100755 index 7ea5165..25e6bae --- a/index.php +++ b/index.php @@ -1,18 +1,7 @@ - + -
-
-

News - Lorem Ipsum!

-

This is a placeholder for news

-
-
-

Why do we use it?

-

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

-

Where does it come from?

-

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

-
-
+ - + - + diff --git a/search.php b/search.php new file mode 100644 index 0000000..e69de29 diff --git a/sidebar.php b/sidebar.php deleted file mode 100644 index 7b382c4..0000000 --- a/sidebar.php +++ /dev/null @@ -1,48 +0,0 @@ - diff --git a/src/bg-logo.png b/src/bg-logo.png new file mode 100644 index 0000000..2e19770 Binary files /dev/null and b/src/bg-logo.png differ diff --git a/icon/home-ico.png b/src/home-ico.png similarity index 100% rename from icon/home-ico.png rename to src/home-ico.png diff --git a/src/key-ico.png b/src/key-ico.png new file mode 100644 index 0000000..d53967a Binary files /dev/null and b/src/key-ico.png differ diff --git a/src/search-ico.png b/src/search-ico.png new file mode 100644 index 0000000..64ac4bd Binary files /dev/null and b/src/search-ico.png differ diff --git a/src/style/style.css b/src/style/style.css new file mode 100755 index 0000000..7a4cb95 --- /dev/null +++ b/src/style/style.css @@ -0,0 +1,161 @@ +/* +Studentská oborová rada ITTV Pedf UK v Praze +http://ittivuk.php5.cz/ +Authors: Michaela Stejskalová, Jan Vais, Michal Dudek +Version: release 3.1 +*/ + +/* --- MAIN --- */ + +/* ZÁKADNÍ BARVY POUŽITÉ V THEME +zelená: #a7c623 +zeleno-černá: #2f3511 +světle modrá: #c6dcea +*/ + +body { + text-align: center; + font-family: 'Signika Negative', sans-serif; + max-width: 960px; + margin: auto; + background-color:white; + } + +/* - Nadpisy - */ +h1, h2, h3, h4 { + font-family: 'Signika Negative', sans-serif; + text-align: left; + color: #575757; + font-size: 1.7em; +} +h1 { /* název stránky */ + float: right; + font-size: 1.7em; + margin: 10% 5% 0 0; + } +h2 { + font-size: 1.3em; + margin: 5% 0 2% 0; + border-bottom: 1px dashed #575757; +} +h3 { + font-size: 1.1em; + margin: 5% 0 2% 0; +} + +/* --- HEAD --- */ + +header { + height: 220px; + width: 100%; + margin: 0 0 0 0; + background-image: url("/home/src/bg-logo.png"); + background-repeat: no-repeat; +} + +nav { + background-color: #575757; + border-radius: 8px; +} + +.scrolltainer { + background-color: #575757; + position: fixed; + width: 960px; + bottom:0; + border-radius: 8px; + +} + +.searchBar { + position: relative; + display: flex; + background-color: #575757; + border-radius: 8px; + justify-content: end; + margin-right: 25px; +} + + +/* --- CONTENT --- */ + +.menu { + display: flex; + justify-content: end; + margin-right: 25px; + background-color: #575757; + border-radius: 8px; +} + +div.content { + float: left; + width: 66%; + margin-right: 1%; + text-align: justify; +} + +aside { + float: right; + width: 28%; + text-align: left; +} + +aside ul, aside li { + padding-left: 2%; + list-style: none; + text-align: left; +} + + +/* Formulář */ + +input { + border: 1px solid #CCC; + border-radius: 8px; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + padding: 1% 1% 1% 1%; + margin: 1% 0 1% 1%; + height: 32px; + font-family: 'Signika Negative', sans-serif; + font-size: 1em; + font-weight: normal; + float: left; +} +input:focus { + border: 1px solid #09F; + border-radius: 8px; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + outline: none; +} + +button { + text-align: center; + background: #575757; + color: #575757; + border: 2px solid #fff; + border-radius: 8px; + cursor: pointer; + outline: 0; +} + +button:hover { + color: #fff; + background: #575757; + border: 2px solid #fff; +} + +/* --- FOOTER --- */ +footer { + clear: both; + width: 100%; + text-align: center; + color: #575757; + border-top: 1px dashed #575757; + padding-bottom: 80px; +} +footer p { + margin: 0 0 0 0; +} + diff --git a/style/style.css b/style/style.css deleted file mode 100644 index 523c539..0000000 --- a/style/style.css +++ /dev/null @@ -1,264 +0,0 @@ -/* -Studentská oborová rada ITTV Pedf UK v Praze -http://ittivuk.php5.cz/ -Authors: Michaela Stejskalová, Jan Vais, Michal Dudek -Version: release 3.1 -*/ - -/* --- MAIN --- */ - -/* ZÁKADNÍ BARVY POUŽITÉ V THEME -zelená: #a7c623 -zeleno-černá: #2f3511 -světle modrá: #c6dcea -*/ - -body { - text-align: center; - font-family: 'Signika Negative', sans-serif; - max-width: 960px; - margin: auto; - background-color:white; - } - -/* - Nadpisy - */ -h1, h2, h3, h4 { - font-family: 'Signika Negative', sans-serif; - text-align: left; - color: #575757; - font-size: 1.7em; -} -h1 { /* název stránky */ - float: right; - font-size: 1.7em; - margin: 10% 5% 0 0; - } -h2 { - font-size: 1.3em; - margin: 5% 0 2% 0; - border-bottom: 1px dashed #575757; -} -h3 { - font-size: 1.1em; - margin: 2% 0 0 0; -} - -/* --- HEAD --- */ - -header { - height: 250px; - width: 100% - margin: 0 0 0 0; - background-image: url(/images/bg_logo_gray.png); - background-repeat: no-repeat; - } - -/* - Menu - */ -nav { - background-color: #575757; - color: white; - font-size: 1em; -} -.menu { - margin: 0 auto; - width: 100%; - text-align: right; -} - -/* AUTHOR: Josh Riser - URL: http://cssdeck.com/labs/another-simple-css3-dropdown-menu */ - -.menu ul { - text-align: left; - display: inline; - margin: 0; - padding: 0px 4px 0px 0; - list-style: none; - color:white; - background-color: #575757; - width: 930px; -} -.menu ul li { - font: bold 16pt; - color:white; - display: inline-block; - margin-right: -4px; - position: relative; - padding: 25px 25px; -} -.menu ul li a:link { - color: #FFF; - text-decoration:none; - font-size:16pt; -} -.menu ul li:hover { - background: #575757; - color: #FFF; -} -.menu ul li a:visited { - color: #FFF; -} -.menu ul li ul { - padding: 0; - position: absolute; - top: 40px; - left: 0; - width: 240px; - display: none; -} -.menu ul li ul li { - background: #575757; - display: block; - color: #fff; - font-size: 14pt; -} -.menu ul li ul li:hover { - background: #575757; - color: black; -} -.menu ul li ul li a:link { - font-size: 12pt; -} -.menu ul li:hover ul { - display: block; - opacity: 1; - visibility: visible; -} -.home-ico { - padding: 9px 10px 8px 10px; - margin:0px; - float:left; -} -.home-ico:hover{ - padding: 9px 10px 8px 10px; - margin:0px; - float:left; - background: #575757; -} - -/* --- CONTENT --- */ - -div.content { - float: left; - width: 66%; - margin: 0 0 0 0; - text-align: justify; -} -aside.right { - float: right; - width: 28%; - margin: 2% 0 0 0; - text-align: left; -} -aside ul, aside li { - list-style: none; -} -aside h2 { - margin: 5% 0 2% 0; -} -table { - margin: 5% 0 5% 0; -} -table th { - font-family: 'Signika Negative', sans-serif; - text-align: left; - color: #575757; - font-size: 1.1em; -} -table td { - padding: 0 0 1% 5%; -} -table p { - font-family: 'Signika Negative', sans-serif; - text-align: left; - color: #575757; - font-size: 1em; -} - -/* Formulář */ - -input { - border: 1px solid #CCC; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - padding: 1% 1% 1% 1%; - margin: 1% 0 1% 1%; - font-family: 'Signika Negative', sans-serif; - font-size: 1em; - font-weight: normal; - float: left; -} -input:focus { - border: 1px solid #09F; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - outline: none; -} -textarea { - border: 1px solid #CCC; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - padding: 1% 1% 1% 1%; - margin: 1% 0 1% 1%; - float: left; - font-family: 'Signika Negative', sans-serif; - font-size: 1en; - font-weight: normal; - width: 95%; -} -textarea:focus { - border: 1px solid #09F; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - outline: none; -} - -.text {width: 46%;} -textarea.text {width: 95%;} - -.button { - float: left; - width: 48%; - color: #fff; - text-align: center; - font-size: 1.3em; - background: #575757; - border: 3px solid #575757; - border-radius: 8px; - cursor: pointer; - outline: 0; -} -.button:hover { - background: #fff; - color: #575757; - border: 3px solid #575757; -} - -/* --- FOOTER --- */ -footer { - clear: both; - width: 100%; - text-align: center; - color: #575757; - margin: 0 0 1% 0; - padding: 1% 0 0 0; - border-top: 1px dashed #575757; -} -footer p { - margin: 0 0 0 0; -} - -.contacts .name { - font-weight: 600; - -} - -.contacts .content { - font-style: italic; -} - - diff --git a/verify.php b/verify.php new file mode 100644 index 0000000..e69de29 diff --git a/view/footer.php b/view/footer.php new file mode 100755 index 0000000..69a8bdf --- /dev/null +++ b/view/footer.php @@ -0,0 +1,12 @@ +
+ +
+ + + diff --git a/view/header.php b/view/header.php new file mode 100755 index 0000000..38e2bf2 --- /dev/null +++ b/view/header.php @@ -0,0 +1,25 @@ + + + + + Beer List Of Mine + + + + + + +
+

Welcome to
Beer List of Mine

+
+ + + diff --git a/view/mainContent.php b/view/mainContent.php new file mode 100755 index 0000000..bc4e867 --- /dev/null +++ b/view/mainContent.php @@ -0,0 +1,23 @@ +
+
+
+

News - Lorem Ipsum!

+

This is a placeholder for news

+
+
+ +
+
+

Why do we use it?

+

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

+
+
+ +
+
+

Where does it come from?

+

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

+
+
+ +
\ No newline at end of file diff --git a/view/sidebar.php b/view/sidebar.php new file mode 100755 index 0000000..fe9eb03 --- /dev/null +++ b/view/sidebar.php @@ -0,0 +1,26 @@ +