diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d691e4f Binary files /dev/null and b/.DS_Store differ diff --git a/irakli_pankvelashvili/.DS_Store b/irakli_pankvelashvili/.DS_Store new file mode 100644 index 0000000..38aab9b Binary files /dev/null and b/irakli_pankvelashvili/.DS_Store differ diff --git a/irakli_pankvelashvili/Challenge 1/index.php b/irakli_pankvelashvili/Challenge 1/index.php new file mode 100644 index 0000000..ccffd8e --- /dev/null +++ b/irakli_pankvelashvili/Challenge 1/index.php @@ -0,0 +1,57 @@ + + + + + + + Chellange1 + + + + + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ $first
$last

"; + }else{ + echo "


ERROR:Firstname And Lastname Should Contain Only Alphabet [A-Z]

"; + } + + + } + + ?> + + + \ No newline at end of file diff --git a/irakli_pankvelashvili/Challenge 1/photos/OIP.jfif b/irakli_pankvelashvili/Challenge 1/photos/OIP.jfif new file mode 100644 index 0000000..ee0b4be Binary files /dev/null and b/irakli_pankvelashvili/Challenge 1/photos/OIP.jfif differ diff --git a/irakli_pankvelashvili/Challenge 1/style.css b/irakli_pankvelashvili/Challenge 1/style.css new file mode 100644 index 0000000..3e59524 --- /dev/null +++ b/irakli_pankvelashvili/Challenge 1/style.css @@ -0,0 +1,30 @@ +.mb-3{ + width: 500px; + margin: 0 auto; + +} + +p{ + text-align: center; + size: 16px; + font-weight: bold; + color: rgb(19, 19, 105); +} + + +h3{ + text-align: center; + color: red; + font-weight: bold; +} + +.btn{ + transition: 1s; +} + +.btn:hover{ + background-color: white; + color: blue; + width: 100px; +} + diff --git a/irakli_pankvelashvili/Challenge 2/index.php b/irakli_pankvelashvili/Challenge 2/index.php new file mode 100644 index 0000000..39dd36f --- /dev/null +++ b/irakli_pankvelashvili/Challenge 2/index.php @@ -0,0 +1,69 @@ + + + + + + + + + + Challenge 2 + + + + +
+
+ Git +
+ + + +
+
+
+
+ +
+ + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/irakli_pankvelashvili/Challenge 2/resource.php b/irakli_pankvelashvili/Challenge 2/resource.php new file mode 100644 index 0000000..6a7d392 --- /dev/null +++ b/irakli_pankvelashvili/Challenge 2/resource.php @@ -0,0 +1,36 @@ + + + diff --git a/irakli_pankvelashvili/Challenge 2/style.css b/irakli_pankvelashvili/Challenge 2/style.css new file mode 100644 index 0000000..41c37fa --- /dev/null +++ b/irakli_pankvelashvili/Challenge 2/style.css @@ -0,0 +1,15 @@ + + +.btn{ + width: 300px; + background-color: rgb(10, 10, 150); + color: white; + border-radius: 50px; + transition: 1s; + margin-left: 40%; +} + +.btn:hover{ + background-color: white; + color: blue; +} \ No newline at end of file