-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (146 loc) · 5.81 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
<!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">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8bbd314e73.js" crossorigin="anonymous"></script>
<title>Frontend Mentor | Fylo landing page with dark theme and features grid</title>
</head>
<body>
<div id="header">
<div class="menu">
<img src="images/logo.svg" alt="Logo" style="max-width: 50%;">
<ul id="menu2">
<li><a href="#">Features</a></li>
<li><a href="#">Team</a></li>
<li><a href="#news">Sign In</a></li>
</ul>
</div>
</div>
<div id="main">
<div id="first">
<img src="images/illustration-intro.png" alt="illustration-intro">
<h1>All your files in one secure location,<br>accessible anywhere.</h1>
<h3>Fylo stores all your most important files in one secure location.<br>Access them wherever
you need, share and collaborate with<br>friends family, and co-workers.</h3>
<button class="button">Get Started</button>
</div>
<div id="more1">
<div id="more12">
<div class="details">
<img src="images/icon-access-anywhere.svg" alt="icon-access-anywhere">
<br><h1>Access your files, anywhere</h1>
<h3>The ability to use a smartphone, tablet, or computer to access your account means your
files follow you everywhere.</h3>
</div>
<div class="details">
<img src="images/icon-security.svg" alt="icon-security">
<br><h1>Security you can trust</h1>
<h3>2-factor authentication and user-controlled encryption are just a couple of the security
features we allow to help secure your files.</h3>
</div>
<div class="details">
<img src="images/icon-collaboration.svg" alt="icon-collaboration">
<br><h1>Real-time collaboration</h1>
<h3>Securely share files and folders with friends, family and colleagues for live collaboration.
No email attachments required.</h3>
</div>
<div class="details">
<img src="images/icon-any-file.svg" alt="icon-any-file">
<br><h1>Store any type of file</h1>
<h3>Whether you're sharing holidays photos or work documents, Fylo has you covered allowing for all
file types to be securely stored and shared.</h3>
</div>
</div>
</div>
<div id="more2">
<div id="prod">
<div class="proddet">
<img src="images/illustration-stay-productive.png" alt="illustration-stay-productive" class="photo">
</div>
<div class="proddet">
<h1>Stay productive, wherever you are</h1>
<h3>Never let location be an issue when accessing your files. Fylo has you covered for all of your file
storage needs.</h3>
<h3>Securely share files and folders with friends, family and colleagues for live collaboration. No email
attachments required.</h3>
<h3><a href="#">See how Fylo works <img src="images/icon-arrow.svg" alt="arrow" ></a></h3>
</div>
</div>
<div class="boxtest">
<div class="testimonials">
<h3>Fylo has improved our team productivity by an order of magnitude. Since making the switch our team has
become a well-oiled collaboration machine.</h3>
<img class="prof" src="images/profile-1.jpg" alt="Satish Patel">Satish Patel
<br>Founder & CEO, Huddle
</div>
<div class="testimonials">
<h3>Fylo has improved our team productivity by an order of magnitude. Since making the switch our team has
become a well-oiled collaboration machine.</h3>
<img class="prof" src="images/profile-2.jpg" alt="Bruce McKenzie">Bruce McKenzie
<br>Founder & CEO, Huddle
</div>
<div class="testimonials">
<h3>Fylo has improved our team productivity by an order of magnitude. Since making the switch our team has
become a well-oiled collaboration machine.</h3>
<div class="author">
<img class="prof" src="images/profile-3.jpg" alt="Iva Boyd">
Iva Boyd
<br>Founder & CEO, Huddle
</div>
</div>
</div>
</div>
</div>
<div id="news">
<h1>Get early access today</h1>
<h3>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.
<br></h3>
<form>
<input type="email" title="email" class="signin" required>
<input type="submit" title="submit" class="button" value="Get Started For Free">
</form>
</div>
<div id="footer">
<div class="fotlog">
<img src="images/logo.svg" alt="Logo">
</div>
<div class="info1">
<div class="info">
<span class="text"><img src="images/icon-location.svg" alt="icon-location">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua</span>
</div>
<div class="info" id="box2">
<span class="text"><img src="images/icon-phone.svg" alt="icon-phone">
+1-543-123-4567</span><br>
<span class="text"><img src="images/icon-email.svg" alt="icon-email">
[email protected]</span>
</div>
<div class="info">
<a href="#">About Us</a>
<br><a href="#">Jobs</a>
<br><a href="#">Press</a>
<br><a href="#">Blog</a>
</div>
<div class="info">
<a href="#">Contact Us</a>
<br><a href="#">Terms</a>
<br><a href="#">Privacy</a>
</div>
<div class="info">
<a href="#" class="soclin"><img src="images/f.svg" class="social" alt="facebook"></a>
<a href="#" class="soclin"><img src="images/t.svg" class="social" alt="twitter"></a>
<a href="#" class="soclin"><img src="images/i.svg" class="social" alt="instagram"></a>
</div>
</div>
</div>
</body>
</html>