-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
51 lines (46 loc) · 2.21 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ŋuhrovision - About Us</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="section">
<img src="images/nguhrovision-logo-white.png" width="30%">
</div>
<div class="main">
<div class="border1" id="b1">
<div class="border2" id="b2">
<div class="border3" id="b3">
<div class="section">
<h3>About Ŋuhrovision</h3>
<p>The Ŋuhrovision Song Contest is an annual interŋational singing competision inspiring countless artists of the most different ŋations to come together and enjoy writing, playing and listening to music.</p>
</div>
<hr width="75%">
<div class="section">
<h3>Our Team</h3>
<p>The team behind the Ŋuhrovision Song Contest consists of 5 positions held by 4 people.</p>
<div class="info-card">
<div><p>Marcy Sheikah holds the positions of the Executive Supervisor and Creative Director overseeing the execution of the events and the creative shaping of Ŋuhrovision.</p></div><img src="images/marcy.png">
</div>
<div class="info-card">
<div><p>Villnark holds the position of the Technical Supervisor organizing the production of video material, lifestream and orther technical affairs.</p></div><img src="images/villnark.png">
</div>
<div class="info-card">
<div><p>Pleb holds the position of the Voting Supervisor counting the votes and assuring the fairness of the contest.</p></div><img src="images/pleb.png">
</div>
<div class="info-card">
<div><p>Namnak Xhesas holds the position of the Head of Digital maintaining the official website and other digital affairs.</p></div><img src="images/xhesas.jpeg">
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="section border"></footer>
<script src="js/index.js"></script>
<script src="js/common.js"></script>
</body>
</html>