-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
160 lines (154 loc) · 5.68 KB
/
cv.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PolishchukArt | CV</title>
<link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<!-- Desktop Header -->
<header class="hide">
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a class="current" href="cv.html">CV</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<h1>
PolishchukArt
</h1>
<div>
<ul>
<li>
<a href="mailto:polishchukart@gmail.com"><img src="envelope.png" style="width: 16px;"></a>
</li>
<li>
<a href="https://www.instagram.com/ihorpolishchukart?igsh=ZnJuYTRwMTZwMmU="><img src="instagram.png" style="width: 16px;"></a>
</li>
<li>
<a href="https://www.pbase.com/igor_74" target="blank"><img src="palette.png" style="width: 16px;"></a>
</li>
</ul>
</div>
</header>
<!-- Mobile Header -->
<header class="hide_desktop">
<h1>
PolishchukArt
</h1>
<nav>
<ul>
<li class="dropdown">
<img src="menu-burger.png">
<ul class="dropdown_menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a class="current" href="cv.html">CV</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- MAIN -->
<main>
<h3>CV</h3>
<section class="wrapperCV">
<h4>SOLO EXHIBITIONS</h4>
<ul>
<li><i>5 Apr. 2009</i> - KUMF Gallery, Toronto </li>
<li><i>June 2005</i> - Doors Open Toronto, St. Volodymyr Institute, 620 Spadina Ave., Toronto </li>
<li><i>May - June 2005</i> - "Heaven Above!", multimedia project with "The Telnyuk Sisters" - a vocal duet from Kyiv, Ukraine. Locations: Philadelphia, Hartford, New York, Chicago, Montreal, Ottawa, Hamilton, Toronto </li>
<li><i>Feb. 2000</i> Yarovit Gallery, Lviv, Ukraine </li>
</ul>
<h4>GROUP EXHIBITIONS</h4>
<ul>
<li>
<i>Nov. 2008 - Mar. 2009</i> "Echoes of Trypillia”, St. Volodymyr Institute, 620 Spadina Ave., Toronto
</li>
<li>
<i>Nov. 2008</i> - Art Exhibition commemorating 75 years since the Famine in Ukraine in 1932-1933, KUMF Gallery, Toronto
</li>
<li>
<i>Nov. 2007</i> - USOM Fall Exhibit, KUMF Gallery, Toronto
</li>
<li>
<i>Nov. 2006</i> - Ukrainian Association of Visual Artists of Canada 50th Anniversary Art Exhibition, KUMF Gallery, Toronto
</li>
<li>
<i>Nov. 2005</i> - USOM Fall Exhibit, KUMF Gallery, Toronto
</li>
<li>
<i>Nov. 2004</i> - USOM Fall Exhibit, KUW Gallery, Toronto
</li>
<li>
<i>Nov. 2003</i> - Art Exhibition commemorating 70 years since the Famine in Ukraine in 1932-1933, KUMF Gallery, Toronto
</li>
<li>
<i>Sep. 2002</i> - "From Judaism to Christianity", The Institute for Christian Studies, 229 College Street, Toronto
</li>
<li>
<i>Dec. 2001 - Feb 2002</i> - 24th Annual Juried Show of Fine Art at the Art Gallery of Mississauga
</li>
<li>
<i>Jan. 1999</i> - "The Vision of Sacral Art on the Eve of the 21st century", Yarovit Gallery, Lviv, Ukraine
</li>
<li>
<i>Dec. 1998 - Jan. 1999</i> - "New figures, new faces", KUMF Gallery, Toronto
</li>
<li>
<i>Dec. 1998</i> - "The Art at the Turnpoint of Milleniums", Lviv Ethnography Museum, Ukraine
</li>
<li>
<i>Mar. 1997</i> - Student exhibition at the Lviv Museum of Religion
</li>
</ul>
<h4>ARTIST BIO</h4>
<ul>
<li>
<i>07.06.1974</i> - born in Lviv, Ukraine
</li>
<li>
<i>1981 - 1989</i> - studied at Lviv secondary school # 87
</li>
<li>
<i>1985 - 1988</i> - studied at Lviv art O. Novakivsky school
</li>
<li>
<i>1989 - 1994</i> - studied at Lviv Trush college of decorative and applied art, department of artistic technologies in wood
</li>
<li>
<i>1994 - 2000</i> - studied at Lviv University of Arts, department of Restoration, Conservation and Preservation of monumental and decorative applied art
</li>
<li>
<i>2000 - present time</i> - owner of company Excalibur Art Restoration
</li>
<li><i>Since 2007</i> - Vice-President of Ukrainian Association of Visual Artists of Canada</li>
</ul>
</section>
</main>
<footer>
<p> Copyright © 2024 Ihor Polishchuk - All rights reserved.</p>
</footer>
</body>
</html>