| Index: index.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/index.html |
| @@ -0,0 +1,56 @@ |
| +<!doctype html> |
| +<html> |
| +<head> |
| + <meta charset="UTF-8"> |
| + <title>Issue #4961 Demo</title> |
| + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| + |
| + <link rel="stylesheet" href="css/main.css"> |
| +</head> |
| +<body> |
| +<div class="card-group"> |
| + |
| + <div class="card"> |
| + <div class="card__header"> |
| + <h2>Publishers</h2> |
| + </div> |
| + <div class="card__content"> |
| + <p>Monetize your adblocking audience</p> |
| + <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p> |
| + </div> |
| + <div class="card__footer"> |
| + Button |
| + </div> |
| + </div> |
| + |
| + <div class="card"> |
| + <div class="card__header"> |
| + <h2>Ad Networks or a Much Much Longer Title</h2> |
| + </div> |
| + <div class="card__content"> |
| + <p>Monetize your adblocking audience</p> |
| + <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p> |
| + </div> |
| + <div class="card__footer"> |
| + Button |
| + </div> |
| + </div> |
| + |
| + <div class="card"> |
| + <div class="card__header"> |
| + <h2>Advertisers</h2> |
| + </div> |
| + <div class="card__content"> |
| + <p>Monetize your adblocking audience</p> |
| + <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p> |
| + <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p> |
| + <p>Monetize your adblocking audience</p> |
| + </div> |
| + <div class="card__footer"> |
| + Button |
| + </div> |
| + </div> |
| +</div> |
| + |
| +</body> |
| +</html> |