forked from OLARIU-ART/olariu-art.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
73 lines (63 loc) · 3.23 KB
/
index.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
<html>
<head>
<title>Welcome to the Art of Ruxandra Olariu</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 HTTP-EQUIV="Keywords" CONTENT="Ruxandra Olariu, young, guys, artis, sex, oil, oil paintings, prints, digital prints, computer graphics, art history, New Orleans, american art, Romania,Rumanian Art, Brincusi, visual art, art, painting, acrylic painting, mixed media, 3D, 2D, hip, value, free lacing,
sculpture, printmaking, ceramics, clay, traditions, Transylvania, photojournalism, graphic design,American South, Southern Culture, Oxford MS, Olemiss, Mississippi, Loisiana, Memphis, jazz, drawing, art history, Norii, Master in Art, University of Mississippi, University of New Orleans, Tirgu Mures, Sibiu,
African Art, Olivia Anna Remak, art for art's sake, Picasso, Dekooning, Vaukos, Ron Dale, Greece, Paris, Athens">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1 class="titleText">The art of 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>
<div class="card-container row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<a class="card h-100" href="./painting.htm">
<img src="./site_images/hmthumbs/new/paintings.gif" class="card-img-top" alt="Enter the Painting Gallery"/>
<div class="card-body">
<h5 class="card-title">Painting Gallery</h5>
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="./ceramics.htm">
<img src="./site_images/hmthumbs/new/ceramics.gif" class="card-img-top" alt="Enter the Ceramic Gallery"/>
<div class="card-body">
<h5 class="card-title">Ceramic Gallery</h5>
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="./prints.htm">
<img src="./site_images/hmthumbs/new/prints.gif" class="card-img-top" alt="Enter the Print Gallery"/>
<div class="card-body">
<h5 class="card-title">Print Gallery</h5>
</div>
</a>
</div>
</div>
<br>
<br>
<div class="homeText">
Our world is a labyrinth of images. They surround, inspire and influence us, teach or reflect our inner selves. Sometimes they replace our words.
</div>
<div class="footer">
Ruxandra Olariu © <span id="currentYear">
</div>
<script src="./myscript.js" type="text/javascript"></script>
</body>
</html>