-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
49 lines (43 loc) · 2.58 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="Machinetest.css">
</head>
<body>
<nav>
<div class="menu">
<a href="index.html"><img src="ag.png" alt="" id="ag"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="about"></div>
<div class="center">
<div class="abou-title">About</div>
<br><br>
<p>An art gallery is a room or a building in which visual art is displayed. In Western cultures from the mid-15th Century, a gallery was any long, narrow covered passage along a wall, first used in the sense of a place for art in the 1590s.</p><br>
<p>The most common type of art gallery is the commercial art gallery. Although the word ‘commercial’ may have a negative connotation, as if they only care about the money, this is in fact the ‘best’ type of art gallery there is for artists or collectors,
playing a crucial role in the art world. With commercial art galleries, the gallery collaborates with several artists, agreeing to represent and support them. This means the gallery commits to showcase, promote, sell and distribute the artworks
of the artist in question. Doing so, the artist is able to make a living and build his career, collectors base and artist resume. In return, the gallery earns money on a commission basis with the sales of the artworks. Doing so, the gallery
is motivated to do the best work possible for the artist, pushing their career and sales. A win-win! The gallery makes money, and so does the artist. The better the artists are promoted are grow their careers, the better the reputation of
the gallery. In a nutshell, what is good for the artists is good for the gallery.</p>
</div>
<div class="footer-basic">
<footer>
<ul class="list-inline">
<li class="list-inline-item"><a href="index.html" id="alist">Home</a></li>
<li class="list-inline-item"><a href="about.html" id="alist">About</a></li>
<li class="list-inline-item"><a href="contact.html" id="alist">Contact</a></li>
</ul>
<p class="copyright">Company Name © 2018</p>
</footer>
</div>
</body>
</html>