This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
forked from georgio/uirii.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (46 loc) · 1.67 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
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>Uirii</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-16">
</head>
<body>
<div class="container">
<div class="left_side">
<div class="title">
<h1> <strong>YARA BOUSTANY</strong></h1>
<img src="img/logonewsmall.png">
</div>
<div class="Content">
<h2>YARA BOUSTANY</h2>
<p class="Content_description">Yara Boustany is a <br>
performance artist based<br>
in Beirut, combining dance,
theatre and visual arts. </p>
</div>
</div>
<div class="menu">
<div class="menucontent">
<div class="Menulinks">
<a href="biography/index.html"><strong> Biography</strong></a>
</div>
<div class="Menulinks">
<a href="performances/index.html"> <strong>Performances</strong></a>
</div>
<div class="Menulinks">
<a href="labs/index.html"> <strong>Labs</strong></a>
</div>
</div>
</div>
<div class="contact">
<p class="Contact_type">For contact or inquiry please email <br>
<a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="homepageimage">
<a2 title="Photo Credits to Liliane Rahal"> <img src="img/Homepage-pic.png"></a2>
</div>
</div>
</body>
</html>