-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>قالب صفحه در دست ساخت سایت شخصی :: دریافت شده از وب روبیک</title>
<!-- CSS Styles -->
<link type="text/css" href="css/ionicons.css" rel="stylesheet" />
<link type="text/css" href="css/jquery.classycountdown.css" rel="stylesheet" />
<link type="text/css" href="css/style.css" rel="stylesheet" />
<link type="text/css" href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div class="main-area">
<section class="left-section" style="background-image: url(pics/countdown-1000x1000.jpg)"></section><!-- left-section -->
<section class="right-section full-height">
<a class="logo" href="#"><img src="pics/logo-white.png" alt="Logo"></a>
<div class="display-table">
<div class="display-table-cell">
<div class="main-content">
<h2 class="title"><b>در حال برورسانی سایت هستم.</b></h2>
<p class="desc">برای اطلاع از جدیدترین تغییرات، لطفا ایمیل خود را وارد نمایید.</p>
<div class="email-input-area">
<form method="post">
<input class="email-input" name="email" type="text" placeholder="پست الکترونیک"/>
<button class="submit-btn" name="submit" type="submit"><b>ثبت ایمیل</b></button>
</form>
</div><!-- email-input-area -->
<p class="post-desc">به زودی شما را با خبر خواهم کرد.</p>
</div><!-- main-content -->
</div><!-- display-table-cell -->
</div><!-- display-table -->
<ul class="footer-icons">
<li>من را دنبال کنید : </li>
<li><a href="#"><i class="ion-social-facebook"></i></a></li>
<li><a href="#"><i class="ion-social-twitter"></i></a></li>
<li><a href="#"><i class="ion-social-googleplus"></i></a></li>
<li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
<li><a href="#"><i class="ion-social-pinterest"></i></a></li>
</ul>
</section><!-- right-section -->
</div>
<!-- Scripts -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body><!-- This template has been downloaded from Webrubik.com -->
</html>