-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
102 lines (99 loc) · 5.73 KB
/
aboutme.html
File metadata and controls
102 lines (99 loc) · 5.73 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/aboutme.css">
<title>togoville jazz festival aboutme</title>
</head>
<body>
<header>
<ul class="header-links">
<li><a href="#" class="social-link fa fa-twitter"></a></li>
<li><a href="#" class="social-link fa fa-facebook"></a></li>
<li><a class="lato-font-black" href="#">English</a></li>
<li><a class="lato-font-black" href="#">My page</a></li>
<li><a class="lato-font-black" href="#">Logout</a></li>
</ul>
<nav class="nav-bar">
<div class="hamburger-class">
<a href="#" ><img src="./img/iconmonstr-menu-1-240.png" alt="menu button"></a>
</div>
<ul class="menu-bar">
<li class="menu-logo" ><a href="./index.html"><img src="./img/level production icon 3.png" alt="level production icon"></a></li>
<li><a class="lato-font-black aboutme-link" href="./index.html">Home</a></li>
<li><a class="lato-font-black" href="./index.html#program">Program</a></li>
<li><a class="lato-font-black" href="#">Join</a></li>
<li><a class="lato-font-black" href="#sponsor">Sponsor</a></li>
<li><a class="lato-font-black" href="#">News</a></li>
<li class="campaign"><a class="lato-font-red" href="#">LP campaign</a></li>
</ul>
</nav>
</header>
<main>
<section class="headline">
<p class="lato-font-red" id="greeting">Hello! Music lovers</p>
<h1 class="lato-font-red">TOGOVILLE JAZZ <br> JAZZ FESTIVAL 2022<span class="underline-style"></span></h1>
<p class="lato-font-black" id="description">Every year, the Togoville Jazz Festival invites renowned musicians and cultural actors of all types who are eager to share their knowledge with the public.<br><br>With an innovative approach, we have included a competition that will not only be common but a combination of work, pleasure, and joy.<br><br>Everyone is cordially invited, regardless of your field of activity. Come and discover cultures and different ways of life that are just as surprising as each other.</p>
<p class="lato-font-black" id="contact-us">Please contact us per Email for any further questions about Togoville Jazz Festival 2022</p>
<a href="#" class="lato-font-black">levelprod@gmail.com ></a>
</section>
<section class="logo-selection">
<h2 class="lato-font-black">
Level Production<br>Togoville Jazz Festival 2022 poster
<span class="underline-style"></span>
</h2>
<p class="lato-font-black">
This year's event poster was chosen from the best of many after a tough competition between designers from different backgrounds. The selection was made for the creation of Brown Ariana.
</p>
<img src="./img/affiche.png" alt="Togoville Jazz Festival 2022">
</section>
<section class="past-festival">
<h2 class="lato-font-black">
See the past Togoville Jazz Festival
<span class="underline-style"></span>
</h2>
<p class="lato-font-black" >
Take a look at the last two Togoville Jazz Festival which took place at French Institute and Level area in Lomé
</p>
<div class="last-festival-showed">
<div class="last-festival-div">
<img class="last-festival" src="./img/276022750_2424200877717462_4783049319758784780_n.jpg" alt="Togoville Jazz Festival 2022">
<div class="lato-font-black last-festival-description">
<h5>2021</h5>
<p>Togoville Jazz Festival 2021 at French institute</p>
</div>
</div>
<div class="last-festival-div">
<img class="before-last" src="./img/1024x538_cmsv2_2276f65d-03d1-5acc-b66c-20e9c085ffb6-6575712.jpg" alt="Togoville Jazz Festival 2021">
<div class="lato-font-black before-last-decription">
<h5>2020</h5>
<p>Togoville Jazz Festival 2020 at Level area</p>
</div>
</div>
</div>
</section>
<section class="partner-pool" id="sponsor">
<h3 class="lato-font-black">Partner<span class="underline-style"></span></h3>
<ul class="partner-logo">
<li><img class="partner" src="./img/logo/inst fr 2.jpg" alt="french institute logo"></li>
<li><img class="partner" src="./img/logo/fangamusic.jpg" alt="fanga music logo"></li>
<li><img class="partner" src="./img/logo/goethe inst 2.jpg" alt="goet institute logo"></li>
<li><img class="partner" src="./img/logo/onomo 1.jpg" alt="onomo hotel logo"></li>
<li><img class="partner" src="./img/logo/cafe info 1.png" alt="cafe informatique logo"></li>
<li><img class="partner" src="./img/logo/moov on arts 1.png" alt="aldus logo"></li>
</ul>
</section>
</main>
<footer class="copyright">
<img src="./img/level production icon 3.png" alt="level production icon">
<div class="right-reserved">
<p class="lato-font-black">2022 Level Production.</p>
<p class="lato-font-black">Some Right Reserved.</p>
</div>
</footer>
<script src="./js/menu.js"></script>
</body>
</html>