From 1949c151bda3bea2e12965fccc6d97b60ac9581b Mon Sep 17 00:00:00 2001 From: Vakojan Date: Thu, 19 May 2022 21:59:02 +0400 Subject: [PATCH 1/2] submitted --- vako_janikashvili/first/index.php | 62 +++++++++++++++++++++++++++++++ vako_janikashvili/first/style.css | 45 ++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 vako_janikashvili/first/index.php create mode 100644 vako_janikashvili/first/style.css diff --git a/vako_janikashvili/first/index.php b/vako_janikashvili/first/index.php new file mode 100644 index 0000000..3b38d51 --- /dev/null +++ b/vako_janikashvili/first/index.php @@ -0,0 +1,62 @@ + + + + My name valid + + + + + +
+

Registration form

+
+ +
+ +
+
+

+
+ +
+
+ + + + '; + echo "
"; + echo "I'm " . $success. " from BitCamp"; + }else{ + echo $error; + } + } + + + + + ?> + + + + + + diff --git a/vako_janikashvili/first/style.css b/vako_janikashvili/first/style.css new file mode 100644 index 0000000..ac1245d --- /dev/null +++ b/vako_janikashvili/first/style.css @@ -0,0 +1,45 @@ +body { + background-color: rgb(83, 116, 216); + margin-top: 30px; + text-align: center; + font-size: 30px; + font-style: bold; + font-family: 'Times New Roman', Times, serif; + +} + +.container { + width: 300px; + margin-bottom: 10px; + border: 1px solid #000000; + padding: 10px; + background-color: rgb(173, 185, 223); + box-shadow: 5px 5px; + font-size: 17px; + + +} + +form { + text-align: center; + +} + + + #submit { + background-color: #48a11f; +} + +.container input { + width: 250px; + border: none; + border-radius: 50px; + padding: 5px 10px; + margin-bottom: 15px; +} + +img { + border-radius: 30%; + width: 250px; + margin: 5px; +} \ No newline at end of file From 5bb14660481314f9243fc845829e4fb150e34a8f Mon Sep 17 00:00:00 2001 From: Vakojan Date: Mon, 23 May 2022 17:11:34 +0400 Subject: [PATCH 2/2] Submitted --- vako_janikashvili/second/index.php | 105 +++++++++++++++++++++++++++++ vako_janikashvili/second/style.css | 42 ++++++++++++ 2 files changed, 147 insertions(+) create mode 100644 vako_janikashvili/second/index.php create mode 100644 vako_janikashvili/second/style.css diff --git a/vako_janikashvili/second/index.php b/vako_janikashvili/second/index.php new file mode 100644 index 0000000..5fc8a9d --- /dev/null +++ b/vako_janikashvili/second/index.php @@ -0,0 +1,105 @@ + + + + + + + + php browse + + + + + HomeWork-2 + + +
+

Lets Try : ))

+
+ + +
+ + + +
+
+
+
+ +
+ "; + //var_dump($repository["login"]); + var_dump($repository["owner"]); + //var_dump($repository["html_url"]); + echo ""; + "
"; + } + } + } + } + ?> + +
+ + ", + "", "
", + "visit to ".$repository["login"]."","
", + "
"; + } + } + } + } + + ?> +
+
+ + + \ No newline at end of file diff --git a/vako_janikashvili/second/style.css b/vako_janikashvili/second/style.css new file mode 100644 index 0000000..e6385f2 --- /dev/null +++ b/vako_janikashvili/second/style.css @@ -0,0 +1,42 @@ +body{ + padding: 20px; +} + +.container{ + padding: 30px; + margin: auto; +} +h2 { + color: rgb(255, 0, 0); + font-weight: bold; + margin-bottom: 15px; +} +form { + text-align: center; + color: rgb(255, 0, 0); +} +.submit { + background-color: green; +} + +#img { + width: 350px; + border-radius: 20px; + transition: 0.5s; +} + +#img:hover { + opacity: 60%; +} + +.content { + text-align: center; + color: rgb(255, 0, 0); + font-size: 30px; + +} + +.container a { + color:blue; + font-family: sans-serif; +} \ No newline at end of file