-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (76 loc) · 2.37 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name='viewport' content="width=device-width, initial-scale-1">
<!-- Title Go Here -->
<title> Pindogo </title>
<!-- Title -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-196668028-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-196668028-1');
</script>
</head>
<body>
<div class="container">
<div class="topbar">
<div class="container-fluid">
<div class="row justify-content-between">
<div class="col-2">
</div>
</div>
</div>
</div>
<div class='content'>
<div class="container-fluid">
<div class='row'>
<div class="col-6">
<h1 class="leader scan-text">
Scan with expo
</h1>
<div class="row">
<div class="col-6">
<img class="w-100 mx-auto d-block img-fluid" src="img/android.png" />
<h2 class="text-center text-margin">
Android
</h2>
<!-- Store url go here -->
<a >
<!-- Store url go here -->
<button id='buy' type="button" class="btn btn-dark btn-block">
<div class="row justify-content-center align-items-center">
<img src="img/icon.png" />
<p>Buy Now</p>
</div>
</button>
</a>
</div>
<div class="col-6">
<img class="w-100 mx-auto d-block img-fluid" src="img/ios.png" />
<h2 class="text-center text-margin">
IOS
</h2>
<a >
<button id='portfolios' type="button" class="btn btn-light btn-outline btn-block">
<p>
My Portfolios
</p>
</button>
</a>
</div>
</div>
</div>
<div class="col-6">
<div class="container-fluid">
</div>
</div>
</div>
</div>
</div>
</a>
<img height="0" width="0" src="" border="0" />
</body>
</html>