-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
46 lines (39 loc) · 2.16 KB
/
footer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<section class="footer">
<div class="box-container">
<div class="box">
<h3>تابعةً لطوِّر </h3>
<p>فريقٌ تقنيٌ ينشرُ العلمَ للعالم، زُرنا الآن على :</p>
<div class="share">
<a href="https://t.me/develop_arabs" class="fab fa-telegram"></a>
<a href="https://www.youtube.com/@develop_arabs" class="fab fa-youtube"></a>
</div>
</div>
<div class="box">
<h3>تواصل مَعنا</h3>
<a href="[email protected]" class="link">[email protected]</a>
<h3>الإصدار الثاني</h3>
<p href="" class="ink">إصدار ٢,٠</p>
</div>
</div>
<div class="credit">إلى <span>طوِّر - Develop</span>| كل الحقوق محفوظة!</div>
</section>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- custom js -->
<script src="js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>