-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
36 lines (36 loc) · 1.33 KB
/
credits.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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Cedarville+Cursive" rel="stylesheet">
</head>
<body>
<header>
<div id="logo">
<p>Carl's Page</p>
</div>
<nav>
<ul>
<a href="index.html"><li>Home</li></a>
<a href="#portfolio"><li>Portfolio</li></a>
<a href="#about"><li>About</li></a>
</ul>
</nav>
</header>
<main id="credits">
<section>
<article>Cedarville Cursive Font from <a href='https://fonts.google.com/specimen/Cedarville+Cursive'>here.</a></article>
<article>Nunito Font from <a href='https://fonts.google.com/specimen/Nunito'>here.</a></article>
<article>Red Fox image from <a href='https://www.freepik.com/free-vector/wild-animals-collection-red-foxes-background_1380881.htm'>here.</a></article>
<article>Koi image from <a href='https://www.freepik.com/free-vector/wild-animals-collection-red-foxes-background_1380881.htm'>here.</a></article>
<article>Totempole image from <a href='https://www.freepik.com/free-vector/totem-pole-with-animals-neon-sign_5562043.htm'>here.</a></article>
</section>
</main>
<footer>
2019<br>
Created by Carl H.
<a href="credits.html"><span>Credits</span></a>
</footer>
</body>
</html>