-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
106 lines (89 loc) · 5.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en-us">
<head>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>WP-Bootstrap</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="assets/images/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="assets/images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/images/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="assets/images/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="assets/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="assets/images/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<style>
.h3 {
display: inline
}
</style>
<meta name="description" content="WP Bootstrap is a simple collection of Twitter Bootstrap tools for WordPress." />
<link rel="canonical" href="https://wp-bootstrap.org/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="WP Bootstrap" />
<meta property="og:description" content="WP Bootstrap is a simple collection of Twitter Bootstrap tools for WordPress." />
<meta property="og:url" content="https://wp-bootstrap.org/" />
<meta property="og:site_name" content="WP Bootstrap" />
<meta name="twitter:card" content="WP Bootstrap is a simple collection of Twitter Bootstrap tools for WordPress." />
<meta name="twitter:description" content="WP Bootstrap is a simple collection of Twitter Bootstrap tools for WordPress." />
<meta name="twitter:title" content="WP Bootstrap" />
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-83321026-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body style="background: silver;">
<div class="container">
<div style="text-align: center; background: silver; padding: 2%">
<img src="./assets/images/wp-bootstrap-logo.png" alt="wp-bootstrap-logo" width="200" height="200">
<h1>WP Bootstrap</h1>
<h4> WP Bootstrap is a simple collection of Twitter Bootstrap tools for WordPress.</h4>
</div>
</div>
<div id="result">
</div>
<footer style="bottom:0; margin-top: 220px padding: 5px; background: black;">
<h3 style="font-style: italic; color: white; text-align: center;">Sponsored by
<div align="center">
<a href="https://www.imforza.com/" target='_blank'><img class="img-responsive" src="assets/images/imforza2.jpg" width="450" alt="imforza-logo" height="200"></a>
</div>
</h3>
</footer>
<!-- Latest compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script src="js/main.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div id="footer"></div>
</body>
</html>