-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
160 lines (158 loc) · 5.85 KB
/
index.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Condensed:wght@400;700&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link rel="stylesheet" href="./build/output.css" />
<title>Tracking Intro</title>
</head>
<body class="font-barlow">
<!-- header -->
<header>
<nav class="relative container mx-auto p-6">
<div class="flex px-0 lg:px-6 items-center justify-between">
<div class="pt-2">
<img src="./images/logo.svg" alt="logo" />
</div>
<ul class="hidden lg:flex uppercase space-x-11">
<li>
<a href="#" class="font-barlowCon text-base font-bold text-vdBlue"
><span class="hover:border-b-2 hover:border-vdBlue"
>product</span
></a
>
</li>
<li>
<a href="#" class="font-barlowCon text-base font-bold text-vdBlue"
><span class="hover:border-b-2 hover:border-vdBlue"
>features</span
></a
>
</li>
<li>
<a href="#" class="font-barlowCon text-base font-bold text-vdBlue"
><span class="hover:border-b-2 hover:border-vdBlue"
>pricing</span
></a
>
</li>
<li>
<span class="text-GrayishBlue">•</span>
</li>
<li>
<a
href="#"
class="font-barlowCon text-base font-bold text-GrayishBlue"
><span class="hover:border-b-2 hover:border-GrayishBlue"
>login</span
></a
>
</li>
</ul>
<button id="burger-menu" class="lg:hidden block focus:outline-none">
<img
src="./images/icon-hamburger.svg"
alt="hamburger"
id="burger-icon"
aria-label="Mobile Navigation Trigger"
/>
</button>
</div>
<div class="lg:hidden">
<ul
id="menu"
class="absolute hidden flex-col uppercase font-bold text-vdBlue items-center py-8 mt-10 space-y-6 tracking-widest bg-white left-6 px-7 right-6 drop-shadow-md z-50"
>
<li>
<a href="#" class="font-barlowCon text-2xl font-bold text-vdBlue"
>product</a
>
</li>
<li>
<a href="#" class="font-barlowCon text-2xl font-bold text-vdBlue"
>features</a
>
</li>
<li>
<a href="#" class="font-barlowCon text-2xl font-bold text-vdBlue"
>pricing</a
>
</li>
<li
class="flex border-t w-full mt-3 border-GrayishBlue flex-col lg:hidden"
>
<a
href="#"
class="font-barlowCon text-center mt-7 text-2xl font-bold text-GrayishBlue"
>login</a
>
</li>
</ul>
</div>
</nav>
</header>
<section class="mt-24 md:mt-12 lg:mt-24 2xl:mt-32 pb-5">
<div class="container mx-auto">
<div class="flex flex-col md:flex-row justify-center items-center">
<div class="w-full md:w-1/2 md:order-2 2xl:mt-24">
<img
src="./images/illustration-devices.svg"
alt="illustration-devices"
class="w-full scale-125 translate-x-14 md:translate-x-72 md:scale-[2.50] lg:scale-[1.55] xl:scale-[1.45] 2xl:scale-[1.55] translate-y-0 md:translate-y-12 lg:translate-y-0 lg:translate-x-36 2xl:translate-x-60"
/>
</div>
<div
class="max-w-lg sm:max-w-2xl md:max-w-lg px-5 xl:px-0 mt-28 lg:max-w-md xl:max-w-lg 2xl:max-w-2xl lg:mt-16 2xl:mt-14 mx-auto w-full md:w-1/2"
>
<div class="flex items-center gap-3 mb-5 md:order-1">
<a
href="#"
class="text-white tracking-widest text-lg lg:text-xl font-barlowCon uppercase font-bold bg-vdBlue rounded-full px-3 py-1 items-baseline"
>new</a
>
<h1
class="font-barlowCon uppercase tracking-[.25em] text-base text-GrayishBlue md:text-lg lg:text-xl whitespace-nowrap"
>
monograph dashboard
</h1>
</div>
<h2
class="uppercase text-4xl sm:text-5xl md:text-7xl lg:text-5xl xl:text-6xl 2xl:text-7xl max-w-xl mb-5 md:mb-10 text-vdBlue font-barlowCon font-bold"
>
powerful insights into your team
</h2>
<p
class="text-lg md:text-2xl sm:text-xl lg:max-w-sm text-gray-500 mb-5 md:mb-16"
>
Project planning and time tracking for agile teams
</p>
<div class="flex items-center gap-4 md:gap-7 mb-5">
<a
href="#"
class="text-white tracking-wider text-base md:text-xl font-barlowCon uppercase font-bold hover:opacity-75 transition duration-100 ease-in bg-primaryRed rounded-md whitespace-nowrap px-4 md:px-6 py-3 items-baseline"
>schedule a demo</a
>
<a
href="#"
class="font-barlowCon uppercase tracking-[.25em] text-sm sm:text-base md:text-xl text-GrayishBlue whitespace-nowrap"
>
to see a preview
</a>
</div>
</div>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>