diff --git a/BG.png b/BG.png new file mode 100644 index 0000000..57c30e8 Binary files /dev/null and b/BG.png differ diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/c.css b/c.css new file mode 100644 index 0000000..df36cf2 --- /dev/null +++ b/c.css @@ -0,0 +1,60 @@ +body{ + margin: 0; + padding: 0; + text-align: center; + background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(tree.jpg); + background-size: cover; + background-position: center; + font-family: sans-serif; +} +.contact-title +{ + margin-top: 100px; + color: #fff; + text-transform: uppercase; + transition: all 4s ease-in-out; +} +.contact-title h1{ + font-size: 32px; + line-height: 10px; +} +.contact-title h2{ + font-size: 16px; +} +form{ + margin-top: 50px; + transition: all 4s ease-in-out; +} +.form-control +{ + width: 600px; + background: transparent; + border: none; + outline: none; + border-bottom: 1px solid white; + color: white; + font-size: 18px; + margin-bottom: 16px; +} +input +{ + height: 45px; +} +form .submit +{ + background: #ff5722; + border-color: transparent; + color: #fff; + font-size: 20px; + font-weight: bold; + letter-spacing: 2px; + height: 50px; + margin-top: 20px; +} + + +form .submit +{ + background-color: #f44336; + cursor: pointer; +} \ No newline at end of file diff --git a/c.php b/c.php new file mode 100644 index 0000000..be8a08c --- /dev/null +++ b/c.php @@ -0,0 +1,10 @@ +php \ No newline at end of file diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..d91646c --- /dev/null +++ b/contact.html @@ -0,0 +1,54 @@ + +
+ + +