-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmployer.html
More file actions
113 lines (83 loc) · 5.45 KB
/
Employer.html
File metadata and controls
113 lines (83 loc) · 5.45 KB
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
<!DOCTYPE html>
<html>
<script src="https://use.fontawesome.com/f927c00188.js"></script>
<link rel="stylesheet" type="text/css" href="navbar.css">
<head>
<script src="jquery-3.1.1.min.js"></script>
<script src="js.js"></script>
<script src="jquery.nicescroll.js"></script>
</head>
<body onload="fadeDown()">
<style>
body{
background-repeat: no-repeat;
background-image:url(assets/street2.jpg);
background-attachment: fixed;
background-size: 1909px 1080px;
}
.image2{
height:100%;
width:100%;
margin-left:-0.5%;
position:absolute;
background-image:url(assets/parallaxxx.jpg);
margin-top:154%;
z-index:-100;
background-size:1909px 1080px;
}
</style>
<div id = "fuller" class=full>
<div class = "logonav"><a href="index.html"> <img src="assets/Maxcap3.png"> </a></div>
<div id = "navbarr" class="navbar">
<ul>
<li class = homer><a href="#home" class="home">Home<i class="fa fa-home" aria-hidden="true"></i></a><div class = CT></div><div class = CB></div><div class = CR></div><div class = CL></div></li>
<li class = newser><a href="#news" class="news">News <i class="fa fa-newspaper-o" aria-hidden="true"></i></a><div class = CTT></div><div class = CBB></div><div class = CRR></div><div class = CLL></div></li>
<li class = contacter><a href="contactnew2.html" class="contact">Contact <i class="fa fa-phone" aria-hidden="true"></i></a><div class = CTTT></div><div class = CBBB></div><div class = CRRR></div><div class = CLLL></div></li>
<li class = teamer><a href="#about" class ="team">Team <i class="fa fa-users" aria-hidden="true"></i></a><div class = CTTTT></div><div class = CBBBB></div><div class = CRRRR></div><div class = CLLLL></div></li>
</ul>
</div>
<div id = "scrollto" class = coolcontainer>
</div>
</div>
<div class = anothercontainer>
<div class ="hidden">
<div class = update>Update Information<i class="fa fa-desktop" aria-hidden="true"></i><div class = cooltopp></div><div class = coolleftt></div><div class = coolrightt></div><div class = coolbottomm></div></div></div>
<div class = "hiddenn"><div class = userview>View Content as User<i class="fa fa-user-circle-o" aria-hidden="true"></i><div class = cooltoppp></div><div class = coollefttt></div><div class = coolrighttt></div><div class = coolbottommm></div></div></div>
</div>
<div class = "newhide"><div class = "phrase4">Welcome,</div></div>
<div class = "johnnydiv"></div><div class = "phrase5">John Doe</div>
<div class = "hiddennn"><div class = "phrase">Unifying Customer</div></div>
<div class = "hiddennnn"><div class = "phrase2">and</div></div>
<div class = "hidde"><div class = "phrase3">Service</div></div>
<div class = "lmao" id = "smooth">
<a href="#"class="arrowright"><div class="arrowmover"></div></a>
<a href="#"class="arrowmid"><div class="arrowmoverzz"></div></a>
<a href="#"class="arrowleft"><div class="arrowmoverz"></div></a>
</div>
<div class = sometext> You're in Control</div>
<div class = idkman id = "smootherie"><div class = value id = "smoother">Our Values</div>
<div class = quality><div class = mapborder><i class="fa fa-map-marker" aria-hidden="true"></i></div><p>Quality</p><p class = mini>We promise our best efforts. Our advanced systems and databases deliver unparalleled precision. Oh and by the way, <b>Failure</b> isn't a word in our dictionary.</p></div>
<div class = efficiency><div class = dapborder><i class="fa fa-thumbs-up" aria-hidden="true"></i></div><p>Efficiency</p><p class = minii>Our technologies ensure maximum efficiency and fast updates that will ensure quality and speed. We focus on failure prevention and speed. </p></div>
<div class = satisfaction><div class = gapborder><i class="fa fa-check" aria-hidden="true"></i></div><p>Satisfaction</p><p class = miniix>Accurate results, fast response and quick updates all lead to customer and user satisfaction. Customers will save time, and companies will make profits.</p></div>
<div class = easy><div class = papborder><i class="fa fa-user" aria-hidden="true"></i></div><p>Ease of Use</p><p class = miniixx>The user interface is simple, and self-explanatory. Employers can easily view any updated information and customers can view the same information via the app.</p></div></div>
<div id = formnew class = updateform><div class = titlecool id = "smootherz"><br>Live Update Form<div class = CTX></div><div class = CBX></div><div class = CRX></div><div class = CLX></div></div></div>
<div class = bottombar>
<div class = twitterholder>
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class = facebookholder>
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<p2>The Ultimate</p2>
<p1>A MaxCap Development</p1>
<p3>Software</p3>
<div id = "superscroll" class = scrollback>
<a href="#"class="scrollupper"><i class="fa fa-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
<div class = image2><img src=parallaxxx.jpg/></div>
<div id = "scrolldummy" class = "scroller">YOTHIS IS A TEST</div>
<div class="scroll-progress-container">
<div class="scroll-progress"></div></div>
</body>
</html>