-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
82 lines (76 loc) · 2.43 KB
/
about.html
File metadata and controls
82 lines (76 loc) · 2.43 KB
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Reading lovers</title>
<link rel="stylesheet" href="CSS/contactAndmenu.css">
<link rel="stylesheet" href="CSS/about.css">
<link rel="stylesheet" href="CSS/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap" rel="stylesheet">
</head>
<body >
<!-- Start Header -->
<div class="header">
<div class="container">
<i class="fas fa-book-reader"></i>
<h1>
reading lovers
</h1>
<div class="links">
<span class="icon">
<span></span>
<span></span>
<span></span>
</span>
<ul>
<li><a class ="lin" href="slider.html">Home</a></li>
<li><a class ="lin" href="#about">About</a></li>
<li><a class ="lin" href="contact.html">Contact With Us</a></li>
<li><a class ="lin" href="enter.html">Log Out</a></li>
</ul>
</div>
</div>
</div>
<!-- End Header -->
<!-- Video -->
<h2>our web site video </h2>
<video controls preload="none" width="50%" height="40%" poster="image/3.jpg">
<source src="video/km_20210828_1080p.mp4" type="video/mp4">
<track scr="france-in-pictures-beautiful-places-to-photograph-eiffel-tower" kind="subtitles" srclang="en"
label="English">
<track scr="france-in-pictures-beautiful-places-to-photograph-eiffel-tower" kind="subtitles" srclang="it"
label="Italy">
Your browser does not support the video tag.
</video >
<!-- Start information -->
<!-- Start Contact -->
<div >
<p class="team">Team Member</p>
<fieldset class="form1">
<div class="container2">
<i class="fas fa-user-circle" id="icon1"></i>
<p>Ahmed Elbery</p>
</div>
</fieldset>
<fieldset class="form2">
<div class="container3">
<i class="fas fa-user-circle" id="icon2"></i>
<p>Nada Abdallah</p>
</div>
</fieldset>
<fieldset class="form3">
<div class="container4">
<i class="fas fa-user-circle" id="icon3"></i>
<p>Nesma Farid</p>
</div>
</fieldset>
<fieldset class="form4">
<div class="container5">
<i class="fas fa-user-circle" id="icon4"></i>
<p>Nada Alsaid</p>
</div>
</fieldset>
</div>
<!-- End Contact -->
</body>