-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprogress.html
132 lines (112 loc) · 6.16 KB
/
progress.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
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="dist/output.css">
<link rel="stylesheet" href="src/input.css">
<script src="https://kit.fontawesome.com/54e86b48e4.js" crossorigin="anonymous"></script>
<title>REWORK PROGRESS</title>
</head>
<body>
<header class="h-[100vh] bg-progress bg-cover bg-center ">
<nav class=" bg-primcol flex justify-between items-center w-full px-5 lg:px-24 text-primcol md:text-white shadow-md drop-shadow-xl shadow-black py-3">
<div>
<h1 class="text-white font-bold text-lg md:text-2xl">REWORK</h1>
</div>
<div class="flex justify-end items-center gap-1">
<img src="dist/images/Ashley.jpg" alt="" class="rounded-3xl max-w-[10%]">
<p class="text-xs text-white">Ashley</p>
</div>
</nav>
<div>
<div>
<video src="" controls class="w-1/2 flex justify-center items-center">
</video>
<div>
<input type="file" name="" id="">
</div>
</div>
<div class="text-white">
<div>
<h1>Progress</h1>
</div>
<div class="text-white">
<h1>Situational</h1>
</div>
</div>
</div>
</header>
<section class="bg-primcol text-white lg:px-24 px-3 flex flex-col">
<div class="flex flex-col md:flex-row items-start justify-between py-20">
<div class="flex items-center gap-3 pb-4">
<!-- <img src="dist/images/Logo.jpg" alt="Logo" srcset=""> -->
<h1 class="text-white font-bold text-lg md:text-2xl">REWORK</h1>
</div>
<div class="pb-8">
<h3 class="text-lg font-semibold py-2">Quick Link</h3>
<ul class="text-xs flex flex-col gap-4">
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Home</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Products</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">About</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Features</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">About</a></li>
</ul>
</div>
<div class="pb-8">
<h3 class="text-lg font-semibold py-2">Product</h3>
<ul class="text-xs flex flex-col gap-4">
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Tour</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Solutions</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Industries</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Pricing</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Interest</a></li>
</ul>
</div>
<div class="pb-8">
<h3 class="text-lg font-semibold py-2">Resources</h3>
<ul class="text-xs flex flex-col gap-4">
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Training research</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Microlearning guide</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Customer stories</a></li>
<!-- <li class="hover:cursor-pointer hover:text-seccol"><a href="#">Pricing</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Interest</a></li> -->
</ul>
</div>
<div class="pb-8">
<h3 class="text-lg font-semibold py-2">Company</h3>
<ul class="text-xs flex flex-col gap-4">
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">About us</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Affiliates</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Contact us</a></li>
<!-- <li class="hover:cursor-pointer hover:text-seccol"><a href="#">Pricing</a></li>
<li class="hover:cursor-pointer hover:text-seccol"><a href="#">Interest</a></li> -->
</ul>
</div>
<!-- <div class="">
<h1 class="text-lg font-semibold lg:text-xl lg:font-bold py-2">
We accept following <br>
payment systems
</h1>
<div class="flex gap-2 ">
<img src="dist/images/Visa.png" class="max-w-[20%] md:max-w-[100%]" alt="" srcset="">
<img src="dist/images/Mastercard.png" class="max-w-[20%] md:max-w-[100%]" alt="" srcset="">
<img src="dist/images/Visa.png" class="max-w-[20%] md:max-w-[100%]" alt="" srcset="">
</div>
</div> -->
</div>
<div class="flex justify-between flex-wrap-reverse gap-3 py-6">
<p class="text-xs">©2022 REWORK. All rights reserved <br>cooked with love by "codesbypampam"</p>
<div class="flex gap-6">
<i class="fa-brands fa-facebook-f hover:cursor-pointer hover:text-seccol"></i>
<i class="fa-brands fa-instagram hover:cursor-pointer hover:text-seccol"></i>
<i class="fa-brands fa-youtube hover:cursor-pointer hover:text-seccol"></i>
<i class="fa-brands fa-twitter hover:cursor-pointer hover:text-seccol"></i>
<i class="fa-brands fa-linkedin hover:cursor-pointer hover:text-seccol"></i>
</div>
</div>
</section>
<script src="src/scripts.js"></script>
</body>
</html>