-
Notifications
You must be signed in to change notification settings - Fork 1
/
provence.html
183 lines (181 loc) · 9.71 KB
/
provence.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Embark on a journey through the colorful and emotional world of Van Gogh's art. Explore his life story, his techniques, and the inspiration behind his masterpieces. Discover the passion, the pain, and the creativity behind his art."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;800;900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./css/provence.css" />
<script src="./js/provence.js" defer></script>
<link rel="icon" type="image/x-icon" href="./assets/homepage/favicon-vincentvangogh.webp" />
<title>Vincent's Art - Saint-Rémy-de-Provence</title>
</head>
<body>
<header class="Header">
<div class="Header-left">
<a class="Header-link" href="index.html" rel="noreferrer">
<img class="Header-img" src="./assets/homepage/favicon-vincentvangogh.webp" alt="Self-portrait by Van Gogh used as the logo" loading="lazy" >
</a>
</div>
<div class="Header-center">
<img class="Header-signature" src="./assets/homepage/vincentvangogh-signature.webp" alt="Van Gogh's signature" loading="lazy" >
</div>
<nav class="Header-nav">
<ul class="Header-ul">
<li class="Header-li">
<a class="Nav-link" href="index.html" rel="noreferrer">home</a>
<img class="Nav-img" src="./assets/homepage/starrynight-vincentvangogh-menu.webp" alt="Starry Night by Vincent Van Gogh" loading="lazy" >
</li>
<li class="Header-li">
<a class="Nav-link" href="vincentslife.html" rel="noreferrer">vincent's life</a>
<img class="Nav-img" src=".\assets\homepage\bedroominarles-vincentvangogh-menu.webp" alt="Bedroom in Arles by Vincent Van Gogh" loading="lazy" >
</li>
<li class="Header-li">
<a class="Nav-link" href="vincentsart.html" rel="noreferrer">vincent's art</a>
<img class="Nav-img" src="./assets/homepage/almondblossom-vincentvangogh-menu.webp" alt="Almond Blossom by Vincent Van Gogh" loading="lazy" >
</li>
<li class="Header-li">
<a class="Nav-link" href="discover.html" rel="noreferrer">discover</a>
<img class="Nav-img" src="./assets/homepage/wheatfieldwithcypresses-vincentvangogh-menu.webp" alt="Wheatfield with Cypresses by Vincent Van Gogh" loading="lazy" >
</li>
<li class="Header-li">
<a class="Nav-link" href="contact.html" rel="noreferrer">contact</a>
<img class="Nav-img" src="./assets/homepage/letterbyvincentvangogh-menu.webp" alt="Letters by Vincent Van Gogh" loading="lazy" >
</li>
</ul>
<div class="Hamburger">
<span class="Circle"></span>
<span class="Bar"></span>
<span class="Bar"></span>
<span class="Bar"></span>
</div>
</nav>
</header>
<main class="Main">
<div class="Grid-container">
<h1 class="Main-h1">vincent's art</h1>
<div class="Location">
<span class="Span-year">1889</span>
<span class="Span-place">saint-rémy-de-provence, france</span>
</div>
<div class="Left-container">
<img class="Grid-image" src="./assets/vincentsart/cypresses-vincentvangogh.webp" alt="Cypresses by Vincent Van Gogh" loading="lazy" >
</div>
<div class="Up-container">
<img class="Grid-image" src="./assets/vincentsart/olive-vincentvangogh.webp" alt="Olive Trees by Vincent Van Gogh" loading="lazy" >
</div>
<div class="Down-container">
<img class="Grid-image" src="./assets/vincentsart/starryart-vincentvangogh.webp" alt="Starry Night by Vincent Van Gogh" loading="lazy" >
</div>
<a class="Forward" href="auvers.html" rel="noreferrer" aria-label="See more paintings">
<div class="Forward-btn" aria-label="Go to next year">
<svg class="Forward-svg" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
</svg>
</div>
</a>
<a class="Backwards" href="arles.html" rel="noreferrer" aria-label="See more paintings">
<div class="Backwards-btn" aria-label="Go to previous year">
<svg class="Backwards-svg" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z" />
</svg>
</div>
</a>
</div>
<div class="Image-container isHidden" id="Cypresses">
<h1 class="Main-h1">vincent's art</h1>
<div class="Image-info">
<span class="Info-title">cypresses</span>
<span class="Info-place">museum of modern art, new york, USA</span>
</div>
<div class="Location">
<span class="Span-year">1889</span>
<span class="Span-place">saint-rémy-de-provence, france</span>
</div>
<div class="Paragraph-container">
<p class="Left-p">
Some art historians see the Cypresses as a symbol of eternity, while others see them as a representation of the artist's own inner turmoil. Van Gogh himself wrote to his brother Theo about
the paintings, saying,
<i>"I have a great need for nature, for calm, and for life, and I find that in the cypresses"</i>.
</p>
</div>
<div class="Right-container">
<img class="Grid-image" src="./assets/vincentsart/cypresses-vincentvangogh.webp" alt="Cypresses by Vincent Van Gogh" loading="lazy" >
<div class="Close-container isHidden">
<button class="Close-btn">
<svg class="Close-svg" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<path
d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"
/>
</svg>
</button>
</div>
</div>
</div>
<div class="Image-container isHidden" id="Olive">
<h1 class="Main-h1">vincent's art</h1>
<div class="Image-info">
<span class="Info-title">olive trees</span>
<span class="Info-place">van gogh museum, amsterdam, netherlands</span>
</div>
<div class="Location">
<span class="Span-year">1889</span>
<span class="Span-place">saint-rémy-de-provence, france</span>
</div>
<div class="Paragraph-container">
<p class="Left-p">
The olive trees have been interpreted in various ways, with some art historians seeing them as a symbol of life and growth, while others see them as a representation of the artist's own
inner struggles and desire for spiritual redemption.
</p>
</div>
<div class="Right-container">
<img class="Grid-image" src="./assets/vincentsart/olive-vincentvangogh.webp" alt="Olive Trees by Vincent Van Gogh" loading="lazy" >
<div class="Close-container isHidden">
<button class="Close-btn">
<svg class="Close-svg" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<path
d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"
/>
</svg>
</button>
</div>
</div>
</div>
<div class="Image-container isHidden" id="Starry">
<h1 class="Main-h1">vincent's art</h1>
<div class="Image-info">
<span class="Info-title">starry night</span>
<span class="Info-place">museum of modern art, new york, USA</span>
</div>
<div class="Location">
<span class="Span-year">1889</span>
<span class="Span-place">saint-rémy-de-provence, france</span>
</div>
<div class="Paragraph-container">
<p class="Left-p">
It depicts the view from the window of his room at the Saint-Paul-de-Mausole asylum in Saint-Rémy-de-Provence, where he had admitted himself for treatment of his mental illness. Some art
historians see it as a representation of the artist's own inner turmoil and struggles, while others see it as a celebration of the beauty and wonder of nature.
</p>
</div>
<div class="Right-container">
<img class="Grid-image" src="./assets/vincentsart/starryart-vincentvangogh.webp" alt="Starry Night by Vincent Van Gogh" loading="lazy">
<div class="Close-container isHidden">
<button class="Close-btn">
<svg class="Close-svg" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<path
d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"
/>
</svg>
</button>
</div>
</div>
</div>
</main>
</body>
</html>