-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
112 lines (93 loc) · 3.04 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Soudeh Khedri</title>
<meta charset="UTF-8">
<meta name="description" content="Unica University Template">
<meta name="keywords" content="event, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- header section -->
<header class="header-section">
<div class="container">
<!-- logo -->
<a href="index.html" class="site-logo"><img src="img/logo.png" alt=""></a>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<div class="header-info">
<div class="hf-item">
<p><span>ساعات تماس:</span> ۱۴ تا ۲۱</p>
<i class="fa fa-clock-o"></i>
</div>
</div>
</div>
</header>
<!-- header section end-->
<!-- Header section -->
<nav class="nav-section">
<div class="container">
<ul class="main-menu">
<li><a href="index.html">خانه</a></li>
<li><a href="about.html">درباره ی من</a></li>
<li class="active"><a href="contact.html">تماس با من</a></li>
</ul>
</div>
</nav>
<!-- Header section end -->
<!-- Breadcrumb section -->
<div class="site-breadcrumb">
<div class="container">
<a href="index.html"><i class="fa fa-home"></i> Home</a> <i class="fa fa-angle-right"></i>
<span>Contact</span>
</div>
</div>
<!-- Breadcrumb section end -->
<!-- Courses section -->
<section class="contact-page spad pt-0">
<div class="container">
<div class="contact-form spad pb-0">
<div class="section-title text-center">
<h3>با من در تماس باشید</h3>
<p>برای اطلاعات بیشتر تماس بگیرید</p>
</div>
</div>
<div class="contactUsPara">
<p>
CELLPHONE: +98120760516
</p>
</div>
</div>
</section>
<!-- Footer section -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
<!-- load for map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0YyDTa0qqOjIerob2VTIwo_XVMhrruxo"></script>
<script src="js/map.js"></script>
</body>
</html>