-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (152 loc) · 9.88 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<!--
Bootstrap 4
This is a Native mobile application for Android that includes all the
documentation for Bootstrap 4.
Copyright: Copyright (c) 2018 22 Digital (https://22digital.co.za)
Author : Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
License : https://opensource.org/licenses/MIT MIT
Version : 0.1.5
Link : https://github.com/22digital/bootstrap-4-android
Link : https://22digital.co.za
Link : https://justinhartman.blog
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src * 'unsafe-inline'; img-src * 'unsafe-inline'; font-src * 'unsafe-inline';" /> -->
<meta http-equiv="Content-Security-Policy" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- Load Cordova -->
<script type="text/javascript" src="cordova.js"></script>
<!-- Bootstrap core CSS -->
<link href="file:///android_asset/www/docs/4.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Documentation extras -->
<link href="file:///android_asset/www/docs/4.1/assets/css/docs.min.css" rel="stylesheet">
<!-- Google Analytics -->
<script>
window.ga = window.ga || function() {
(ga.q = ga.q || []).push(arguments)
};
ga.l = +new Date;
var GA_LOCAL_STORAGE_KEY = 'ga:clientId';
ga('create', 'UA-111102416-5', {
'storage': 'none',
'clientId': localStorage.getItem(GA_LOCAL_STORAGE_KEY)
});
ga(function(tracker) {
localStorage.setItem(GA_LOCAL_STORAGE_KEY, tracker.get('clientId'));
});
// File URL support.
ga('set', 'checkProtocolTask', function() { /* noop */ });
// Send the screenview hit.
ga('send', {
hitType: 'screenview',
screenName: 'Home',
appName: 'Bootstrap'
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Admob Plugin -->
<script type="text/javascript">
function onDeviceReady() {
document.removeEventListener('deviceready', onDeviceReady, false);
// Set cordova-admob options:
admob.setOptions({
publisherId: "ca-app-pub-9220202929300502/9759654695",
interstitialAdId: "ca-app-pub-9220202929300502/8184108323"
});
}
document.addEventListener("deviceready", onDeviceReady, false);
</script>
</head>
<body><header class="navbar navbar-dark bd-navbar fixed-top shadow-lg">
<a class="navbar-brand mr-0 mr-md-2" href="file:///android_asset/www/index.html" aria-label="Bootstrap"><svg class="d-block" width="36" height="36" viewbox="0 0 612 612" xmlns="http://www.w3.org/2000/svg" focusable="false"><title>Bootstrap</title><path fill="currentColor" d="M510 8a94.3 94.3 0 0 1 94 94v408a94.3 94.3 0 0 1-94 94H102a94.3 94.3 0 0 1-94-94V102a94.3 94.3 0 0 1 94-94h408m0-8H102C45.9 0 0 45.9 0 102v408c0 56.1 45.9 102 102 102h408c56.1 0 102-45.9 102-102V102C612 45.9 566.1 0 510 0z"/><path fill="currentColor" d="M196.77 471.5V154.43h124.15c54.27 0 91 31.64 91 79.1 0 33-24.17 63.72-54.71 69.21v1.76c43.07 5.49 70.75 35.82 70.75 78 0 55.81-40 89-107.45 89zm39.55-180.4h63.28c46.8 0 72.29-18.68 72.29-53 0-31.42-21.53-48.78-60-48.78h-75.57zm78.22 145.46c47.68 0 72.73-19.34 72.73-56s-25.93-55.37-76.46-55.37h-74.49v111.4z"/></svg>
</a>
<div class="navbar-nav-scroll">
<ul class="navbar-nav bd-navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link active" href="file:///android_asset/www/index.html" onclick="ga('send', 'event', 'Navbar', 'Bootstrap App', 'Bootstrap');">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="file:///android_asset/www/docs/4.1/getting-started/introduction.html" onclick="ga('send', 'event', 'Navbar', 'Bootstrap App', 'Docs');">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link " href="file:///android_asset/www/docs/4.1/examples/index.html" onclick="ga('send', 'event', 'Navbar', 'Bootstrap App', 'Examples');">Examples</a>
</li>
<!-- <button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" width="30" height="30" focusable="false"><title>Menu</title><path stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>
</button> -->
</ul>
</div>
</header>
<div class="mt-5 mt-md-0">
<main class="bd-masthead" id="content" role="main">
<div class="container">
<div class="row align-items-center">
<div class="col-6 mx-auto col-md-6 order-md-2">
<img class="img-fluid mb-3 mb-md-0" src="file:///android_asset/www/docs/4.1/assets/img/bootstrap-stack.png" alt="" width="1024" height="860">
</div>
<div class="col-md-6 order-md-1 text-center text-md-left pr-md-5">
<h1 class="mb-3 bd-text-purple-bright">Bootstrap</h1>
<p class="lead">
Build responsive, mobile-first projects on the web with the world's most popular front-end component library.
</p>
<p class="lead mb-4">
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
</p>
<div class="d-flex flex-column flex-md-row lead mb-3">
<a href="file:///android_asset/www/docs/4.1/getting-started/introduction.html" class="btn btn-lg btn-bd-primary mb-3 mb-md-0 mr-md-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a>
</div>
<p class="text-muted mb-0">
Currently v4.1.3
</p>
</div>
</div>
</div>
</main>
</div>
</div><script type="text/javascript">
// Start cordova-admob code
admob.createBannerView();
// Show Interstitial
admob.requestInterstitialAd({
autoShowInterstitial: true
});
</script>
<footer class="bd-footer text-muted">
<div class="container-fluid p-3 p-md-5">
<p>Designed and Developed in 🇿🇦 with ❤️ by <a href="https://22digital.co.za/" rel="follow">22 Digital</a>. This app is not endorsed nor affiliated with Bootstrap in any way. The Bootstrap mark and logo, used in this app, are copyright Bootstrap.</p>
<p> </p>
<p>Bootstrap is designed and built by <a href="https://twitter.com/mdo" target="_blank" rel="noopener">@mdo</a> and <a href="https://twitter.com/fat" target="_blank" rel="noopener">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of the <a href="https://github.com/twbs/bootstrap/graphs/contributors">Bootstrap contributors</a>.</p>
<p>Current Documentation for v4.1.3. Code licensed <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</p>
</div>
</footer>
<script src="file:///android_asset/www/docs/4.1/assets/js/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="file:///android_asset/www/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="file:///android_asset/www/docs/4.1/assets/js/vendor/popper.min.js" crossorigin="anonymous"></script>
<script src="file:///android_asset/www/docs/4.1/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/vendor/anchor.min.js"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/vendor/clipboard.min.js"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/vendor/holder.min.js"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/src/application.js"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/src/search.js"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/src/ie-emulation-modes-warning.js"></script>
<script src="file:///android_asset/www/docs/4.1/assets/js/src/pwa.js"></script></body>
</html>