-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.html
121 lines (104 loc) · 5.63 KB
/
copyright.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<title>Axcelmark Applications</title>
<link rel="stylesheet" href="css/maincss.css">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Do you want to work at a marketing product business? Apply to Axcelmark today!">
<script src="https://kit.fontawesome.com/ef4fd3eeca.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="" crossorigin="anonymous"></script>
</head>
<body>
<header>
<!--Desktop Navigation Bar-->
<div class="navbar" id="navbar">
<ul>
<li style="float: left;"><a href="index.html" id="navlogo"><img src="images/AxcelmarkLogo.webp" style="height: 65px;" alt="Axcelmark Logo" /></a></li>
<li style="float: right;"><a href="contact.html" id="navbutton">HELP</a></li>
<li style="float: right;"><a href="application.html" id="navbutton">APPLY</a></li>
<li style="float: right;"><a href="benefits.html" id="navbutton">BENEFITS</a></li>
<li style="float: right;"><a href="listings.html" id="navbutton">LISTINGS</a></li>
<li style="float: right;"><a href="index.html" id="navbutton">HOME</a></li>
</ul>
</div>
<!--Mobile Navigation Bar-->
<div class="mobilenav" id="mobilenav">
<a href="index.html" id="mobileimage"><img id="mobileimage" src="images/AxcelmarkLogo.webp"
style="height:50px; " alt="Axcelmark Logo" /></a>
<div id="myLinks">
<a href="index.html" style="color: white; ">HOME</a>
<a href="listings.html" style="color:white;">LISTINGS</a>
<a href="benefits.html" style="color:white;">BENEFITS</a>
<a href="application.html" style="color:white;">APPLY</a>
<a href="contact.html" style="color: white;">HELP</a>
</div>
<a href="#" class="icon" onclick="myFunction()">
<i class="fa fa-bars" style="width:50px; height: 37px;margin-top: 35%;color:white;"></i>
</a>
</div>
</header>
<!--Page Header/Title-->
<div class="applyDescription" style="margin-top: 25px; margin-bottom: 25px;">
<h1>COPYRIGHT</h1>
</div>
<!--Copyright Info Section-->
<div class="contactinfo">
<p style="margin-top: 200px; margin-bottom: 200px;">
Front page image (Image that says "Want to join the Axcelmark team"): <a
href="https://www.pexels.com/photo/grayscale-photography-of-assorted-shirts-hanged-on-clothes-rack-1884584/">Pexels</a>
<br />
Why Should You Apply image: <a
href="https://unsplash.com/photos/a-person-working-on-a-machine--OI61ziuAh0">Unsplash</a> <br />
Floor Manager image: <a
href="https://www.pexels.com/photo/professional-architect-working-with-draft-in-office-3771045/">Pexels</a>
<br />
Screen printer image: <a href="https://unsplash.com/photos/man-holding-silk-screen-fH0LfShncdE">Unsplash</a>
<br />
Customer service icon: <a
href="https://www.flaticon.com/free-icon/headphones-with-mic_78651?term=headphones+with+microphone&page=1&position=1&origin=search&related_id=78651">Flaticon
by Freepik</a><br />
Manager icon: <a
href="https://www.flaticon.com/free-icon/manager_641695?term=manager&page=1&position=4&origin=search&related_id=641695">Flaticon
by Dinosoft Labs</a><br />
Screen printing icon: <a
href="https://www.flaticon.com/free-icon/screen-printer_3099851?term=screen+printing&page=1&position=8&origin=search&related_id=3099851">Flaticon
by Freepik</a><br />
Benefits page Image: <a href="https://pixabay.com/photos/t-shirt-fashion-drawing-2351761/">Pexels</a><br>
https://www.pexels.com/photo/assorted-tops-581339/ <br>
https://www.pexels.com/photo/man-with-headphones-facing-computer-monitor-845451/ <br>
https://www.pexels.com/photo/person-holding-gray-twist-pen-and-white-printer-paper-on-brown-wooden-table-955389/
</p>
</div>
<!--Click here to apply button at end of page-->
<div class="firstfooter">
<div class="applyfooter">
<h1 class="sectionheader" style="text-align: center;">FEEL LIKE APPLYING?</h1>
<button id="applybutton" class="dynamicButtonWhite" onclick="document.location='application.html'"
style="display:inline-block;">CLICK HERE TO APPLY</button>
</div>
</div>
</div>
<!--Footer-->
<footer>
<div class="footerrow">
<h3>CONNECT WITH US</h3>
</div>
<div class="footerrow">
<ul class="social-links">
<li><a href="mailto:cstewart@axcelmark.com" aria-label="mail contact info"><i
class="fa-regular fa-envelope"></i></a></li>
</ul>
</div>
<div class="footerrow">
<p>
<a id="copyrightLink" href="copyright.html">©Copyright Axcelmark Official. All rights reserved.</a>
</p>
</div>
</footer>
<!--Import for main js script-->
<script src="js/mainjs.js" type="text/javascript"></script>
</div>
</body>
</html>