-
Notifications
You must be signed in to change notification settings - Fork 1
/
arles.html
185 lines (183 loc) · 9.88 KB
/
arles.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
184
185
<!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/arles.css" />
<script src="./js/arles.js" defer></script>
<link rel="icon" type="image/x-icon" href="./assets/homepage/favicon-vincentvangogh.webp" />
<title>Vincent's Art - Arles</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">1888</span>
<span class="Span-place">arles, france</span>
</div>
<div class="Left-container">
<img class="Grid-image" src="./assets/vincentsart/roulin-vincentvangogh.webp" alt="Portrait of Joseph Roulin by Vincent Van Gogh" loading="lazy" >
</div>
<div class="Up-container">
<img class="Grid-image" src="./assets/vincentsart/rhone-vincentvangogh.webp" alt="Starry Night over the Rhône" loading="lazy" >
</div>
<div class="Down-container">
<img class="Grid-image" src="./assets/vincentsart/cafe-vincentvangogh.webp" alt="the Night Café by Vincent Van Gogh" loading="lazy" >
</div>
<a class="Forward" href="provence.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="paris.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="Portrait">
<h1 class="Main-h1">vincent's art</h1>
<div class="Image-info">
<span class="Info-title">portrait of joseph roulin</span>
<span class="Info-place">museum of modern art, new york, USA</span>
</div>
<div class="Location">
<span class="Span-year">1888</span>
<span class="Span-place">arles, france</span>
</div>
<div class="Paragraph-container">
<p class="Left-p">
Roulin was a friend of Van Gogh's, and the two men had a close relationship. In the painting, Roulin is depicted with a red beard and a blue cap, against a background of swirling, vibrant
colors. The swirling lines and bright colors create a sense of movement and energy, while also emphasizing the individuality and character of Roulin himself.
</p>
</div>
<div class="Right-container">
<img class="Grid-image" src="./assets/vincentsart/roulin-vincentvangogh.webp" alt="Portrait of Joseph Roulin 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="Rhone">
<h1 class="Main-h1">vincent's art</h1>
<div class="Image-info">
<span class="Info-title">starry night over the rhône</span>
<span class="Info-place">musée d'orsay, paris, france</span>
</div>
<div class="Location">
<span class="Span-year">1888</span>
<span class="Span-place">arles, france</span>
</div>
<div class="Paragraph-container">
<p class="Left-p">
The painting was created during Van Gogh's time in Arles, in the south of France, where he was inspired by the vibrant colors and bright light of the Mediterranean landscape. The Rhône
River was a frequent subject of his paintings during this time, and he created several other works featuring the same scene.
</p>
</div>
<div class="Right-container">
<img class="Grid-image" src="./assets/vincentsart/rhone-vincentvangogh.webp" alt="Starry Night over the Rhône 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="Cafe">
<h1 class="Main-h1">vincent's art</h1>
<div class="Image-info">
<span class="Info-title">the night café</span>
<span class="Info-place">yale university art gallery, new haven, connecticut, USA</span>
</div>
<div class="Location">
<span class="Span-year">1888</span>
<span class="Span-place">arles, france</span>
</div>
<div class="Paragraph-container">
<p class="Left-p">
Van Gogh wrote to his brother Theo about the painting, saying <br />
<i
>"I have tried to express the terrible passions of humanity by means of red and green. The room is blood red and dark yellow with a green billiard table in the middle; there are four
lemon-yellow lamps with a glow of orange and green. Everywhere there is a clash and contrast of the most alien reds and greens [...]"</i
>
</p>
</div>
<div class="Right-container">
<img class="Grid-image" src="./assets/vincentsart/cafe-vincentvangogh.webp" alt="The Night Café 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>