|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta |
| 6 | + name="viewport" |
| 7 | + content="width=device-width, initial-scale=1, shrink-to-fit=no" |
| 8 | + /> |
| 9 | + <meta http-equiv="x-ua-compatible" content="ie=edge" /> |
| 10 | + <title>Material Design for Bootstrap</title> |
| 11 | + <!-- Font Awesome --> |
| 12 | + <link |
| 13 | + rel="stylesheet" |
| 14 | + href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" |
| 15 | + /> |
| 16 | + <!-- Google Fonts Roboto --> |
| 17 | + <link |
| 18 | + rel="stylesheet" |
| 19 | + href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" |
| 20 | + /> |
| 21 | + <!-- Bootstrap core CSS --> |
| 22 | + |
| 23 | + <style> |
| 24 | + .freebies { |
| 25 | + box-sizing: border-box; |
| 26 | + font-family: "Roboto"; |
| 27 | + font-size: 1rem; |
| 28 | + font-weight: 300; |
| 29 | + text-align: center; |
| 30 | + display: flex; |
| 31 | + align-items: center; |
| 32 | + justify-content: center; |
| 33 | + height: 100vh; |
| 34 | + color: rgba(0, 0, 0, 0.6); |
| 35 | + } |
| 36 | + |
| 37 | + .freebies h5 { |
| 38 | + font-size: 1.2rem; |
| 39 | + font-weight: 300; |
| 40 | + margin-bottom: 2rem; |
| 41 | + } |
| 42 | + |
| 43 | + .freebies div { |
| 44 | + padding-top: 30px; |
| 45 | + } |
| 46 | + .freebies a { |
| 47 | + background-color: #4285f4; |
| 48 | + color: white; |
| 49 | + text-transform: uppercase; |
| 50 | + padding: 1rem 2.4rem; |
| 51 | + font-size: 0.94rem; |
| 52 | + margin: 0.375rem; |
| 53 | + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), |
| 54 | + 0 2px 10px 0 rgba(0, 0, 0, 0.12); |
| 55 | + text-decoration: none; |
| 56 | + font-weight: 400; |
| 57 | + border-radius: 2px; |
| 58 | + letter-spacing: normal; |
| 59 | + } |
| 60 | + </style> |
| 61 | + </head> |
| 62 | + |
| 63 | + <body> |
| 64 | + <!-- Start your project here--> |
| 65 | + <div class="freebies"> |
| 66 | + <div> |
| 67 | + <h5> |
| 68 | + In order to access exclusive templates for free you need to have an |
| 69 | + MDBootstrap account. |
| 70 | + </h5> |
| 71 | + <hr /> |
| 72 | + <h5> |
| 73 | + Go to freebies page via the link below and <strong>Sign in</strong>, |
| 74 | + in order to download packages or <strong>Sign up</strong> in order to |
| 75 | + create the account. |
| 76 | + </h5> |
| 77 | + <div> |
| 78 | + <a |
| 79 | + href="https://mdbootstrap.com/freebies/?utm_campaign=ExclusiveFreebies&utm_source=Vue" |
| 80 | + >Unlock freebies <i class="fas fa-unlock ml-2"></i |
| 81 | + ></a> |
| 82 | + </div> |
| 83 | + </div> |
| 84 | + </div> |
| 85 | + <!-- End your project here--> |
| 86 | + |
| 87 | + <!-- Your custom scripts (optional) --> |
| 88 | + <script type="text/javascript"></script> |
| 89 | + </body> |
| 90 | +</html> |
0 commit comments