-
Notifications
You must be signed in to change notification settings - Fork 0
/
Design Hub 2.html
66 lines (57 loc) · 2.28 KB
/
Design Hub 2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Design Hub</title>
<link rel="stylesheet" href="Design Hub 2.css" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav>
<span class="name">JUST/DEEN</span>
<div class="float"><a href="#exp">Explore</a></div>
</nav>
<div class="Back"><a href="index.html"><i class="fa fa-arrow-circle-o-left" aria-hidden="true"></i>Back to home</a></div>
<h1>Graphic Designs</h1>
<div class="sec">
<div class="fit"><img src="Pedia/G1.jpeg" alt="" /></section></div>
<div class="fit"><img src="Pedia/G2.jpg" alt="" /></section></div>
<div class="fit"><img src="Pedia/G3.jpeg" alt="" /></section></div>
<div class="fit"><img src="Pedia/G4.png" alt="" /></section></div>
<div class="fit"><img src="Pedia/G5.png" alt="" /></section></div>
<div class="fit"><img src="Pedia/G6.png" alt="" /></section></div>
<div class="fit"><img src="Pedia/G7.jpeg" alt="" /></section></div>
<div class="fit"><img src="Pedia/G8.jpg" alt="" /></section></div>
</div>
<div class="exp" id="exp">Explore <i class="fa fa-arrow-circle-o-down" aria-hidden="true"></i></div>
<div class="anch1">
<a href="Design Hub.html">Web Design</a>
<a href="Design Hub 3.html">Mobile Design</a>
<a href="" id="fix">Graphic Design</a>
</div>
<div class="copyright">
<p>
Copyright <i class="fa fa-copyright" aria-hidden="true"></i> Sheriff.
</p>
</div>
<script>
if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual';
}
</script>
</body>
</html>