-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks-to.html
97 lines (74 loc) · 3.57 KB
/
thanks-to.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
<!DOCTYPE html>
<html lang="ar" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title>thanks to</title>
<link rel="stylesheet" href="thanks-to.css">
<link rel="stylesheet" href=" swiper.min.css">
<link rel="stylesheet" href="slideshow.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://www.fontstatic.com/f=kawkab-bold" />
</head>
<body>
<div class="text">
<img id="imgg" src="dice.jpg" alt="pic of home">
<div class="bg-text">
<h1 style="font-size:150px">mystery side</h1>
<p style="text-shadow: 15px 15px 30px LIGHTSALMON; font-family:'kawkab-bold';font-size:30px">الجانب الغامض</p>
<div class="centered"><h1> </h1></div>
</div>
</div>
<div class="pic">
<ul>
<li><a href="MysterySide.html"><img src="home4.jpeg" alt="home-pic" style="width:220px; height:130px"><div class="centered" style=" left : 70px;"><h1 style="text-shadow: 5px 5px 20px OrangeRed"> home </h1></div></a></li>
<li><a href="section1.html"><img src="craimnal1.jpeg" alt="craimnal-pic" style="width:230px;height:130px"><div class="centered" style="margin-left: 30px;"><h1 style="text-shadow: 5px 5px 20px OrangeRed"> crime </h1></div></a></li>
<li><a href="section2.html"><img src="horror2.jpg" alt="horro-rpic" style="width:220px;height:130px"><div class="centered"><h1 style="text-shadow: 0px 3px 10px OrangeRed;"> horror </h1></div></a></li>
<li><a href="section3.html"><img src="mys.jpg" alt="mystery" style="width:215px; height:130px"><div class="centered"><h1 style="text-shadow: 5px 5px 20px OrangeRed;"> mystery </h1></div></a></li>
</ul>
</div>
<div class="bodyy">
<div class="theStory"><span id="one"> <h1>thanks to</h1> </span>
<br> الشكر لكل من ساهم وساعد في اكمال هذا الموقع</br>
<br> نشكر نيزك على القصص الرائعة</br>
<br> w3schools.com ونشكر موقع </br>
<br> online Tutorial وقناه
</br>
<br> لمساعدتنا باعطاء هذا الموقع شكله </br>
</div>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" ><img src="nizak.jpeg" height="300px" width="400px" ></div>
<div class="swiper-slide" ><img src="m3.jpeg" height="300px" width="400px" ></div>
<div class="swiper-slide"><img src="onl.jpeg" height="300px" width="400px" ></div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<!-- Swiper JS -->
<script src="swiper.min.js"></script>
<script src="slideshow.js"></script>
</div>
<div class="footer-min-div">
<div class="footer-icons">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100004227336665&ref=bookmarks" target="blank"><i class=" fa fa-facebook fa-fw "></i></a></li>
<li><a href="#" target="blank"><i class="fa fa-twitter" ></i></a></li>
<li><a href="#" target="blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.instagram.com/miss.roora/" target="blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="footer-menu">
<ul>
<li><a href="MysterySide.html">Home</a></li>
<li><a href="About-us.html">About us</a></li>
<li><a href="thanks-to.html">thanks to</a></li>
<li><a href="contact-us.html">contact us</a></li>
</ul>
</div>
</div>
</body>
</html>