-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
59 lines (49 loc) · 1.88 KB
/
gallery.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
<!DOCTYPE html>
<html>
<head>
<title>Kedus Kinfe's Gallery</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/gallery.css">
<script type="text/javascript" src="js/cycle2.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
</head>
<body>
<!--Header-->
<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>
</nav>
</header>
<h2 class="header">Gallery</h2>
<!--Beginning of the gallery-->
<div class="image-banner">
<img class="picture" src="images/fxa.png" alt="kedus FXA">
<figcaption class="banner-description">Kedus winning an FXA soccer match despite the absense of the star player, Kha Truong.</figcaption>
</div>
<br>
<div class="image-banner">
<img class="picture" src="images/gang.png" alt="gang">
<figcaption class="banner-description">Kedus along side other members of the Ethiopian Youth Foundation.</figcaption>
</div>
<br>
<div class="image-banner">
<img class="picture" src="images/senior.png" alt="senior">
<figcaption class="banner-description">Kedus walking along side his brother, Negus, and his mother for his senior night game.</figcaption>
</div>
<br>
<div class="image-banner">
<img class="picture" src="images/talk.png" alt="talk">
<figcaption class="banner-description">A scandal which involved Kedus (correctly) saying he is better than his brother, Negus, at soccer.</figcaption>
</div>
<br>
<div class="image-banner">
<img class="picture" src="images/slippin.png" alt="slipping">
<figcaption class="banner-description">A moment where Kedus Kinfe was caught "slippin" by the "opps".</figcaption>
</div>
<br>
</body>