forked from Mrshcom/tsks-Saffron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-contact.html
59 lines (59 loc) · 1.93 KB
/
index-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
<!DOCTYPE HTML>
<html lang="fa-IR" dir="rtl">
<head>
<meta charset="utf-8" />
<title>زعفران طلای سرخ خراسان</title>
<script src="./common-file/html5shiv.js" type="text/javascript"></script>
<script src="./common-file/contact.js" type="text/javascript"></script>
<script src="./common-file/zepto.js" type="text/javascript"></script>
<script src="./common-file/script.js" type="text/javascript"></script>
<link href="./common-file/reset.css" type="text/css" rel="stylesheet" />
<link href="./common-file/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="container-top">
<header>
<div class="logo"></div>
<nav>
<menu>
<li><a href="#">صفحه نخست</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">محصولات</a></li>
<li><a href="#">اطلاعات مفید</a></li>
<li><a href="#">تماس با ما</a></li>
</menu>
</nav>
</header>
</div>
<div class="container-box">
<div>
<h3>تماس با ما</h3>
<hr />
</div>
</div>
<div class="container-contact">
<div>
<form action="mail.php" method="post">
<div class="right">
<input class="text nameicon" type="text" name="name" id="name" placeholder="نام و نام خانوادگی" />
<input class="text mailicon" type="text" name="mail" id="mail" placeholder="رایانامه" />
</div>
<div class="left">
<input class="text urlicon" type="text" name="url" id="url" placeholder="نشانی تارنما" />
<input class="text texticon" type="text" name="subject" id="subject" placeholder="موضوع" />
</div>
</form>
</div>
</div>
<div class="container-bottom">
<footer>
<p class="copy"></p>
<div class="follow">
<a class="git" href="http://github.com/1schools-projects/tsks-Saffron"></a>
<a class="fb" href="http://mampell.ir"></a>
<a class="gp" href="http://fdw.ir"></a>
</div>
</footer>
</div>
</body>
</html>