-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (73 loc) · 3.28 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
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
<!DOCTYPE html>
<!-- Jessica Kincaid
gh-pages November 2020 -->
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Beadwork, Surrealism, Abstract Art, Fine Art, Kansas City" name="keywords">
<meta content="Jessica Kincaid" name="author">
<title>Jessica Kincaid | Open Studio</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<!-- .main-header -->
<header class="main-header">
<div class="switch">
<div class="flicker"></div>
<div class="moon"></div>
</div>
<h1 class="name"><a href="index.html">Jessica Kincaid</a></h1>
<h2 class="headline">Open Studio</h2>
<ul class="top-nav">
<li>
<div class="dropdown">
<button class="graybtn dropbtn">art</button>
<div class="dropdown-content">
<a href="dream.html">dreams</a>
<a href="nature.html">nature</a>
<a href="abstract.html">abstract</a>
</div>
</div>
</li>
<li>
<a class="dropdown dropbtn" href="about.html">about</a>
</li>
<li>
<a href="resume.html">resume</a>
</li>
</ul>
</header>
<!-- /. main-header -->
<div class="hero">
<h1>Jessica Kincaid</h1>
<!-- caption and description -->
<p>My beaded art often depicts surreal scenery, nature, and abstract compositions drawn with code. I am very grateful to have held prestigious residencies at the InterUrban ArtHouse in Downtown Overland Park, Kansas and the Charlotte Street Foundation Studios in Kansas City, Missouri. My work has been acquired by the Nerman Museum of Contemporary Art, Emprise Bank, and numerous private collections. Just like many artists, during the pandemic I've re-centered to an studio practice at home.
<br />
<p>The time has also provided an opportunity to expand on my technology skills. I entered the tech profession in January 2022 with a software development internship and am thrilled to continue advancing on this journey.</p>
<p>This interview by Julie Denesha for <em>Arts Upload</em> features commentary on my art by people who know it well, with a detailed description of the physical process involved in creating the textiles:
</p>
<!--from YouTube -->
<div id="video">
<iframe allowfullscreen height="349" src="https://www.youtube.com/embed/ejMKOhMlOUQ" width="560"></iframe>
</div>
</div>
</div>
<footer class="main-footer">
<ul>
<li>
<a href="https://www.instagram.com/jessica.kincaid" target="_blank"><img alt="instagram icon" src="img/instagram2.png"></a>
</li>
<li>
<a class="top" href="#top"><img alt="top arrow" src="img/uparrow.png"></a>
</li>
</ul>
<p class="foot"><small>© 2024 Jessica Kincaid</small></p>
</footer>
<!-- /footer -->
<!-- /.container -->
<script src="script.js"></script>
</body>
</html>