-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (107 loc) · 5.45 KB
/
index.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
<!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"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Atelier Even</title>
<meta name="description" content="Art, Design, Architecture, Theory & Web by Orly Even">
<meta property=”og:title” content="Atelier Even" />
<meta property=”og:type” content=”website” />
<meta property=”og:description” content="Art, Design, Architecture, Theory & Web Development by Orly Even" />
<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>
<header id="intro-page">
<div class="coverImage">
<div class="overImage">
<img class="fade-in-image" src="img/logo.png" alt="Atelier Even">
<p class="headline fadeInLeft">art . design . architecture . theory</p>
<p class="headline fadeInLeft">& web</p>
</div>
</div>
</header>
<div id="main-page">
<nav class="navbar">
<div><a class="headcolumn" href="index.html"><img src="img/Nav_Footer/logo-no-text.png" alt="Home"></a></div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<ul id="navbar-links">
<li><a href="about.html"><img src="img/Nav_Footer/About.png" alt="About"></a></li>
<li><a href="art-gallery.html"><img src="img/Nav_Footer/Art_Gallery.png" alt="Art Gallery"></a></li>
<li><a href="architecture-gallery.html"><img src="img/Nav_Footer/Architecture_Gallery.png"
alt="Architecture Gallery"></a></li>
<li><a href="academics&theory.html"><img src="img/Nav_Footer/Academics&Theory.png" alt="Academics & Theory"></a>
</li>
<li><a href="web-development.html"><img src="img/Nav_Footer/Web_Development.png" alt="Web Development"></a></li>
<li><a href="contact.html"><img src="img/Nav_Footer/Contact.png" alt="Contact"></a></li>
</ul>
</nav>
<div class="main-container clearfix">
<img class="section-container covergif" src="img/gif3-resize.gif" alt="Under Construction" loading="lazy">
<div class="section-container">
<div class="section">
<a href="art-gallery.html">
<img src="img/Art_Gallery.png" alt="Art Gallery" width="59%">
<br>
<div class="imagethumb1 mb-1 fade-in-image" id="artGalleryImg">
</div>
</a>
</div>
<div class="section">
<a href="architecture-gallery.html">
<img src="img/Architecture_Gallery.png" alt="Architecture Gallery" width="100%">
<br>
<div class="imagethumb1 mb-1 fade-in-image" id="architectureGalleryImg">
</div>
</a>
</div>
<div class="section">
<a href="academics&theory.html">
<img src="img/Academics&Theory.png" alt="Academics & Theory" width="90%">
<br>
<div class="imagethumb1 mb-1 fade-in-image" id="academicsAndTheoryImg">
</div>
</a>
</div>
<div class="section">
<a href="web-development.html">
<img src="img/Web_Development.png" alt="Web Development" width="80%">
<br>
<div class="imagethumb1 mb-1 fade-in-image" id="webDevelopmentImg">
</div>
</a>
</div>
</div>
</div>
</div>
<footer class="footer py-1" id="lastline">
<p>Copyright © 2020, <i>ATELIER EVEN</i>
<img src="img/Nav_Footer/logo-no-text.png" width="30px" alt="logo" class="ml-1">
<span class="ml-2">
<a href="https://github.com/ateliereven" target="_blank" aria-label="Github">
<img src="img/iconmonstr-github-1.svg" alt="View on Github" width="22px" />
</a>
<a href="mailto:[email protected]" target="_blank" aria-label="email" class="ml-1">
<img src="img/mail.png" width="23px" /><a href="https://www.flaticon.com/free-icons/mail"
title="mail icons"></a></img>
</a>
</span>
</p>
</footer>
<script src="js/main.js"></script>
</body>
</html>