This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
48 lines (48 loc) · 1.63 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
<html>
<head>
<title>Google Docs for Mac</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<section class="section-hero">
<div class="container">
<img class="icon" src="images/icon.png">
<h1>Google Docs for Mac</h1>
<h2 class="pull">A standalone Mac wrapper for the suite of Google Drive applications: Doc, Slides and Sheets</h2>
<a href="https://github.com/phillipcaudell/Google-Drive-for-Mac/releases" class="button">
<span>Download</span>
<small>Requires macOS 10.13</small>
</a>
<img class="hero" src="images/hero.png">
</div>
</section>
<section class="section-features">
<div class="container">
<h2>Use Google Docs as if it were an actual Mac app. Neat!</h2>
<div class="row">
<div class="col-3">
<img class="feature" src="images/feature-dock.png">
<p>Lives in the dock</p>
</div>
<div class="col-3">
<img class="feature" src="images/feature-chrome.png">
<p>Minimal Window Chrome</p>
</div>
<div class="col-3">
<img class="feature" src="images/feature-shortcuts.png">
<p>Keyboard shorcuts</p>
</div>
</div>
<a href="https://github.com/phillipcaudell/Google-Drive-for-Mac/releases" class="button">
<span>Download</span>
<small>Requires macOS 10.13</small>
</a>
</div>
</section>
<footer>
Created haphazardly by <a href="https://caudell.co.uk">Phillip Caudell</a>. View the <a href="https://github.com/phillipcaudell/Google-Drive-for-Mac">source code</a>
</footer>
</body>
</html>