-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.33 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Anthonia's Art Portfolio </title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" />
</head>
<body>
<!---Anthonia 06 July 2023 04:42am GMT --->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"> </script>
<div class="container banner">
<div class="row navbar">
<div class="col-1 col-lg-1">
<h1 id="logo"> <a href="#">ANTO <br> ART <br>WORLD </a></h1>
</div>
<div class="col-9 col-lg-8">
<ul>
<li><a href="#">FACES</a></li>
<li><a href="#"> BODY PARTS</a></li>
<li><a href="#"> ANIMATION</a></li>
<li><a href="#"> NATURE</a></li>
<li><a href="#"> COMMERCIAL</a></li>
<li><a href="#"> ABSTRACT</a></li>
</ul>
<!---get something nicer to replace font family for these li items-->
</div>
<div class="col-2 col-lg-3">
<a class="mailbox" target="_blank" href="mailto:[email protected]/" target="_blank">
📧 E-MAIL </a>
</div>
</div>
<div class="row content">
<h2> ANTO'S ART WORLD</h2>
<p class="info">
The Earth without art is just <i> eh </i></p> <br>
<!---- if you think of a much nicer catchy art phrase, change this one or better still,
learn how to make the phrases change on its own with 4/5 secs intervals-->
<div>
<button type="button"><span></span>VIEW MORE</button>
<button type="button"><span></span>SUBSCRIBE</button>
</div>
<footer>
<small> © 2023 Anthonia C. Oshili</small>
</footer>
</div>
</div>
</body>
</html>