-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
182 lines (168 loc) · 5.55 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
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="eS">
<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" href="./css/index.css">
<title>AR CREA landing page</title>
<script src="https://kit.fontawesome.com/e520920383.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="navegation" >
<a href="#"> <img src="./images/logoAr.png" width="70" height="45" alt=""></a>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#containt-cuarto">About</a></li>
<li><a href="#containt-cinco">Projects</a></li>
<li><a href="#containt-segundo">Product</a></li>
</ul>
</header>
<div id="containt-principal" class="containt-principal">
<div class="logo">
<img src="./images/logoAr.png" width="200" height="130" alt="logoArCreat">
</div>
<div class="text">
<p class="tittle">
A history of everything you copy
</p>
<p class="subTittle">
Clipboard allows you to track and organize everything you
copy. Instantly access your clipboard on all your devices.
</p>
</div>
<div class="button">
<button class="buttonOne">
Download for iOS
</button>
<button class="buttonTwo">
Download for Mac
</button>
</div>
</div>
<div id="containt-segundo" class="containt-segundo">
<div class="text">
<p class="tittle">
Keep track of your snippets
</p>
<p class="subTittle">
Clipboard instantly stores any item you copy in the cloud,
meaning you can access your snippets immediately on all your
devices. Our Mac and iOS apps will help you organize everything.
</p>
</div>
<div class="computer">
<img src="./images/image-computer.png" alt="">
<div class="description-computer">
<p class="description-title">Quick Search</p>
<p class="description-subtitle">
Easily search your snippets by content, category, web address, application, and more.
</p>
<p class="description-title">iCloud Sync</p>
<p class="description-subtitle">
Instantly saves and syncs snippets across all your devices.
</p>
<p class="description-title">Complete History</p>
<p class="description-subtitle">
Retrieve any snippets from the first moment you started using the app.
</p>
</div>
</div>
</div>
<div id="containt-tercero" class="containt-tercero">
<div class="text">
<p class="tittle">
Access Clipboard anywhere
</p>
<p class="subTittle">
Whether you’re on the go, or at your computer, you can access all your Clipboard
snippets in a few simple clicks.
</p>
</div>
<img src="./images/image-devices.png" alt="">
</div>
<div id="containt-cuarto" class="containt-cuarto">
<div class="text">
<p class="tittle">
Supercharge your workflow
</p>
<p class="subTittle">
We've got the tools too bost your productivity
</p>
</div>
<div class="containt-icon">
<div class="icon-text">
<i class="fas fa-list-alt"></i>
<p class="icon-tittle">
Create blacklists
</p>
<p class="icon-subTittle">
Ensure sensitive information never makes its way to your clipboard by excluding certain sources.
</p>
</div>
<div class="icon-text">
<i class="fas fa-text-height"></i>
<p class="icon-tittle">
Plain text snippets
</p>
<p class="icon-subTittle">
Remove unwanted formatting from copied text for a consistent look.
</p>
</div>
<div class="icon-text">
<i class="fas fa-eye"></i>
<p class="icon-tittle">
Sneak preview
</p>
<p class="icon-subTittle">
Quick preview of all snippets on your Clipboard for easy access.
</p>
</div>
</div>
<div class="containt-logo">
<img src="./images/logo-google.png" width="150" height="50" alt="">
<img src="./images/logo-ibm.png" alt=""width="150" height="50">
<img src="./images/logo-microsoft.png" alt=""width="150" height="35">
<img src="./images/logo-hp.png" alt="" alt=""width="140" height="45">
<img src="./images/logo-vector-graphics.png" width="150" height="50" alt="">
</div>
</div>
<div id="containt-cinco" class="containt-cinco">
<div class="text">
<p class="tittle">
clipboard for iOS and Mac OS
</p>
<p class="subTittle">
Available for free on the App Store. Download for Mac or iOS, sync with iCloud
and you’re ready to start adding to your clipboard.
</p>
</div>
<div class="button">
<button class="buttonOne">
Download for iOS
</button>
<button class="buttonTwo">
Download for Mac
</button>
</div>
</div>
<footer class="pie-pagina">
<img src="./images/logoAr.png" width="100" height="60" alt="">
<div class="text-footer">
<p>FAQs</p>
<p>Contact Us</p>
<p>Privacy Policy</p>
<p>Press Kit</p>
<p>Install Guide</p>
</div>
<div class="redes">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
</div>
<div id="ar">Arlinton Arturo
<p>Delgado Flores</p>
</div>
</footer>
</body>
</html>