-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Expand file tree
/
Copy pathworks.html
More file actions
33 lines (24 loc) · 982 Bytes
/
works.html
File metadata and controls
33 lines (24 loc) · 982 Bytes
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
<html>
<head>
<meta charset="utf-8" />
<title>About Etel Adnan</title>
<link rel="stylesheet" href="/style-works.css">
</head>
<body>
<section>
<h1> Major Works</h1>
<div id= works>
<div id=literature>
<h2>Literary Works</h2>
<img id=book src="\ethelbook.jpg">
<p>Adnan’s poetry incorporates surrealist imagery and powerful metaphorical leaps with language-based and formal experimentation, using unexpected and experimental techniques to address the nature of exile and political, social, and gender-based injustice. Adnan is the author of numerous books of prose and poetry.</p>
</div>
<div id=paitnings >
<h2> Paintings</h2>
<img id= painting-img src="\etelpainting.jpg ">
<p> Adnan said that ‘colours exist for me as entities in themselves, as metaphysical beings, like the attributes of God exist as metaphysical entities’, and this idea continued to be a key characteristic of her work.</p>
</div>
</div>
</section>
</body>
</html>