-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
77 lines (56 loc) · 3.17 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<!-- Open Graph data -->
<meta property="og:site_name" content="Amandine Cerato" />
<meta property="og:title" content="Amandine Cerato" />
<meta property="og:description" content="MeluCRT is a Web Design student at HEAJ." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.amandine-cerato.be/" />
<meta property="og:image" content="https://www.amandine-cerato.be/assets/images/share.jpg" />
<meta property="og:image:width" content="1800" />
<meta property="og:image:height" content="945" />
<title>Credits | Amandine Cerato</title>
<link rel="stylesheet" href="assets/css/style.css">
<script src="assets/js/app.js" defer></script>
</head>
<body>
<main>
<h1 class="title title--l">Credits</h1>
<section class="section">
<h2 class="title title--m">Fonts</h2>
<ul class="list">
<li class="list__el"><a href="https://fonts.google.com/specimen/Tilt+Neon">Tilt Neon</a>
</li>
<li class="list__el"><a href="https://fonts.google.com/specimen/Martian+Mono">Martian Mono</a></li>
</ul>
</section>
<section class="section">
<h2 class="title title--m">Mockup templates</h2>
<ul class="list">
<li class="list__el"><a href="https://www.freepik.com/free-psd/web-pages-mock-up_1195506.htm#fromView=search&page=1&position=6&uuid=29332430-ff47-4be6-af2e-5ffa5ca6ea83">aleksandr_samochernyi</a></li>
<li class="list__el"><a href="https://www.freepik.com/free-psd/desktop-screen-with-website-presentation-mockup-isolated_23126576.htm#fromView=image_search_similar&page=1&position=48&uuid=12ab7a04-9771-4d9e-9d44-1a8d68d88578">designwarrior</a></li>
<li class="list__el"><a href="https://www.freepik.com/free-psd/screen-collection-mock-up_1153554.htm#fromView=search&page=3&position=48&uuid=a0323e1b-0c94-4807-bbf1-131efe86a6c1">CosmoStudio</a></li>
</ul>
</section>
<section class="section">
<h2 class="title title--m">Other assets</h2>
<ul class="list">
<li class="list__el"><a href="https://pixabay.com/sound-effects/cat-purr-33835/">Purring sound effect</a></li>
</ul>
</section>
<div class="nav__el">
<a href="index.html"><img class="kitty kitty--back" src="assets/images/kitty-home.png" srcset="assets/images/[email protected] 2x" alt="Stylized drawing of two cats happily rubbing against each other, one teal and one blue. Above them is a speech bubble that says 'Home'." loading="lazy" decoding="async"></a>
</div>
</main>
<footer class="footer">
<ul class="footer__ul">
<li class="footer__el"><a href="https://dwt.heaj.be/">DWT</a></li>
<li class="footer__el"><a href="credits.html">Credit</a></li>
</ul>
</footer>
</body>
</html>