From 868d40bd66ece32de8e6028ccfd5fede1769a3bb Mon Sep 17 00:00:00 2001 From: Ilia Date: Sun, 14 Aug 2022 17:31:12 +0400 Subject: [PATCH 1/3] Home work Week 1 --- ilia_dzidzishvili/index.php | 65 ++++++++++++++++++++++++++++++++++++ ilia_dzidzishvili/styles.css | 36 ++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 ilia_dzidzishvili/index.php create mode 100644 ilia_dzidzishvili/styles.css diff --git a/ilia_dzidzishvili/index.php b/ilia_dzidzishvili/index.php new file mode 100644 index 0000000..76581fe --- /dev/null +++ b/ilia_dzidzishvili/index.php @@ -0,0 +1,65 @@ + + + + + + + Week-1 + + + + + + +
+

Bitoid week 1

+ + + +
+ +
+ +
+ + Firstname:
+ Lastname:
+ Profile image:
+ + + + + +
+ + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/ilia_dzidzishvili/styles.css b/ilia_dzidzishvili/styles.css new file mode 100644 index 0000000..060fcdf --- /dev/null +++ b/ilia_dzidzishvili/styles.css @@ -0,0 +1,36 @@ +.container, form{ + padding-top: 20px; + margin: auto; + width: 100%; + max-width: 800px; + display: flex; + flex-direction: column; +} +h1{ + border-bottom: solid #dddbdb 1px; +} +label{ + margin-bottom: 4px; +} +input{ + border:solid grey 1px; + border-radius: 4px; + font-size: 14px; + padding: 8px; + margin-bottom: 12px; +} +input:focus{ + border: solid blue 1px; + outline: #6ca2e9; +} +button{ + width: fit-content; + padding: 8px 20px; +} +.error-messages{ + border: solid #f97f7f 1px; + background-color: #ffc1be; + border-radius: 4px; + padding: 8px; + color: #f90909; +} \ No newline at end of file From 5cb931f497c3886e96214f4fe1d51d41d4c34968 Mon Sep 17 00:00:00 2001 From: Ilia Date: Sun, 14 Aug 2022 21:14:44 +0400 Subject: [PATCH 2/3] Home work Week 1 --- ilia_dzidzishvili/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ilia_dzidzishvili/index.php b/ilia_dzidzishvili/index.php index 76581fe..fbde7d2 100644 --- a/ilia_dzidzishvili/index.php +++ b/ilia_dzidzishvili/index.php @@ -12,7 +12,7 @@ Date: Thu, 18 Aug 2022 10:43:39 +0400 Subject: [PATCH 3/3] add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd1f336 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +uploads/ \ No newline at end of file