-
Notifications
You must be signed in to change notification settings - Fork 0
/
handicraft.html
118 lines (106 loc) · 5 KB
/
handicraft.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" type="text/css" rel="stylesheet"/>
<link href="gallery.css" type="text/css" rel="stylesheet"/>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"/>
<title>Nachung's art == gallery</title>
</head>
<body>
<div class="container">
<div div class="navbar">
<h2 class="logo">Nachung'sArt</h2>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="Testimonial.html">Testimonial</a></li>
<li><a href="contact.html">Contact</a></li>
<img class="menu" src="menu.png" alt="menu">
</ul>
</nav>
</div>
<div class="sidenav">
<aside>
<ul>
<li><div class="icons"><i class="fa fa-heart"></div></i><div class="linktitle"><a href="gallery.html">Portrait</a></div></li>
<li><div class="icons"><i class="fa fa-align-justify"></i></div><div class="linktitle"><a href="scenery.html">Landscape</a></div></li>
<li><div class="icons"><i class="fa fa-group"></i></div><div class="linktitle"><a href="Digital.html">Digital Art</a></div></li>
<li><div class="icons"><i class="fa fa-user"></i></div><div class="linktitle"><a href="Cartoon.html">Cartoon</a></div></li>
<li><div class="icons"><i class="fa fa-user"></i></div><div class="linktitle"><a href="handicraft.html">Handicraft</a></div></li>
<li><div class="icons"><i class="fa fa-user"></i></div><div class="linktitle"><a href="scripture.html">Scripture</a></div></li>
<li><div class="icons"><i class="fa fa-user"></i></div><div class="linktitle"><a href="Abstract.html">Abstract</a></div></li>
<li><div class="icons"><i class="fa fa-user"></i></div><div class="linktitle"><a href="Doodle.html">Doodle</a></div></li>
</ul>
</aside>
</div>
<div class="cards">
<div>
<main class="grid">
<article>
<img src="https://picsum.photos/200" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>Lithograph printed by Pendleton's Lithography from an original series painted by Gilbert Stuart, [1828?]. Library of Congress Prints & Photographs Division.</p>
</div>
</article>
<article>
<img src="https://picsum.photos/201" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
<article>
<img src="https://picsum.photos/202" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
<article>
<img src="https://picsum.photos/203" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
<article>
<img src="https://picsum.photos/204" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
<article>
<img src="https://picsum.photos/205" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
<article>
<img src="https://picsum.photos/206" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
<article>
<img src="https://picsum.photos/207" alt="Sample photo">
<div class="text">
<h3>Handicraft</h3>
<p>J.Q. Adams. Engraving by George Peter Alexander Healy, c1898. Library of Congress Prints</p>
</div>
</article>
</main>
</div>
</div>
</div>
<script>
</script
</body>
</html>