-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (151 loc) · 7.75 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!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 -->
<!-- Google Fonts Links -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<!-- Bootstrap Links -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- style sheet line ( CSS ) -->
<link rel="stylesheet" href="style.css">
<!-- Icon Image Path -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | Fylo landing page with dark theme and features grid</title>
</head>
<body>
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="#"><img src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\logo.svg" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sign In</a>
</li>
</ul>
</div>
</nav>
<img class="illustration-intro" src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\illustration-intro.png" alt="">
<h3>All your files in one secure location, accessible anywhere.</h3>
<p class="heading-paragraph"> Fylo stores all your most important files in one secure location. Access them wherever
you need, share and collaborate with friends family, and co-workers.
</p>
<button class="btn btn-lg" type="button" name="button">Get Started</button>
<img class="curvy-img" src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\bg-curvy-desktop.svg" alt="">
<!-- Propertiess secction -->
<div class="card Propertiess">
<div class="row Propertiess">
<div class="col-lg-6">
<img class="card-icon" src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\icon-access-anywhere.svg" alt="">
<div class="card-body">
<h4>Access your files, anywhere</h4>
<p class="properties-text">The ability to use a smartphone, tablet, or computer to access your account means your
files follow you everywhere.</p>
</div>
</div>
<div class="col-lg-6">
<img class="card-icon" src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\icon-security.svg" alt="">
<div class="card-body">
<h4> Security you can trust
</h4>
<p class="properties-text"> 2-factor authentication and user-controlled encryption are just a couple of the security
features we allow to help secure your files.</p>
</div>
</div>
</div>
<div class="row Propertiess">
<div class="col-lg-6">
<img class="card-icon" src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\icon-collaboration.svg" alt="">
<div class="card-body">
<h4>Real-time collaboration</h4>
<p class="properties-text">Securely share files and folders with friends, family and colleagues for live collaboration.
No email attachments required.
</p>
</div>
</div>
<div class="col-lg-6">
<img class="card-icon" src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\icon-any-file.svg" alt="">
<div class="card-body">
<h4>Store any type of file</h4>
<p class=" properties-text">Whether you're sharing holidays photos or work documents, Fylo has you covered allowing for all
file types to be securely stored and shared.
</p>
</div>
</div>
</div>
</div>
<!-- collaboration section -->
<div class="row collaboration">
<div class="col-lg-6">
<img src="images\illustration-stay-productive.png" alt="">
</div>
<div class="col-lg-6 stay-productive">
<h2 class="collaboration-heading">Stay productive, wherever you are</h2>
<p class="collaboration-body">Never let location be an issue when accessing your files. Fylo has you covered for all of your file
storage needs.<br><br>
Securely share files and folders with friends, family and colleagues for live collaboration. No email
attachments required.</p>
<a class="collaboration-link" href="#">See how Fylo works</a>
<img src="C:\Users\ahmad\Desktop\fylo-dark-theme-landing-page-master\images\icon-arrow.svg" alt="">
</div>
</div>
<!-- testimonials section -->
<div class="row testi-container">
<div class="col col-lg-4 col-sm-12">
<p class="testi-text card-body" >
Fylo has improved our team productivity by an order of magnitude. Since making the switch our team has
become a well-oiled collaboration machine.
</p>
<img class="profile-1" src="images\profile-1.jpg" alt="">
<h5>Satish Patel</h5>
<h6>Founder & CEO, Huddle</h6>
</div>
<div class="col col-lg-4 col-sm-12">
<p class="testi-text card-body">
Fylo has improved our team productivity by an order of magnitude. Since making the switch our team has
become a well-oiled collaboration machine.
</p>
<img class="profile-1" src="images\profile-2.jpg" alt="">
<h5>Bruce McKenzie</h5>
<h6>Founder & CEO, Huddle</h6>
</div>
<div class="col col-lg-4 col-sm-12">
<p class="testi-text card-body">
Fylo has improved our team productivity by an order of magnitude. Since making the switch our team has
become a well-oiled collaboration machine.
</p>
<img class="profile-1" src="images\profile-3.jpg" alt="">
<h5>Iva Boyd</h5>
<h6>Founder & CEO, Huddle</h6>
</div>
</div>
<!-- Get Started Box -->
<div class="container Get-started">
<h2><strong>Get early access today</strong></h2>
<p class="get-started-text">
It only takes a minute to sign up and our free starter tier is extremely generous. If you have any
questions, our support team would be happy to help you.
</p>
<br><br>
<div class="">
<form class="form-group " action="index.html" method="post">
<input class="email-signUp col col-lg-9" type="email" name="your email address please" value="">
<br><br><br>
<a href="#" class="btn col col-lg-3">Get Started For Free </a>
</form>
</div>
</div>
</body>
</html>