-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
172 lines (167 loc) · 7.47 KB
/
index.html
File metadata and controls
172 lines (167 loc) · 7.47 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
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
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<!-- CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- BOOTSRAP -->
<link rel="stylesheet" href="css/style.css" />
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
<title>Frontend Mentor | Intro section with dropdown navigation</title>
</head>
<body>
<section id="navigation mb-2">
<nav class="navbar bg-body-tertiary navbar-expand-md">
<div class="container-fluid">
<a class="navbar-brand py-0 fw-bold fs-2" href="#">snap</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end justify-content-between" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header justify-content-end">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body justify-content-between">
<ul class="navbar-nav d-flex flex-md-row flex-column">
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Features
</a>
<ul class="dropdown-menu border-0 rounded shadow-sm">
<li>
<a class="dropdown-item" href="#">
<div
class="btn-group align-items-center gap-2"
role="group"
aria-label="Basic example"
>
<img src="images/icon-todo.svg" alt="To do list" />
<p class="my-0">Todo list</p>
</div>
</a>
</li>
<li>
<a class="dropdown-item" href="#">
<div
class="btn-group align-items-center gap-2"
role="group"
aria-label="Basic example"
>
<img
src="images/icon-calendar.svg"
alt="Calendar"
/>
<p class="my-0">Calendar</p>
</div>
</a>
</li>
<li>
<a class="dropdown-item" href="#">
<div
class="btn-group align-items-center gap-2"
role="group"
aria-label="Basic example"
>
<img
src="images/icon-reminders.svg"
alt="Reminders"
/>
<p class="my-0">Reminders</p>
</div>
</a>
</li>
<li>
<a class="dropdown-item" href="#">
<div
class="btn-group align-items-center gap-2"
role="group"
aria-label="Basic example"
>
<img
src="images/icon-planning.svg"
alt="Planning"
/>
<p class="my-0">Planning</p>
</div>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Company
</a>
<ul class="dropdown-menu border-0 rounded shadow-sm">
<li><a class="dropdown-item" href="#">History</a></li>
<li><a class="dropdown-item" href="#">Our team</a></li>
<li><a class="dropdown-item" href="#">Blog</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">About</a>
</li>
</ul>
<div class="d-md-inline d-flex flex-md-row flex-column text-center">
<a href="#" class="btn text-dark">Login</a>
<button class="btn border border-secondary rounded">Register</button>
</div>
</div>
</div>
</div>
</nav>
</section>
<section id="hero" class="section section__hero">
<div class="container">
<div class="row py-5 flex-md-row flex-column-reverse justify-content-between">
<div class="col-md-4 col-12 py-5 text-md-start text-center">
<h1 class="display-2 fw-bold mb-3">Make remote work</h1>
<p class="lead mb-3">Get your team in sync, no matter your location. Streamline processes, create team rituals, and watch productive soar.</p>
<button class="btn btn-dark btn-lg border rounded">Learn more</button>
<div class="container my-5 d-flex gap-md-4 gap-2 justify-content-center">
<img class="image-fluid" src="images/client-databiz.svg" alt="Client">
<img class="image-fluid" src="images/client-audiophile.svg" alt="Client">
<img class="image-fluid" src="images/client-meet.svg" alt="Client">
<img class="image-fluid" src="images/client-maker.svg" alt="Client">
</div>
</div>
<div class="col-md-6 col-12 d-flex justify-content-center">
<img src="images/image-hero-desktop.png" alt="Image" class="img-fluid d-none d-md-inline" style="max-height: 80vh;">
<img src="images/image-hero-mobile.png" alt="Image" class="img-fluid d-inline d-md-none" style="max-height: 80vh;">
</div>
</div>
</div>
</section>
</body>
</html>