-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (178 loc) · 7.92 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
183
184
185
186
187
188
189
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114902154-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114902154-1');
</script>
<meta name="google-site-verification" content="SugCBF7bHw6wV2ntRn95v8lwYFRrPHJoN09BCPNcw7M" />
<title>Macro</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon-96x96.png">
<link href="https://fonts.googleapis.com/css?family=Overpass:200,300,700" rel="stylesheet">
<link rel="shortcut icon" href="assets/favicon.ico" />
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/pgffhcglkcdpalkgpkkghpofcoibodak">
</head>
<body>
<div class="header">
<img class="header-logo" src="assets/logo.png"/>
<div class="header--right light-font">
<a class="header-options" href="https://github.com/UseMacro/macro-chrome-extension" target="blank">Contributing</a>
<a class="header-options" href="https://goo.gl/forms/yRgdKhD4QA4CJ8qm1" target="_blank">Feedback</a>
</div>
</div>
<div class="section-main">
<div class="main--left">
<h1>Macro</h1>
<p class="main-text medium-font light-font">Be more efficient on your favourite websites with new keyboard shortcuts.</p>
<p class="main-text medium-font" style="margin-top: 16px"><span class="light-font"> Try it now with</span> <span
class="key-blue">alt</span>+<span class="key-blue">/</span> </p>
<br />
<button class="main-button small-font">
<a class="white-font add-to-chrome" href="#">
Add to Chrome
</a>
</button>
<a class="open-chrome" style="font-size: 12px"
href="https://chrome.google.com/webstore/detail/pgffhcglkcdpalkgpkkghpofcoibodak" target="_blank">
Or open in the Chrome Store
</a>
</div>
<div class="main--right">
<img class="main-image" src="assets/laptop.png"/>
<img class="main-demo" src="assets/demo.gif"/>
</div>
</div>
<div class="section-supported">
<p class="small-font bold-font lighter-font">WE SUPPORT</p>
<div class="supported-sites">
<img class="site-icon" src="assets/support.png"/>
</div>
</div>
<div id="about" class="section-about">
<div class="section-container">
<h2>About Macro</h2>
<p class="about-text">
Macro offers powerful website-specific shortcuts and instant keyboard shortcut discovery across many websites. Currently, Macro supports consistent keyboard shortcuts across Messenger and Google, with more website support coming.
</p>
<p class="about-text">
Disclosure: In order to provide the best shortcuts possible, we collect data on
which shortcuts are used. Learn more about how we collect <a
class="white-font link"
href="https://github.com/UseMacro/macro-chrome-extension/blob/master/data-policy.md" target="_blank"> here</a>.
</p>
<div class="about-logo"> </div>
</div>
</div>
<div class="section-description-2">
<img class="panel-img" src="assets/panel.png"/>
<div class="desc-2-content">
<h2>Know the shortcuts in a click.</h2>
<p class="desc-2-text sm-font light-font">Easily learn all of the shortcuts available on a website by pressing Alt+/ to view the legend.</p>
</div>
</div>
<div class="section-description-1">
<div>
<h2 class="blue-font">Learn it once, use it everywhere.</h2>
<p class="desc-1-text blue-font sm-font">Macro leverages common design patterns such as the feed to provide cohesive shortcuts on all of your favourite websites.</p>
</div>
<img class="cards-img" src="assets/cards.png"/>
</div>
<!-- <div class="section-testimony">
<h2 class="blue-font">What users are saying</h2>
<div class="testies">
<img class="testie" src="assets/andy.png"/>
<img class="testie" src="assets/chris.png"/>
</div>
</div> -->
<div class="section-get">
<p class="medium-font bold-font white-font">Try Macro now.</p>
<button class="main-button small-font">
<a class="white-font add-to-chrome">
Add to Chrome
</a>
</button>
</div>
<div class="section-team">
<h2> Team </h2>
<div class="section-flex">
<div class="person-container">
<div class="person-photo"> <img class="portrait" src="./assets/andy.jpg" /> </div>
<div class="person-info">
<div class="person-name">Andy Zhang</div>
<div class="person-role">Designer </div>
</div>
</div>
<div class="person-container">
<div class="person-photo"> <img class="portrait" src="./assets/calvin.jpg" /> </div>
<div class="person-info">
<div class="person-name">Calvin Nhieu</div>
<div class="person-role">Developer</div>
</div>
</div>
<div class="person-container">
<div class="person-photo"> <img class="portrait" src="./assets/chris.jpg" /> </div>
<div class="person-info">
<div class="person-name">Christopher Luc</div>
<div class="person-role">Developer</div>
</div>
</div>
</div>
<div class="contact"> Contact us at <a class="link-contact" href="mailto:[email protected]">[email protected] </a></div>
</div>
<div id="panel" class="panel">
<div id="panel-background" class="panel-background">
</div>
<div class="panel-container">
<div class="panel-box">
<div id="panel-close" class="panel-close"></div>
<div id="panel-title" class="panel-title">Macro Panel</div>
<h2 class="panel-content-header"> Getting Started </h2>
<div class="panel-content">
<div class="panel-content-section">
<div class="panel-content-section-header">
1. Discover shortcuts by pressing <span class="key-blue">alt</span> +
<span class="key-blue">/</span>
</div>
<p class="panel-body-text">
This will display shortcuts available to the active page.
</p>
<img src="./assets/mini-panel.png" class="panel-mini-panel" />
</div>
<div class="panel-content-section">
<div class="panel-content-section-header">
2. Start using shortcuts!
</div>
<p class="panel-body-text">
We currently support custom shortcuts for
<span class="bold-font">Messenger</span> and <span
class="bold-font">Google</span>, and have more coming! Let us know which websites you want us to support!
</p>
<div id="panel-placeholder">
<button class="main-button small-font">
<a class="white-font add-to-chrome">
Add to Chrome
</a>
</button>
</div>
<div class="panel-close-hint">
Hide this panel by pressing Alt+/
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="lib/keymaster.js"></script>
<script src="script.js"></script>
</html>