This repository was archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (102 loc) · 4.47 KB
/
index.html
File metadata and controls
130 lines (102 loc) · 4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project 1</title>
<link href="stylesheet.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
</head>
<body>
<div id="page">
<header>
<hr>
<nav id="topnav" class="navbar">
<a href="index.html" class="logo-text">
<strong>STRIVE</strong>
</a>
<a href="Contact/contact.html">Contact</a>
<a href="About/about.html">About</a>
<a href="Services/services.html">Services</a>
<a href="" style="font-size:15px;" class="icon">☰</a>
</nav>
<hr>
</header>
<section class="cloud-page">
<h2>Cloud. Solutions.</h2> <br>
<img src="images/architect2.jpeg">
</section>
<div class="content">
<div class="strive-description">
<h1>What is Strive?</h1>
<p class='strive-description'>
<br>
Strive is the ultimate solution to cloud storage.
<br>
Using the latest streamlined technology, we make sure
your data is secure and quickly accessible.
</p>
</div>
<div class="services">
<div class="icon-group">
<strong>Security</strong>
<br><br>
<img class="icon-services" src="images/shield.svg">
<br><br>
<span>Top of the line secuirty that makes sure your dad is never lost or stolen.</span>
</div>
<div class="icon-group">
<strong>Speed</strong>
<br><br>
<img class="icon-services" src="images/timer.svg">
<br><br>
<span>Quick speeds so you can access your data at the blink of an eye!</span>
</div>
<br>
<div class="icon-group">
<strong>Devices</strong>
<br><br>
<img class="icon-services" src="images/responsive.svg">
<br><br>
<span>Easy access to data on multiple devices so you can access your data.</span>
</div>
<div class="icon-group">
<strong>Customer Service</strong>
<br><br>
<img class="icon-services" src="images/support.svg">
<br><br>
<span>We provide the best service so you always feel like you're in the right hands.</span>
</div>
</div>
<br>
<div class="customer-quotes">
<p>
"It's incredible. It really saves me time and effort. Strive is exactly what our business has been
lacking. Thanks to Strive, we've just launched our 5th website!"
<strong>- Chryste J.</strong>
<br> <br><br>
"Strive is exactly what our business has been lacking. I couldn't have asked for more than this. I
will let my mum know about this, she could really make use of Strive!"
<strong>- Ruthy I.</strong>
<br> <br><br>
"We're loving it. I can't say enough about Strive. I am so pleased with this product. Strive has
really helped our business."
<strong>- Rawley N.</strong>
</p>
</div>
</div>
<!--Footer-->
<footer class="footer">
<div class="footer-icons">
<i class="fab fa-instagram"></i>
<i class="fab fa-facebook-square"></i>
<i class="fab fa-github"></i>
</div>
© 2019 STRIVE | All Rights Reserved.
</footer>
</div>
</body>
</html>