-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
100 lines (91 loc) · 4.16 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Persian City</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap" rel="stylesheet">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<div class="kol">
<div class="overlay">
</div>
<div class="head">
<div class="help">
<h1 class="help-text">آموزش های سرور</h1>
</div>
<div class="p-cl">
<p class="p-text">.این منو برای آموزش های ابتدایی و مقدماتی سرور میباشد و هر فردی باید بداند و مطلع باشد
</p>
</div>
<div class="call">
<div class="fan">
<img class="image-fan" style="width: 34px;" src="./image/fan-black-silhouette-svgrepo-com (1).svg"
alt="call-icon">
</div>
<p class="call-text">CALL FOR <span id="a-call">A VOIEC HELP</span></p>
</div>
</div>
<div class="menu">
<div class="donate child">
<a href="./pages/sath-avalrp.html">
<img style="width: 67px;" src="./image/question-circle-svgrepo-com.svg" alt="icon">
<p>سوال های پرتکرار<span id="dont-text"></span></p>
</a>
</div>
<div class="frequent child">
<a href="./pages/sath-avalrp.html">
<img style="width: 67px;" src="./image/chat-svgrepo-com.svg" alt="icon">
<p>کوئست و<span id="qu-text">تسک ها</span></p>
</a>
</div>
<div class="real child">
<a href="./pages/jobs.html">
<img style="width: 67px;" src="./image/job-profile-svgrepo-com (3).svg" alt="icon">
<p>شغل ها</p>
</a>
</div>
<div class="org child">
<a href="./pages/khone.html">
<img style="width: 67px;" src="./image/company-svgrepo-com.svg" alt="icon">
<p>خونه و هتل ها</p>
</a>
</div>
<div class="family child">
<a href="./pages/family.html">
<img style="width: 67px;" src="./image/family-svgrepo-com (1).svg" alt="icon">
<p>خانواده و گنگ ها</p>
</a>
</div>
<div class="tasks child">
<a href="./pages/dastorat.html">
<img style="width: 67px;" src="./image/chat-line-square-svgrepo-com.svg" alt="icon">
<p>چت و دستور ها<span id="jobs-text"></span></p>
</a>
</div>
<div class="casino child">
<a href="./pages/ertebat-staff.html">
<img style="width: 67px;" src="./image/ticket-svgrepo-com.svg" alt="icon">
<p>ارتباط با تیم استف</p>
</a>
</div>
<div class="busin child">
<a href="./pages/cars.html">
<img style="width: 67px;" src="./image/car-2-svgrepo-com.svg" alt="icon">
<p>ماشین ها<span id="pla-text"></span></p>
</a>
</div>
<div class="chat child">
<a href="./pages/eghtesad.html">
<img style="width: 67px;" src="./image/trend-down-svgrepo-com.svg" alt="icon">
<p>اقتصاد<span id="chat-text"></span></p>
</a>
</div>
</div>
</div>
</body>
</html>