-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharabic_index.html
101 lines (83 loc) · 3.68 KB
/
arabic_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
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
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>Covid-19</title>
<!-- stylesheet -->
<link rel="stylesheet" href="arabic_style.css">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap" rel="stylesheet">
<!-- gsap -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<!-- AnimeJS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!-- JQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
<!--This is for the Social Media Icons-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<header>
<h2 >LOGO (TBA)</h2><br>
<div class="dropdown">
<div class="dropdown-content">
<a class="home" href="" dir="rtl" lang="ar">الصفحة الرئيسية</a>
<a class="mission" href="#" dir="rtl" lang="ar">مهمتنا</a>
<a class="about"href="#" dir="rtl" lang="ar">معلومات عنا</a>
<a class="share" href="arabic_share.html" dir="rtl" lang="ar">شارك</a>
<a class="follow"href="#" dir="rtl" lang="ar">تابع</a>
<a class="englishBack" href="index.html">ENGLISH</a>
</div>
</div>
</header>
<!-- For the responsive part start-->
<div class="git">
<input type="checkbox" id="check">
<label for="check">
<i class="fas fa-bars" id="btn"></i>
<i class="fas fa-times" id="cancel"></i>
</label>
<div class="sidebar">
<ul>
<li><a href="#" dir="rtl" lang="ar">مهمتنا</a></li>
<li><a href="#" dir="rtl" lang="ar">معلومات عنا</a></li>
<li><a href="#" dir="rtl" lang="ar">تابع</a></li>
<li><a href="index.html">ENGLISH</a></li>
</ul>
</div>
</div>
<!-- For the responsive part end-->
<div class="links"><a href="arabic_share.html"/><i class="fas fa-share-alt" id="shareLink"></i></a></div>
<div class="covid19">
<img src="covid19.png">
</div>
<div class="header">
<h1 dir="rtl" lang="ar"> الفيروس الكورونا: جائحة<br>القرن الحادي والعشرين </h1>
</div>
<!-- Content Box Start -->
<div class="container">
<div class="box">
<h2>Take the Fight</h2>
<p>Start Acting now. Take precautions by
following these steps.</p><br><br>
<p><a href="#">Read More</a></p>
</div>
<div class="box">
<h2>You're Not Alone</h2>
<p>Join Our Online Support Group!</p>
</div>
</div>
<!-- Content Box Start -->
<footer>
<div class="copyright" dir="rtl" lang="ar">جميع الحقوق محفوظة لشركة [اسم المشاركة] 2020©</div>
<a class="tou" href="#" dir="rtl" lang="ar">شروط الاستخدام</a>
<a class="contacts" href="#" dir="rtl" lang="ar">اتصل بنا</a>
</footer>
<!-- js -->
<script src="script.js"></script>
</body>
</html>