| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html lang="en" dir="ltr"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <title>Adblock Plus newsletter signup form</title> | |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 7 <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
| |
| 8 </head> | |
| 9 <body> | |
| 10 <div class="outer-container"> | |
| 11 <div class="container phablet-width content"> | |
| 12 | |
| 13 <header id="header"> | |
| 14 <h1 id="title"> | |
| 15 <img src="img/abp-logo.png" srcset="img/abp-logo.svg 2x" alt="ABP insi de red octagon"> | |
|
ire
2017/12/21 11:54:05
I used this logo instead of the full one (with tex
| |
| 16 <span>Adblock<strong>Plus</strong></span> | |
| 17 </h1> | |
| 18 <p class="lead"><strong>Sign up for the Adblock Plus newsletter</strong> </p> | |
| 19 <p>Stay up to date with all things Adblock Plus</p> | |
| 20 </header> | |
| 21 | |
| 22 <form class="phone-width align-center"> | |
| 23 <label for="email">Email Address *</label> | |
| 24 <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.
| |
| 25 <span class="error-message">Please enter a valid email address</span> | |
| 26 | |
| 27 <label for="fullname">Full name</label> | |
| 28 <input type="text" id="fullname" name="fullname"> | |
| 29 | |
| 30 <button type="submit" class="button secondary">Sign Up</button> | |
| 31 | |
| 32 <p class="text-center"> | |
| 33 <a href="https://adblockplus.org/en/privacy" target="_blank">Privacy P olicy</a> | |
| 34 </p> | |
| 35 </form> | |
| 36 </div> | |
| 37 </div> | |
| 38 </body> | |
| 39 </html> | |
| OLD | NEW |