|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
9 | 9 |
|
10 | 10 | <!-- CSS Dependencies -->
|
11 |
| - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> |
| 11 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
12 | 12 | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
|
13 |
| - <link rel="stylesheet" href="css/shards.min.css"> |
14 |
| - <link rel="stylesheet" href="css/shards-extras.min.css"> |
| 13 | + <link rel="stylesheet" href="css/shards.min.css?version=2.0.0"> |
| 14 | + <link rel="stylesheet" href="css/shards-extras.min.css?version=2.0.0"> |
15 | 15 | </head>
|
16 | 16 | <body class="shards-app-promo-page--1">
|
17 | 17 | <!-- Welcome Section -->
|
@@ -224,7 +224,7 @@ <h3 class="section-title text-center text-white m-5">Newsletter</h3>
|
224 | 224 | <p class="text-muted col-md-6 text-center mx-auto">Lorem ipsum dolor sit amet, consectetur adipisicing elit. At voluptatum libero ipsum eius rem, facere deserunt repudiandae autem sapiente dolores.</p>
|
225 | 225 | <form class="form-inline d-table mb-5 mx-auto" action="/">
|
226 | 226 | <div class="form-group">
|
227 |
| - <input class="form-control border-0 mr-3 mb-2" type="text" placeholder="Email address"> |
| 227 | + <input class="form-control border-0 mr-3 mb-2 mr-sm-0" type="text" placeholder="Email address"> |
228 | 228 | <button class="btn btn-success mb-2" type="submit">Subscribe</button>
|
229 | 229 | </div>
|
230 | 230 | </form>
|
@@ -303,6 +303,6 @@ <h3 class="section-title text-center m-5">Contact Us</h3>
|
303 | 303 | <!-- JavaScript Dependencies -->
|
304 | 304 | <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
305 | 305 | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
|
306 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script> |
| 306 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> |
307 | 307 | </body>
|
308 | 308 | </html>
|
0 commit comments