-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunmer.html
341 lines (331 loc) · 16.1 KB
/
runmer.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Runmer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/logo/logo_icon.png">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="assets/img/logo/preloader.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader End -->
<header>
<!-- Header Start -->
<div class="header-area">
<div class="main-header header-sticky">
<div class="container">
<div class="row align-items-center">
<!-- Logo -->
<div class="col-xl-2 col-lg-2 col-md-2">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/nav_logo.png" alt=""></a>
</div>
</div>
<div class="col-xl-10 col-lg-10 col-md-10">
<!-- Main-menu -->
<div class="main-menu f-right d-none d-lg-block">
<nav>
<ul id='navigation' >
<!-- <li class="active"><a href="#index"> Home</a></li> -->
<li><a href="index.html">Home</a></li>
<li class="active"><a href="portfolio.html">Portfolio</a></li>
<li><a href="aboutme.html">About me</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<main>
<!-- slider_area_start -->
<div class="slider_area">
<div class="single_slider d-flex align-items-center slider_bg_1">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-7 col-md-6">
<div class="slider_text ">
<h3 class="wow fadeInDown" data-wow-duration="1s" data-wow-delay=".1s" >Runmer app <br>
with applab</h3>
<p class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".1s">Get more users to promote your app with this template</p>
<div class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".1s">
<a href="http://aaron.psee.ly/runmer">
<img src="assets/img/shape/play.svg" alt="">
</a>
</div>
</div>
</div>
<div class="col-xl-5 col-md-6">
<div class="phone_thumb wow fadeInDown" data-wow-duration="1.1s" data-wow-delay=".2s">
<img src="assets/img/runmer/home_b.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slider_area_end -->
<!-- Start Align Area -->
<div class="whole-wrap">
<div class="container box_1170">
<div class="section-top-border">
<h3 class="mb-30">Left Aligned</h3>
<div class="row">
<div class="col-md-3">
<img src="assets/img/elements/d.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-9 mt-sm-20">
<p>Recently, the US Federal government banned online casinos from operating in America by making
it illegal to
transfer money to them through any US bank or payment system. As a result of this law, most
of the popular
online casino networks such as Party Gaming and PlayTech left the United States. Overnight,
online casino
players found themselves being chased by the Federal government. But, after a fortnight, the
online casino
industry came up with a solution and new online casinos started taking root. These began to
operate under a
different business umbrella, and by doing that, rendered the transfer of money to and from
them legal. A major
part of this was enlisting electronic banking systems that would accept this new
clarification and start doing
business with me. Listed in this article are the electronic banking systems that accept
players from the United
States that wish to play in online casinos.</p>
</div>
</div>
</div>
<div class="section-top-border text-right">
<h3 class="mb-30">Right Aligned</h3>
<div class="row">
<div class="col-md-9">
<p class="text-right">Over time, even the most sophisticated, memory packed computer can begin
to run slow if we
don’t do something to prevent it. The reason why has less to do with how computers are made
and how they age and
more to do with the way we use them. You see, all of the daily tasks that we do on our PC
from running programs
to downloading and deleting software can make our computer sluggish. To keep this from
happening, you need to
understand the reasons why your PC is getting slower and do something to keep your PC
running at its best. You
can do this through regular maintenance and PC performance optimization programs</p>
<p class="text-right">Before we discuss all of the things that could be affecting your PC’s
performance, let’s
talk a little about what symptoms</p>
</div>
<div class="col-md-3">
<img src="assets/img/elements/d.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="section-top-border">
<h3 class="mb-30">Definition</h3>
<div class="row">
<div class="col-md-4">
<div class="single-defination">
<h4 class="mb-20">Definition 01</h4>
<p>Recently, the US Federal government banned online casinos from operating in America by
making it illegal to
transfer money to them through any US bank or payment system. As a result of this law,
most of the popular
online casino networks</p>
</div>
</div>
<div class="col-md-4">
<div class="single-defination">
<h4 class="mb-20">Definition 02</h4>
<p>Recently, the US Federal government banned online casinos from operating in America by
making it illegal to
transfer money to them through any US bank or payment system. As a result of this law,
most of the popular
online casino networks</p>
</div>
</div>
<div class="col-md-4">
<div class="single-defination">
<h4 class="mb-20">Definition 03</h4>
<p>Recently, the US Federal government banned online casinos from operating in America by
making it illegal to
transfer money to them through any US bank or payment system. As a result of this law,
most of the popular
online casino networks</p>
</div>
</div>
</div>
</div>
<div class="section-top-border">
<h3 class="mb-30">Block Quotes</h3>
<div class="row">
<div class="col-lg-12">
<blockquote class="generic-blockquote">
“Recently, the US Federal government banned online casinos from operating in America by
making it illegal to
transfer money to them through any US bank or payment system. As a result of this law, most
of the popular
online casino networks such as Party Gaming and PlayTech left the United States. Overnight,
online casino
players found themselves being chased by the Federal government. But, after a fortnight, the
online casino
industry came up with a solution and new online casinos started taking root. These began to
operate under a
different business umbrella, and by doing that, rendered the transfer of money to and from
them legal. A major
part of this was enlisting electronic banking systems that would accept this new
clarification and start doing
business with me. Listed in this article are the electronic banking”
</blockquote>
</div>
</div>
</div>
</div>
</div>
<!-- End Align Area -->
<!-- Applic App Start -->
<div class="applic-apps section-padding2">
<div class="container-fluid">
<div class="row">
<!-- slider Heading -->
<div class="col-xl-4 col-lg-4 col-md-8">
<div class="single-cases-info mb-30">
<h3>Runmer Apps<br> Screenshot</h3>
<p>Lorem ipsum dolor sit amet, consecadipiscing elit, sed do eiusmod tempor incididunt ut ore et dolore magna aliqua. Quis ipsum suspendisse gravida. Risus commodo viverra maecenasan lacus vel facilisis. </p>
</div>
</div>
<!-- OwL -->
<div class="col-xl-8 col-lg-8 col-md-col-md-7">
<div class="app-active owl-carousel">
<div class="single-cases-img">
<img src="assets/img/runmer/home.png" alt="">
</div>
<div class="single-cases-img">
<img src="assets/img/runmer/map.png" alt="">
</div>
<div class="single-cases-img">
<img src="assets/img/runmer/profile.png" alt="">
</div>
<div class="single-cases-img">
<img src="assets/img/runmer/events.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Applic App End -->
<!-- productivity_area -->
<div class="productivity_area">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-7 col-md-12 col-lg-6">
<h3 class="wow fadeInDown" data-wow-duration="1s" data-wow-delay=".1s">See more detail <br>
and know more what I did</h3>
</div>
<div class="col-xl-5 col-md-12 col-lg-6">
<div class="app_download fadeInDown" data-wow-duration="1s" data-wow-delay=".1s">
<a href="http://aaron.psee.ly/runmer">
<img src="assets/img/shape/play.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
<!--/ productivity_area -->
</main>
<!-- footer start -->
<footer>
<!-- Footer Start-->
<div class="footer-main">
<div class="footer-area">
<div class="container">
<!-- Copy-Right -->
<div class="row align-items-center">
<div class="col-xl-12 ">
<div class="footer-copy-right">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script>
All rights reserved | This template is made with <i class="ti-heart" aria-hidden="true"></i> by
<a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!--/ footer end -->
<!-- JS here -->
<!-- All JS Custom Plugins Link Here here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- Date Picker -->
<script src="./assets/js/gijgo.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Scrollup, nice-select, sticky -->
<script src="./assets/js/jquery.scrollUp.min.js"></script>
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>