| Index: index.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/index.html |
| @@ -0,0 +1,39 @@ |
| +<!doctype html> |
| +<html lang="en" dir="ltr"> |
| +<head> |
| + <meta charset="utf-8"> |
| + <title>Adblock Plus newsletter signup form</title> |
| + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| + <link rel="stylesheet" type="text/css" href="css/main.min.css"> |
|
ire
2017/12/21 11:54:05
In the actual implementation, I will likely inline
saroyanm
2017/12/21 16:07:57
Do they have an API documentation in English ?
The
ire
2017/12/22 10:33:22
No they don't :(
I've just been trying to figure
saroyanm
2017/12/22 12:26:10
That's a shame that we have choose a German provid
|
| +</head> |
| +<body> |
| + <div class="outer-container"> |
| + <div class="container phablet-width content"> |
| + |
| + <header id="header"> |
| + <h1 id="title"> |
| + <img src="img/abp-logo.png" srcset="img/abp-logo.svg 2x" alt="ABP inside red octagon"> |
|
ire
2017/12/21 11:54:05
I used this logo instead of the full one (with tex
|
| + <span>Adblock<strong>Plus</strong></span> |
| + </h1> |
| + <p class="lead"><strong>Sign up for the Adblock Plus newsletter</strong></p> |
| + <p>Stay up to date with all things Adblock Plus</p> |
| + </header> |
| + |
| + <form class="phone-width align-center"> |
| + <label for="email">Email Address *</label> |
| + <input type="email" id="email" name="email" required> |
|
ire
2017/12/21 11:54:05
You can demo what it would look like if this field
saroyanm
2017/12/21 16:07:57
Acknowledged.
|
| + <span class="error-message">Please enter a valid email address</span> |
| + |
| + <label for="fullname">Full name</label> |
| + <input type="text" id="fullname" name="fullname"> |
| + |
| + <button type="submit" class="button secondary">Sign Up</button> |
| + |
| + <p class="text-center"> |
| + <a href="https://adblockplus.org/en/privacy" target="_blank">Privacy Policy</a> |
| + </p> |
| + </form> |
| + </div> |
| + </div> |
| +</body> |
| +</html> |