-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (232 loc) · 11.4 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Aranoz</title>
<meta name="description" content="">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="shortcut icon" href="img/favicon.png"> -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet'>
<!-- Syntax Highlighter -->
<link rel="stylesheet" type="text/css" href="syntax-highlighter/styles/shCore.css" media="all">
<link rel="stylesheet" type="text/css" href="syntax-highlighter/styles/shThemeDefault.css" media="all">
<!-- Font Awesome CSS-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Normalize/Reset CSS-->
<link rel="stylesheet" href="css/normalize.min.css">
<!-- Main CSS-->
<link rel="stylesheet" href="css/main.css">
</head>
<body id="welcome">
<aside class="left-sidebar">
<div class="logo">
<a href="#welcome">
<h1>Aranoz</h1>
</a>
</div>
<nav class="left-nav">
<ul id="nav">
<li class="current"><a href="#welcome">Welcome</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#tmpl-structure">Structure</a></li>
<li><a href="#css-structure">CSS Files</a></li>
<li><a href="#javascript">JavaScript Libraries</a></li>
<li><a href="#contact-form">Contact Form</a></li>
<li><a href="#subscription-form">Subscription Form</a></li>
<li><a href="#video">Video Tutorial</a></li>
<li><a href="#credit">Source and Credit</a></li>
</ul>
</nav>
</aside>
<div id="main-wrapper">
<div class="main-content">
<section id="welcome">
<div class="content-header">
<h1>Aranoz</h1>
</div>
<div class="welcome">
<h2 class="twenty">Welcome To Aranoz</h2>
<p>Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!</p>
<p>This document covers the installation and use of this theme and often reveals answers to common problems and issues - read this document thoroughly if you are experiencing any difficulties. If you have any questions that are beyond the scope of this document. Thank you so much!</p>
</div>
<div class="features">
<h2 class="twenty">Template Features</h2>
<ul>
<li>Clean & Simple Design</li>
<li>HTML5 & CSS3</li>
<li>Fully Responsive Design</li>
<li>PHP/Ajax Powered Working Contact Form</li>
<li>All files are well commented</li>
<li>Cross Browser Compatible with IE11+, Firefox, Safari, Opera, Chrome</li>
<li>Extensive Documentation</li>
</ul>
</div>
</section>
<section id="installation">
<div class="content-header">
<h1>Aranoz</h1>
</div>
<h2 class="title">Installing Template.</h2>
<div class="section-content">
<ol>
<li>After unzip the download pack, you'll found a Template Folder with all the files.</li>
<li>You can view this Template in any browser, you can display or edit the Template without an internet connection.(May not wotrk fonts and google map).</li>
<li>The only section that will not work is the Contact Section which contains PHP code and requires a server environment for send messages.</li>
<li>Now go to your cpanel or open your FTP Client (like <a target="_blank" href="https://filezilla-project.org/download.php">Filezilla</a>) and upload the content of the Template on your server root.</li>
<li>Once the files are done uploading go to www.yourdomainname.com/index.html</li>
</ol>
</div>
</section>
<section id="tmpl-structure">
<h2 class="title">Template Structure</h2>
<p class="fifteen">All information within the main content area is nested within a body tag. The general template structure is pretty the same throughout the template. Here is the general structure of main page (index.html).</p>
<pre class="brush: html">
<header class="header_area">
</header>
<main class="site-main">
<section class="section">
</section>
<section class="section">
</section>
<section class="section">
</section>
</main>
<footer class="footer">
</footer>
</pre>
</section>
<section id="css-structure">
<h2 class="title">CSS Files and Structure</h2>
<p class="fifteen">These are the css files that are loaded into templates in <strong>Head Section</strong>.</p>
<pre class="brush: html">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/style.css">
</pre>
<h2 class="title">Google Web Fonts</h2>
<p>By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.</p>
<pre class="brush:html">
<!--
Google Font
=========================== -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400i,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500i,700" rel="stylesheet">
</pre>
<p class="twenty">Remember to change the font into <strong>main.css</strong></p>
</section>
<section id="javascript">
<h2 class="title">Javascript Files and Structure</h2>
<p class="fifteen">These are the list of Javascript files that are loaded into templates in end of the <strong>Body Section</strong>.
<pre class="brush: html">
<!--
JavaScripts
========================== -->
<script src="js/jquery-1.12.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/masonry.pkgd.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/custom.js"></script>
</pre>
</section>
<section id="contact-form">
<h2 class="title"> Contact Form </h2>
<p>This is a PHP Script for sending messages to your email, you should replace <strong>[email protected]</strong> to your email to start receive messages.</p>
<pre class="brush:php">
$to = '[email protected]'; // replace this mail with yours
$firstname = $_POST["fname"];
$email= $_POST["email"];
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= "From: " . $email . "\r\n"; // Sender's E-mail
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$message ='<table style="width:100%">
<tr>
<td>'.$firstname.' '.$laststname.'</td>
</tr>
<tr><td>Email: '.$email.'</td></tr>
</table>';
if (@mail($to, $email, $message, $headers))
{
echo 'The message has been sent.';
}else{
echo 'failed';
}
</pre>
</section>
<section id="subscription-form">
<h2 class="title"> Subscription Form </h2>
<p>Replace this action with your own mailchimp post URL. Don't remove the "". Just paste the url inside "".</p>
<pre class="brush: javascript">
<div id="mc_embed_signup">
//Replace this action with your own mailchimp post URL. Don't remove the "". Just paste the url inside "".
<form target="_blank" novalidate action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get" class="subscription relative d-flex justify-content-center"></form>
</div>
</pre>
</section>
<section id="video">
<h2 class="title"> Video Tutorial </h2>
<!-- 21:9 aspect ratio -->
<div class="embed-responsive embed-responsive-21by9">
<iframe class="embed-responsive-item" width="100%" height="515" src="https://www.youtube.com/embed/i7_PRPLOxVE?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section id="credit">
<h2 class="title">Source and Credit</h2>
<div class="script-source">
<ul>
<li><a target="_blank" href="http://www.pexels.com">Pexels</a></li>
<li><a target="_blank" href="http://jquery.com/">jQuery</a></li>
<li><a target="_blank" href="http://getbootstrap.com">Bootstrap Framework</a></li>
<li><a target="_blank" href="https://dimsemenov.com/plugins/magnific-popup/">magnific popup</a></li>
<li><a target="_blank" href="https://masonry.desandro.com/">masonry</a></li>
<li><a target="_blank" href="https://www.flaticon.com/home">flaticon</a></li>
<li><a target="_blank" href="http://www.owlgraphic.com/owlcarousel">Owl Carousel</a></li>
<li><a target="_blank" href="https://github.com/iamMonzurul/jQuery-AJAX-MailChimp">Ajax Mailchimp</a></li>
<li><a target="_blank" href="http://fontawesome.io/">FontAwesome</a></li>
<li><a target="_blank" href="https://themify.me/themify-icons">Themify Icons</a></li>
<li><a target="_blank" href="https://idangero.us/swiper/demos/">swiper</a></li>
</ul>
</div>
</section>
</div>
</div>
<!-- Essential JavaScript Libraries
==============================================-->
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="syntax-highlighter/scripts/shCore.js"></script>
<script type="text/javascript" src="syntax-highlighter/scripts/shBrushXml.js"></script>
<script type="text/javascript" src="syntax-highlighter/scripts/shBrushCss.js"></script>
<script type="text/javascript" src="syntax-highlighter/scripts/shBrushJScript.js"></script>
<script type="text/javascript" src="syntax-highlighter/scripts/shBrushPhp.js"></script>
<script type="text/javascript">
SyntaxHighlighter.all()
</script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>