-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhire_me.html
74 lines (71 loc) · 3.03 KB
/
hire_me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Desi Quinn Creative - Hire Me</title>
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<script src="https://kit.fontawesome.com/c081f77b94.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/index.css">
<script defer="defer" src="./js/header.js"></script>
</head>
<body>
<!-- Header -->
<header>
<!-- Navigation -->
<nav class="nav_bar">
<img class="logo" src="img/logo.png" alt="Desi Quinn Creative Logo"/>
<div class="nav_links drop_down">
<a href="./portfolio.html">Home</a>
<a href="./portfolio.html#featured">Projects</a>
<a href="https://drive.google.com/file/d/1AghcWPWJ3VbjRRAgCdK7Q5GYce7c-JM9/view?usp=sharing"
target="_blank">
Resumé
</a>
<a href="./portfolio.html#contact">Contact</a>
<a href="./login.html">Login</a>
<a href="./new_project.html"><button class="cta_button">Get A Website</button></a>
</div>
<div class="burger">
<div class="bar bar1"> </div>
<div class="bar bar2"> </div>
<div class="bar bar3"> </div>
</div>
</nav>
</header>
<main class="hire_me">
<h1>Hire Me</h1>
<p>Thank you for considering me to become a part of your team.</p>
<p>If you're ready to interview me please contact me via phone or email:</p>
<p><strong>Phone Number</strong> -
<a href="tel:704-840-7891">
(704) 840-7891
</a>
</p>
<p><strong>E-mail</strong> -
<a href="mailto:desiree.q.morris@gmail.com">
desiree.q.morris@gmail.com
</a>
</p>
<p>You can also
<strong>
<a href="https://drive.google.com/file/d/1AghcWPWJ3VbjRRAgCdK7Q5GYce7c-JM9/view?usp=sharing"
target="_blank">
view and print my resume
</a>
</strong>
:</p>
</main>
<!-- Footer -->
<footer>
<div>
<a href="https://www.linkedin.com/in/desiree-morris/" target="_blank"><i class="fab fa-linkedin" title="Linked In"></i></a>
<a href="https://twitter.com/desi_quinn" target="_blank"><i class="fab fa-twitter" title="Twitter"></i></a>
<a href="https://github.com/desiquinn" target="_blank"><i class="fab fa-github" title="GitHub"></i></a>
<a href="https://www.facebook.com/desiquinncreative" target="_blank"><i class="fab fa-facebook" title="Facebook"></i></a>
<a href="https://www.instagram.com/desiquinncreative" target="_blank"><i class="fab fa-instagram" title="Instagram"></i></a>
</div>
<p><i class="far fa-copyright"></i> Copyright Desi Quinn Creative</p>
</footer>
</body>
</html>