-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_website.html
85 lines (66 loc) · 2.16 KB
/
my_website.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content = "width=device-width, initial-scale=1">
<title> You are an Artist</title>
<link rel="stylesheet" type="text/css" href="css/website_style.css">
</head>
<body>
<div id= "page">
<header>
<a class= "logo" title= "Logo" href = "../my_website/my_website.html"><span>You are an Artist</span></a>
<div class ="hero">
<h1>You are an Artist</h1>
<a class= "btn" title= "name" href ="../my_website/html/my_works_main.html">LOOK AT MY WORK </a>
</div>
</header>
<section class= "main">
<aside >
<div class= "content portrait_picture">
<h3><a title= "About US" href ="#">About Me </a></h3>
<p>Hello, My name is <strong>Michael Bernal</strong>. I am a college junior and aspiring artist.efijsd;ughaf</p>
</div>
</br>
</aside>
<aside>
<div class= "content my_work">
<h3><a title= "My Work" href ="../my_website/html/my_works_main.html">My Art </a></h3>
<p>Here I have some of my drawings. Some I produced digitally, and others I drew by hand, mostly in pencil
kvnskjfblsgji;slk </p>
</div>
</br>
</aside>
<aside >
<div class= "content sales_comms">
<h3><a title= "Sales and Comissions" href ="#">Commissions </a></h3>
<p>Here You can contact me if you are interested in buying any of my works, or if
would like to pay me for a particular commission auhfs</p>
</div>
</br>
</aside>
</br>
</section>
<nav>
<ul>
<li><a title = "About Us" href ="#"> About Us</a>
</li>
<li><a title = "My works" href ="../my_website/html/my_works_main.html"> My Works</a>
<ul>
<li><a title = "Drawings Pencil" href = "#"> Drawings (pencil)</a></li>
<li><a title = "Drawings Pencil" href = "#"> Drawings (pencil)</a></li>
</ul>
</li>
<li><a title = "Contact Us" href ="#"> Contact Us</a></li>
</ul>
</nav>
<footer>
© You are an Artist
<div class = "content">
<a title ="" href="#">test</a>
<a title ="" href="#">test</a>
</div>
</footer>
</div>
</body>
</html>