From b8e396137fa1172c522ff8c974b2e19ecb0bbbb6 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 17 Apr 2018 14:45:19 +0300 Subject: [PATCH 01/22] Added new file --- index.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..64d4d0c --- /dev/null +++ b/index.php @@ -0,0 +1,3 @@ + Date: Tue, 17 Apr 2018 15:19:14 +0300 Subject: [PATCH 02/22] Added --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 64d4d0c..cb8db49 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,3 @@ phpinfo(); From e0922d6cfec4d2a48214d0c47775a26f085c6dfc Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 17 Apr 2018 16:10:11 +0300 Subject: [PATCH 03/22] Added author --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69de29..28430d4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +Created by user \ No newline at end of file From 8372e916275c4060f41c91c75b13d6d4742523af Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 22 Apr 2018 20:36:48 +0300 Subject: [PATCH 04/22] :q : :q :quit :quit --- index.php | 35 ++++++++++++++++++++++++++++++++--- style.css | 6 ++++++ 2 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 style.css diff --git a/index.php b/index.php index cb8db49..1f14c9b 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,32 @@ - -phpinfo(); + + + + Галерея + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..7c1be1e --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +.gallery { + width: 50%; + height: 100%; + background-color: red; + text-align: center; +} \ No newline at end of file From ebd838d948911c58aebbb900223921b0610e71b3 Mon Sep 17 00:00:00 2001 From: Vasyl Antoniuk <38357859+antscrid@users.noreply.github.com> Date: Sun, 22 Apr 2018 20:48:04 +0300 Subject: [PATCH 05/22] Delete --- style.css | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 7c1be1e..0000000 --- a/style.css +++ /dev/null @@ -1,6 +0,0 @@ -.gallery { - width: 50%; - height: 100%; - background-color: red; - text-align: center; -} \ No newline at end of file From 42b1b843bea0200413b43398893e8fdccb016f22 Mon Sep 17 00:00:00 2001 From: Vasyl Antoniuk <38357859+antscrid@users.noreply.github.com> Date: Sun, 22 Apr 2018 20:48:18 +0300 Subject: [PATCH 06/22] Delete --- index.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 index.php diff --git a/index.php b/index.php deleted file mode 100644 index 1f14c9b..0000000 --- a/index.php +++ /dev/null @@ -1,32 +0,0 @@ - - - - Галерея - - - - - - - - \ No newline at end of file From fca1834510582d479cdbbd8c49b1cf7234b805c3 Mon Sep 17 00:00:00 2001 From: Vasyl Antoniuk <38357859+antscrid@users.noreply.github.com> Date: Sun, 22 Apr 2018 21:21:09 +0300 Subject: [PATCH 07/22] Created the gallery --- index.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..1f14c9b --- /dev/null +++ b/index.php @@ -0,0 +1,32 @@ + + + + Галерея + + + + + + + + \ No newline at end of file From e89b10eb16472992d07237d908857b345c788941 Mon Sep 17 00:00:00 2001 From: Vasyl Antoniuk <38357859+antscrid@users.noreply.github.com> Date: Sun, 22 Apr 2018 22:10:48 +0300 Subject: [PATCH 08/22] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 1f14c9b..c34a6c9 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ - + \ No newline at end of file + From efa0d186aeb0d6a0aa26b8c2536d649cc4cdbbb2 Mon Sep 17 00:00:00 2001 From: Vasyl Antoniuk <38357859+antscrid@users.noreply.github.com> Date: Sun, 22 Apr 2018 22:11:23 +0300 Subject: [PATCH 09/22] Created the stylesheet --- style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..a8130f7 --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +/*Pageview for desktops*/ +@media (min-width: 999px) { + .gallery { + width: 60%; + margin-left: 20%; + margin-rigth: 20%; + text-align: center; + }} +/*Pageview for tablets*/ +@media (max-width: 991px) { + .gallery { + width: 80%; + margin-left: 10%; + margin-rigth: 10%; + text-align: center; + }} +/*Pageview for smartphones*/ +@media (max-width: 767px) { + .gallery { + width: 90%; + margin-left: 5%; + margin-rigth: 5%; + text-align: center; + }} From ab734ee7937ee4a4dad793b14ddb4a08a8bfb4d1 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 23 Apr 2018 14:40:23 +0300 Subject: [PATCH 10/22] Updated index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c34a6c9..94c596e 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ - +