-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (48 loc) · 1.6 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Kedus Kinfe</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/screen.css">
</head>
<body>
<!-- Header -->
<div class="container">
<header>
<nav class="navigation">
<a href="index.html">Home</a>
<a href="Kedus-Achievements.html">Achievements</a>
<a href="Kedus-biography.html">About</a>
<a href="gallery.html">Gallery</a>
</nav>
</header>
<br>
<div>
<div class="initial-box">
<p class="initial-header">KEDUS <br> KINFE</p>
</div>
</div>
<!--Video.-->
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/x1Ca8Z0ZmZg?start=179&autoplay=1&mute=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!--the world of kedus-->
<div>
<h1 class="bottom-header">The world of Kedus Kinfe</h2>
</div>
</div>
<!--latest stories-->
<div>
<div class="stories-box-header">
<h1 class="latest-stories">Latest Stories</h1>
</div>
<div class="stories-box video">
<video id="allin" src="images/allin.mp4" controls></video>
</div>
<div class="allin-text">
<p class="stories-box black-section">The All-In Challenge offers the chance to win once-in-a-lifetime experiences, all in support of coronavirus relief. All money raised goes towards charities providing food to those in need: children, the elderly and frontline workers.</p>
</div>
</div>
</body>
</html>