-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign.html
98 lines (77 loc) · 4.02 KB
/
sign.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
<!DOCTYPE html>
<html>
<head>
<title>
Jamedium
</title>
<meta name="keywords" content="Jamedium, electronics, calculator,جميديوم, حساب,الة,حاسبة,الكترونيات">
<meta name="description" dir="rtl" content="نحن فريق يعمل من أجل تزويد المحتوى العلمي العربي بمحتوى علمي ممتع عالي الجودة وبلغتهم العربية لتحفيز الشباب على التعلم وتطوير مهاراتهم واكتساب الخبرات ومتطلبات سوق العمل.">
<meta name="author" content="Jamedium Web Developing Department">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font awesome.css">
<link rel="icon" href="photos/jamedium-logo.ico">
</head>
<body>
<header class="whole-navbar">
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<ul class="navbar">
<li><a class="navcont" href="index.html">جميديوم</a></li>
<li><a class="navcont" href="news.html">اخبار</a></li>
<li><a class="navcont" href="articles.html">مقالات</a></li>
<li><a class="navcont" href="calc.html">الحاسبة</a></li>
<li><a class="active" href="sign.html">اشترك الآن</a></li>
<li><a class="navcont" href="contact.html">تواصل معنا</a></li>
<li><a class="navcont" href="about.html">من نحن</a></li>
</ul>
</header>
<main class="content">
<p class="big-title">يسرنا انك تريد الاشتراك لكننا نهتم لامان معلوماتك ولا نريد اطلاق نظام التسجيل قبل التأكد من حفظه لأمان معلوماتك... ونعدكم أن التسجيل سيكون مجانيًا.</p>
</main>
<footer class="footer-distributed">
<div class="footer-left">
<p class="footer-company-about" dir="rtl">
<span>من نحن</span>نحن فريق يعمل من أجل تزويد المحتوى العلمي العربي بمحتوى علمي ممتع عالي الجودة وبلغتهم العربية لتحفيز الشباب على التعلم وتطوير مهاراتهم واكتساب الخبرات ومتطلبات سوق العمل.</p>
<div class="footer-icons">
<a href="https://www.facebook.com/Jamedium"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCOY9FofqBEnOayDVWwhH9ig"><i class="fa fa-youtube"></i></a>
</div>
</div>
<div class="footer-center">
<div class="footer-middle">
<div>
<i class="fa fa-map-marker"></i>
<a><span>المقابلين</span> عمان، الاردن</a>
</div>
<div>
<i class="fa fa-phone"></i>
<a dir="ltr">+962745507</a>
</div>
<div>
<i class="fa fa-envelope"></i>
<a href="mailto:jamediumbusiness@gmail.com" class="action-button" dir="ltr">jamediumbusiness@gmail.com</a>
</div>
</div>
</div>
<div class="footer-right">
<h3>اكمل رحلتك<span> وتعرف علينا اكثر</span></h3>
<p class="footer-links">
<a class="action-button" href="index.html">جميديوم</a>
<a class="action-button" href="articles.html">مقالات</a>
<a class="action-button" href="news.html">اخبار</a>
<a class="action-button" href="calc.html">الحاسبة</a>
<a class="action-button" href="sign.html">اشترك مجانا</a>
<a class="action-button" href="about.html">من نحن</a>
</p>
</div>
<p class="footer-company-name" style="margin-top:50px; text-align:center;">Jamedium © 2020</p>
</footer>
<script src="javascript/main.js"></script>
</body>
</html>