forked from OLARIU-ART/olariu-art.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprints.htm
138 lines (128 loc) · 6.94 KB
/
prints.htm
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
<html>
<head>
<title>The Print Gallery</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mystyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1 class="titleText">Prints by Ruxandra Olariu</h1>
<div class="horizontal-line"></div>
<div class="pagebuttons">
<a class="button" href="./index.htm">Home</a>
<a class="button" href="./painting.htm">Paintings</a>
<a class="button" href="./ceramics.htm">Ceramics</a>
<a class="button" href="./prints.htm">Prints</a>
<a class="button" href="./drawings.htm">Drawings</a>
<a class="button" href="./resume.htm">Resume</a>
<a class="button" href="./statement.htm">Statement</a>
<a class="button" href="./links.htm">Links</a>
<a class="button" href="mailto:[email protected]">Contact</a>
</div>
<br>
<!-- Carousel -->
<div id="myCarouselId" class="carousel slide" data-bs-ride="carousel">
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<!-- ------------------------- image 01 --------------------------------- -->
<div class="carousel-item active">
<img src="./gallery/Print/P1 _Intimacy.jpg" alt="Intimacy" class="d-block">
<div class="carousel-caption">
Intimacy, Digital Print, 11" x 8.5", edition of fifteen, $75.00
</div>
</div>
<!-- ------------------------- image 02 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P2_Sentimental_Journey.jpg" alt="Sentimental Journey" class="d-block">
<div class="carousel-caption">
Sentimental Journey, Digital Print, 8" x 11", edition of fifteen, $75.00
</div>
</div>
<!-- ------------------------- image 03 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P3_Spirit_of_the_Forest.jpg" alt="Spirit of the Forest" class="d-block">
<div class="carousel-caption">
Spirit of the Forest, Digital Print, 11" x 8", edition of fifteen, $75.00
</div>
</div>
<!-- ------------------------- image 04 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P4_Africa.jpg" alt="Africa" class="d-block">
<div class="carousel-caption">
Africa, Digital Print, 11" x 8", edition of fifteen, $75.00
</div>
</div>
<!-- ------------------------- image 05 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P5_SeaJourney_III.jpg" alt="Sea Journey" class="d-block">
<div class="carousel-caption">
Sea Journey, Digital Print, 11" x 8", edition of fifteen, $75.00
</div>
</div>
<!-- ------------------------- image 06 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P6_Serendipity.jpg" alt="Serendipity" class="d-block">
<div class="carousel-caption">
Serendipity, Digital Print, 8" x 10", $150.00
</div>
</div>
<!-- ------------------------- image 07 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P7_Christ_in_Glory.gif" alt="" class="d-block"> <!-- temporary replacement!!! -->
<div class="carousel-caption">
</div>
</div>
<!-- ------------------------- image 08 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P8_Transylvania_V.gif" alt="Transylvania" class="d-block"> <!-- temporary replacement!!! -->
<div class="carousel-caption">
Transylvania, Digital Print, 8" x 14", edition of fifteen, $150.00
</div>
</div>
<!-- ------------------------- image 09 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P9_Prayer.gif" alt="Prayer" class="d-block"> <!-- temporary replacement!!! -->
<div class="carousel-caption">
Prayer, Digital Print, 8" x 14", edition of fifteen, $150.00
</div>
</div>
<!-- ------------------------- image 10 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P10_Sounds_of_Love.gif" alt="Sounds of Love" class="d-block"> <!-- temporary replacement!!! -->
<div class="carousel-caption">
Sounds of Love, Digital Print, 8" x 14", edition of fifteen, $150.00
</div>
</div>
<!-- ------------------------- image 11 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P11_The_Light_within.gif" alt="The Light Within" class="d-block"> <!-- temporary replacement!!! -->
<div class="carousel-caption">
The Light Within, Digital Print, 8" x 14", edition of fifteen, $150.00
</div>
</div>
<!-- ------------------------- image 12 --------------------------------- -->
<div class="carousel-item">
<img src="./gallery/Print/P12_Muse.gif" alt="" class="d-block"> <!-- temporary replacement!!! -->
<div class="carousel-caption">
</div>
</div>
<!-- ------------------------- image end --------------------------------- -->
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#myCarouselId" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarouselId" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<!-- Copyright -->
<div class="footer">
Ruxandra Olariu © <span id="currentYear">
</div>
<script> document.getElementById('currentYear').textContent = new Date().getFullYear(); </script>
<script src="./myscript.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>