-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcredit.html
More file actions
61 lines (57 loc) · 2.66 KB
/
credit.html
File metadata and controls
61 lines (57 loc) · 2.66 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav>
<div class="dlogo">
<span class="logo">B</span>
<span class="under">Ben</span>
</div>
<ul>
<li>
<div class="icon">
<img src="images/home.png" alt="home icon">
</div>
<a href="index.html">Home</a>
</li>
<li>
<div class="icon">
<img src="images/user.png" alt="personal icon">
</div>
<a href="personal.html">About Me</a>
</li>
<li>
<div class="icon">
<img src="images/social.png" alt="skill icon">
</div>
<a href="skills.html">Skills</a>
</li>
<li>
<div class="icon">
<img src="images/start-up.png" alt="">
</div>
<a href="projects.html">Projects</a>
</li>
<li class="copy">
<a href="credit.html">©</a>
<a href="credit.html">Credit</a>
</li>
<!--© is option g--->
</ul>
</nav>
<article>
<div>Icons made by <a href="https://www.flaticon.com/authors/dave-gandy" title="Dave Gandy">Dave Gandy</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/geotatah" title="geotatah">geotatah</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/pixel-buddha" title="Pixel Buddha">Pixel Buddha</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/itim2101" title="itim2101">itim2101</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</article>
</body>
</html>