-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (200 loc) · 7.35 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
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
<!DOCTYPE html>
<html class='no-js' >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!--==================================================================
Your Title
==================================================================-->
<title>ALDRICH INTERNATIONAL</title>
<!--==================================================================
CSS Stylesheets
==================================================================-->
<link rel='stylesheet' type='text/css' href='bootstrap/css/bootstrap.min.css' >
<link rel='stylesheet' type='text/css' href='css/ionicons.min.css' >
<link rel='stylesheet' type='text/css' href='css/owl.carousel.css' >
<link rel='stylesheet' type='text/css' href='css/magnific-popup.css' >
<link rel='stylesheet' type='text/css' href='css/style.css' >
</head>
<body>
<!--page-borders-->
<div class='page-borders' >
<div class='left' ></div>
<div class='right' ></div>
</div>
<!--menu-btn-->
<a href='#' class='menu-btn' >
<span class='lines' >
<span class='l1' ></span>
<span class='l2' ></span>
<span class='l3' ></span>
</span>
</a>
<!--menu-->
<nav class='menu' >
<ul>
<li>
<a href='#intro' >
Home
</a>
</li>
<li>
<a href='account.html' >
Account
</a>
</li>
<li>
<a href='privacy.html' >
Privacy
</a>
</li>
</ul>
</nav>
<!--==================================================================
Preloader
==================================================================-->
<div id='preloader' >
<div class='loader' >
<img src='img/loader.gif' alt>
</div>
</div>
<!--==================================================================
Main Wrapper
==================================================================-->
<div id='main-wrapper' >
<!--==================================================================
Intro Section
==================================================================-->
<section id='intro' class='section intro-section' >
<div class='container' >
<div class='row intro-cols' >
<div class='col-md-6 col-md-push-6' >
<div class='phone' >
<div class='phone-img' >
<img src='img/phone1.png' height="600" alt>
</div>
</div>
</div>
<div class='col-md-6 col-md-pull-6' >
<div class='v-align' >
<div class='inner' >
<div class='intro-text' >
<h1>
AIMCS AFRICA
</h1>
<p>
Download the AIMCS AFRICA App today to stay up-to-date with Africa Asset Integrity Management Conference and Showcase. Get to know the latest event schedules, keynote sessions, speaker profiles, exhibition details, and exciting networking opportunities. Receive real-time updates right at your fingertips and maximize your event experience.
</p>
<!-- <div class='intro-download-btns' >
<a href='#' class='app-btn' >
<img src='img/appstore.png' alt>
</a>
<a href='#' class='app-btn' >
<img src='img/googleplay.png' alt>
</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================================================================
FAQ Section
==================================================================-->
<section id='faq' class='section faq-section' >
<div class='container' >
<div class='top-section-header' >
<h2>FAQ</h2>
<p>Most common questions, answered here</p>
</div>
<div class='col-md-6' >
<div class='faq' >
<h4>Why is this so cheap?</h4>
<p>
An has alterum nominavi. Nam at elitr veritus voluptaria. Cu eum regione tacimates vituperatoribus, ut mutat delenit est. Adhuc scripserit et sea.
</p>
</div>
<div class='faq' >
<h4>Why Choose Us?</h4>
<p>
An has alterum nominavi. Nam at elitr veritus voluptaria. Cu eum regione tacimates vituperatoribus, ut mutat delenit est. Adhuc scripserit et sea.
</p>
</div>
<div class='faq' >
<h4>What will you get?</h4>
<p>
An has alterum nominavi. Nam at elitr veritus voluptaria. Cu eum regione tacimates vituperatoribus, ut mutat delenit est. Adhuc scripserit et sea.
</p>
</div>
</div>
<div class='col-md-6' >
<div class='faq' >
<h4>How many days will you get trial?</h4>
<p>
An has alterum nominavi. Nam at elitr veritus voluptaria. Cu eum regione tacimates vituperatoribus, ut mutat delenit est. Adhuc scripserit et sea.
</p>
</div>
<div class='faq' >
<h4>What can I do with this app?</h4>
<p>
An has alterum nominavi. Nam at elitr veritus voluptaria. Cu eum regione tacimates vituperatoribus, ut mutat delenit est. Adhuc scripserit et sea.
</p>
</div>
<div class='faq' >
<h4>Why is this so cheap?</h4>
<p>
An has alterum nominavi. Nam at elitr veritus voluptaria. Cu eum regione tacimates vituperatoribus, ut mutat delenit est. Adhuc scripserit et sea.
</p>
</div>
</div>
</div>
</section>
<!--==================================================================
Download Section
==================================================================-->
<section id='download' class='section download-section' style='background-color: #202020;'>
<div class='container' >
<div class='row text-center' >
<div class='col-md-8 col-md-offset-2' >
<div class='download-text' >
<h2>Download App Now</h2>
<p>
Nam reformidans vituperatoribus at. Id nisl diceret maiestatis qui, mel affert doctus te. Ex assum ocurreret eam. Lorem ipsum dolor sit amet is simply a dummy text.
</p>
</div>
</div>
</div>
<div class='download-btns text-center' >
<a href='#' class='app-btn' >
<img src='img/appstore.png' alt>
</a>
<a href='#' class='app-btn' >
<img src='img/googleplay.png' alt>
</a>
</div>
</div>
</section>
<!--==================================================================
Footer
==================================================================-->
<footer>
<div class='container text-center' >
<p>Copyright © ALDRICH INTERNATIONAL</p>
</div>
</footer>
</div>
<!--==================================================================
JavaScript Files
==================================================================-->
<script src='js/jquery.min.js' ></script>
<script src='js/jquery.fitvids.js' ></script>
<script src='js/owl.carousel.min.js' ></script>
<script src='js/jquery.magnific-popup.min.js' ></script>
<script src='js/validator.min.js' ></script>
<script src='js/script.js' ></script>
</body>
</html>