-
Notifications
You must be signed in to change notification settings - Fork 0
/
sol.html
129 lines (114 loc) · 4.89 KB
/
sol.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
<!DOCTYPE html>
<html lang="zxx">
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet">
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<head>
<title>Photo Gallery HTML Template</title>
<meta charset="UTF-8">
<meta name="description" content="Photo Gallery HTML Template">
<meta name="keywords" content="endGam,gGaming, magazine, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<div class="main-warp">
<!-- header section -->
<header class="header-section">
<div class="header-close">
<i class="fa fa-times"></i>
</div>
<div class="header-warp">
<a href="index.html" class="site-logo">
<img src="./img/logo.png" alt="" width="70%">
</a>
<a href="./index.html"><img src="img/icon-arte.png" alt="" class="menu-icon" width="20%"></a>
<ul class="main-menu">
<li><a href="./index.html">Início</a></li>
<li><a href="./gallery.html">Galeria</a></li>
<div class="dropdown">
<button class="dropbtn" position="right"><a href="gallery-single.html" style="color:inherit;">Artistas</a></button>
<div class="dropdown-content">
<a href="Leonardo.html">Leonardo da Vinci</a>
<a href="Vincent.html">Vincent van Gogh</a>
<a href="Claude.html">Claude Monet</a>
<a href="Pablo.html">Pablo Picasso</a>
</div>
</div>
<li><a href="./blog.html">Museus</a></li>
<li><a href="./contact.html">Sobre nós</a></li>
</ul>
<div class="social-links-warp">
<div class="social-links">
<a><i class="fa fa-behance"></i></a>
<a><i class="fa fa-dribbble"></i></a>
<a><i class="fa fa-twitter"></i></a>
<a><i class="fa fa-facebook"></i></a>
<a><i class="fa fa-pinterest"></i></a>
</div>
<div class="social-text">Find us on</div>
</div>
</div>
<div class="copyright">ArtMuse 2023 @ All rights reserved</div>
</header>
<!-- header section end -->
<!-- INFORMAÇÃO SOBRE A PINTURA -->
<div class="page-section gallery-single-page">
<div class="gallery-single-warp">
<div class="row">
<div class="col-xl-6 p-0">
<img src="img/pinturas/impressaonascerdosol.png" width= "500px" height="500px" style="padding-top: 200px;" alt="">
</div>
<div class="col-xl-6 p-0">
<div class="gallery-single-text">
<a href="./gallery.html"><img src="img/seta.png" alt="" class="seta-icon" width="10%"></a>
<h2>Impressão, Nascer do Sol</h2>
<ul>
<li><span>Autor:</span>Claude Monet</li>
<li><span>Data:</span>1872</li>
<li><span>Época:</span>Impressionismo </li>
<li><span>Técnica:</span>Pintura a óleo</li>
<li><span>Museu:</span>Museu Marmottan Monet (<a href="blog.html#marmottan" class="linkmuseus">ver</a>)</li>
</ul>
<p>Sendo considerada um exemplo clássico do movimento impressionista, esta obra captura a sensação de luz e movimento através da pintura ao ar livre. Impressão, Nascer do Sol ilustra uma cena do Porto de Le Havre, na França, ao nascer do sol, com barcos e mastros a refletir na água. Monet utilizou pinceladas rápidas e soltas, com o objetivo de criar uma sensação de movimento e atmosfera, ao invés de retratar detalhes precisos.</p>
</div>
</div>
</div>
</div>
</div>
<!-- INFORMAÇÃO SOBRE A PINTURA END-->
</div>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>