-
Notifications
You must be signed in to change notification settings - Fork 0
/
thank-you.html
58 lines (48 loc) · 2.37 KB
/
thank-you.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
<!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="Aliya Budimir, interior and graphic designer by profession, dreamer, adventurer and potion maker by heart"/>
<meta name="keywords" content="10 years of experience, interior design, graphical design, branding, packaging, wall painting, illustrations, 3D, sketching"/>
<meta name="theme-color" content="#ffffff">
<meta name="author" content="Ante Budimir">
<title>Aliya Budimir | Thank you</title>
<!-- Stylesheet -->
<link rel="preload" href="./css/main.css" as="style">
<link rel="stylesheet" href="./css/main.css">
<!-- Font Awesome -->
<link rel="preconnect" href="https://ka-f.fontawesome.com">
<script src="https://kit.fontawesome.com/61d247919a.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header -->
<header id="header">
<h1 class="hidden-visually">Aliya Budimir Designs</h1>
<!-- Menu -->
<nav id="nav">
<ul id="menu">
<li class="menu-item" tabindex="0"><a class="menu-link" href="index.html" title="Home of Beautiful Designs"><i class="fa fa-camera"></i><br>Gallery</a></li>
<li class="menu-item" tabindex="0"><a class="menu-link" href="about.html" title="Get to Know Me"><i class="fa fa-file-text"></i><br>About Me</a></li>
</ul>
</nav>
</header>
<!-- Logo -->
<div id="logo">
<a href="index.html" title="Aliya Budimir Designs"><img class="logo-img" src="./img/logo.png" alt="Aliya Budimir Designs logo"></a>
</div>
<!-- Thank you -->
<main id="thanks">
<h2 class="hidden-visually">Thank you</h2>
<p class="message">Thank you for getting in touch. <br> I check my email regularly so expect an answer <br> in 24 hours when I review your proposal.</p>
<!-- <img src="./img/thanks.jpg" alt="Thank you"> -->
</main>
<!-- FOOTER -->
<footer id="footer">
<span><a href="https://www.linkedin.com/in/aliya-budimir-8a9bb927" target="blank" rel="noopener" title="Connect with me on LinkedIn"><i class="fa fa-linkedin-square"></i></a></span>
<p>©Aliya Budimir<br>2020 - <span id="currentYear"></span></p>
</footer>
<!-- Scripts -->
<script src="js/date.js"></script>
</body>
</html>