-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
70 lines (57 loc) · 3.74 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166090330-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-166090330-1');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js" type="text/javascript"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atelier Even | About</title>
<link rel="icon" type="image/png" href="img/favicon_io/android-chrome-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon_io/apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body style="overflow-y: scroll;">
<div class="navbar" id="navbar"></div>
<div class="section-container pagetitle1 ">
<div class="logo-in-title"><a href="/"> <img src="img/logo.png" alt="logo"></a></div>
<div class="title"><img src="img/About.png" alt="About"></div>
</div>
<div class="about">
<p class="uppercase py-1" style="font-size: 22.8px; text-align: left;"><i><b><span class="drop-cap"
style="text-indent: 0;">A</span>telier Even</b></i> is an interdisciplinary workshop involving
art, (web-)design, architecture and theory.</p>
<p>The atelier was originally
founded in Tel Aviv by myself – Orly Even - a practicing artist, architect and web-developer (allow me to continue in
the first person☺). I hold a B.Arch degree in architecture (2010, Tel-Aviv Uni., <i>magna cum laude</i>) and
a Master's degree in history and philosophy of science and ideas (2016, Tel-Aviv Uni., <i>summa cum laude</i>). Over the past
decade my main professional focus has been on architectural practice, and I have worked in top
architecture firms in Tel
Aviv (commercial, residential and public buildings), alongside with a strong affiliation to the academy.
Since 2015 I have also taught at the Faculty of Architecture and
Town Planning at Technion Israel Institute of Technology (design-studios, workshops and architectural
research
courses), and have consulted and edited architectural-theoretical texts.
</p>
<p>Art has also been my passion and a great
interest of mine since
early age, and several of my artworks were featured in exhibitions. That is why <i>Atelier Even</i> was covceived as a place of
collaborative and interdisciplinary creation. The
atelier is currently active in Tel Aviv and in Europe. It offers and welcomes creative collaborations in
the fields of
design, art and architecture, as well as editorial services and open exchanges of
original ideas. This point in time has summoned a shift of focus to an uncharted territory of web design and development - incorporating front-end and back-end developemt, web programming languages and frameworks - into the atelier's main activity.</p>
<p>This websites features the atelier's selection of written, visual and coded works, divided into “galleries”.
Full architectural, artist
portfolio and CV are also available upon request.</p>
</div>
<footer class="footer" id="footer"></footer>
<script src="js/pages.js"></script>
</body>
</html>