forked from DestinymH/DestinymH.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrawings.html
103 lines (88 loc) · 3.2 KB
/
drawings.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Destiny Herring</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="ADD SITE DESCRIPTION">
<meta name="author" content="ADD AUTHOR INFORMATION">
<meta name="robots" content="index, follow">
<!-- icons -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<!-- Override CSS file - add your own CSS rules -->
<link rel="stylesheet" href="examplecss.css">
<link href='http://fonts.googleapis.com/css?family=Lobster|Dancing+Script|Amatic+SC|Pinyon+Script|Rock+Salt|Patrick+Hand|Homemade+Apple|Fredericka+the+Great' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="header">
<div class="container">
<h1 class="header-heading">Destiny Herring</h1>
</div>
</div>
<div class="nav-bar">
<div class="container">
<ul class="nav">
<li><a href="about.html">About</a></li>
<li><a href="photography.html">Photography</a></li>
<li><a href="drawings.html">Drawings</a></li>
<li><a href="vacation.html">Vacations</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="container">
<div class="main">
<!-- Heading levels -->
<h2>My drawings</h2>
<hr>
<div><a href="photography.html">Gallery</a> » <a href="photography.html"> My Drawings</a></div>
<p>Sometimes I draw out of the blue, and I found out that if I don't have a certain feeling to draw, if i try to, it does not turn out good. I mostly draw from sight, like from google.</p>
<!-- Responsive images -->
<div>
<table class="center">
<tbody>
<tr>
<td>
<a href="index00.html" name="winter">
<img class="grow" src="C:\Users\Destiny\Desktop\drawings\hawk.jpg" alt="Click!" style="width: 180px; height: 180px">
</a>
</td>
<td>
<a href="index01.html" name="trees">
<img class="grow" src="C:\Users\Destiny\Desktop\drawings\heart.jpg" alt="Click!" style="width: 180px; height: 180px">
</a>
</td>
<td>
<a href="index00.html" name="signs">
<img class="grow" src="C:\Users\Destiny\Desktop\drawings\skull.jpg" alt="Click!" style="width: 180px; height: 180px">
</td>
</tr>
<tr>
<td>
<a href="index04.html" name="battle">
<img class="grow" src="C:\Users\Destiny\Desktop\drawings\mask.jpg" alt="Click!" style="width: 180px; height: 180px">
</td>
<td>
<a href="index04.html" name="battle">
<img class="grow" src="C:\Users\Destiny\Desktop\drawings\anime.jpg" alt="Click!" style="width: 180px; height: 180px">
</td>
</tr>
</tbody>
</table>
</div>
<div>
<a href="http://www.digicamsoft.com/softhttphotos.html" id="httphotos"><img="httpphotos.htt" title="httphotos:// create photo gallery" alt="httphotos:// create photo gallery"></a>
</div>
<!-- Lists -->
</div>
</div>
</div>
<div class="footer">
<div class="container">
© Copyright 2015
</div>
</div>
</body>
</html>