-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobre.html
82 lines (68 loc) · 3.57 KB
/
sobre.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<title> Tosquice Gallery -------** Ⓞⓝ𝓛𝐢ℕέ g𝐀ᒪᒪ𝔢ʳ𝔶 **---- SOBRE/ABOUT</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/styles.css">
<script src="js/title-scroll.js" data-start="5" data-speed="300"></script>
<!-- Favicon-->
<link rel="icon" type="logoicon" href="assets/favicon.png" />
<body>
<!-- Navbar (sit on top) -->
<div class="navbar">
<a href="https://tosquicegallery.club/">Home</a>
<div class="subnav">
<button class="subnavbtn">Sobre/About <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
<a href="/sobre.html">A galeria</a>
<a href="/parcerias.html">Parcerias</a>
<a href="/exposicoes.html">Edições anteriores</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn">Em Exposição<i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
<a href="/coquetel.html">Coquetel</a>
<a href="/expocringe.html">CRINGE</a>
<a href="/expogirl.html">GIRLBOSS</a>
</div>
</div>
<a href="/convocatorias.html">Convocatórias</a>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="/img/faixatg.png" alt="tosquiceart" width="1500" height="1000">
<div class="w3-display-middle w3-margin-top w3-center">
</div>
</header>
<!-- Page content -->
<!-- About Section -->
<div class="w3-container w3-padding-32" id="about">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">SOBRE</h3>
<p>A Tosquice Gallery rapidamente foi reconhecida como uma galeria que trabalha com a “linguagem jovem”.
A Galeria iniciou suas atividades no ano de 2020 no ambiente exclusivamente virtual. Ao mesmo tempo que promove exposições,
passa a promover cursos no formato on-line sobre o sistema da arte, arte e educação e história da arte,
além de eventos abertos em que são propostas conversas informais entre diferentes agentes e profissionais
do campo da arte e cultura. Ao longo de 2021, foi passando por processos de amadurecimento de sua identidade,
sendo possível afirmar que atualmente se pauta por um trabalho de retroalimentação entre a atuação física e a
digital e que prioriza, em seu eixo curatorial, a representação de artistas que têm em comum a aposta o grotesco e o humor.
</p>
<HR WIDTH=50%>
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">ABOUT</h3>
<p>The Tosquice Gallery was quickly recognized as a gallery that works with “young language”.
The Gallery began its activities in 2020 in an exclusively virtual environment. At the same time
that it promotes exhibitions, it starts to promote courses in online format about the art system,
art and education and art history, as well as open events in which informal conversations between
different agents and professionals in the field of art and culture.In 2021, it went
through processes of maturation of its identity, and it is possible to say that it is currently
guided by a work of feedback between physical and digital performance and that it prioritizes,
in its curatorial axis, the representation of artists who have in the grotesque and humor in their works. </p>
</div>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p>tosquicegallery@gmail.com </p>
</footer>
</body>
</html>