-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
65 lines (59 loc) · 2.79 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
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8" />
<meta name="author" content="seen - س" />
<title>س</title>
<meta name="description" content="هدفنا نشر العلم والمعرفة بين مجتمعاتنا العربية" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon -->
<link rel="icon" type="image/png" href="images/logo-circle.svg" />
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="موقع لخدمات ما يتعلق باللغة العربية" />
<meta property="og:locale" content="ar_AR" />
<meta property="og:locale:alternate" content="ar_AR" />
<meta property="og:url" content="https://seen-dev.ml/" />
<meta property="og:title" content="seen - س" />
<meta property="og:description" content="هدفنا نشر العلم والمعرفة بين مجتمعاتنا العربية" />
<meta property="og:image" content="http://seen-dev.ml/images/logo.png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- Main CSS -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<main>
<a href="https://www.facebook.com/Seen.org/" target="_blank" rel="noreferrer">
<img src="images/logo-transparent.svg" alt="logo" class="logo">
<p style="color: white;font-size: 17px;" dir="auto">هدفنا نشر العلم والمعرفة بين مجتمعاتنا العربية. </p>
</a>
<div class="content">
<a href="https://seen-arabic.github.io/Arabic-Services/" class="white-box" target="_blank" rel="noreferrer">
<i class="fas fa-feather-alt"></i>
<h2>
خدمات اللغة العربية
</h2>
</a>
</div>
<div class="contact">
<h2>للتواصل والاقتراحات</h2>
<a href="https://www.facebook.com/Seen.org/" target="_blank" rel="noreferrer" dir="ltr">
<i class="fab fa-facebook" style="font-size: 20px;"></i>
/Seen.org</a>
<br>
<i class="fas fa-envelope"></i>
</div>
</main>
<footer>
<img alt="visitors" class="visitors"
src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fseen-dev.ml&count_bg=%2333485D&title_bg=%23325476&icon=&icon_color=%23E7E7E7&title=visited+%5Btoday%2Fall+the+time%5D&edge_flat=false" />
<a href="privacy.html">سياسة الخصوصية</a>
</footer>
</body>
</html>