-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (54 loc) · 2.76 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
<!doctype html>
<html lang="en-us">
<head>
<title>All Pocket Operators Everything</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="All Pocket Operators Everything.">
<link rel="icon" href="img/favicon.png"/>
<link rel="stylesheet" href="style.css">
<!-- social -->
<meta content="https://pocketoperations.com/img/social-banner.png" name="twitter:image:src">
<meta content="@mccrmx" name="twitter:site">
<meta content="@mccrmx" name="twitter:creator">
<meta content="summary" name="twitter:card">
<meta content="Pocket Operations" name="twitter:title">
<meta content="All pocket operators everything." name="twitter:description">
<meta content="https://pocketoperations.com/img/social-banner.png" property="og:image">
<meta content="Pocket Operations" property="og:site_name">
<meta content="website" property="og:type">
<meta content="Pocket Operations" property="og:title">
<meta content="https://pocketoperations.com/" property="og:url">
<meta content="All pocket operators everything." property="og:description">
</head>
<body>
<header>
<a href="/"><img src="img/pocketoperations-title.svg" width="100%"/></a>
<h1>All Pocket Operators everything.</h1>
</header>
<main>
<h2>What's a pocket operator?</h2>
<p>
A pocket operator is a small music making device by Teenage Engineering that looks like a pocket calculator.
There are several different models, each with their own strengths and features for making different types of music on the go.
There are pocket operators for making sampled hip hop, boom-bap, chiptunes, sub-bass, synths, drum machines, and more.
<img id="po" src="img/content/teenage_engineering_po_33_ko_pocket_operator.jpg"/>
</p>
<h2><a href="pocket-operator-cases.html">Cases</a></h2>
<h2><a href="pocket-operator-stands.html">Stands</a></h2>
<h2><a href="pocket-operator-cheatsheets.html">Cheatsheets</a></h2>
<h2><a href="pocket-operator-apps.html">Apps</a></h2>
<h2><a href="pocket-operator-hardware.html">Hardware</a></h2>
<h2><a href="pocket-operator-tutorials.html">Tutorials</a></h2>
<h2><a href="pocket-operator-samples-and-patches.html">Samples</a></h2>
<h2><a href="pocket-operator-social.html">Social</a></h2>
<h2><a href="pocket-operator-faqs.html">FAQs</a></h2>
<h2><a href="https://teenage.engineering/products/po">Official</a></h2>
</main>
<footer>This is a website by
<a href="https://mccormick.cx/">Chris McCormick</a>
(<a href="https://twitter.com/mccrmx">@mccrmx</a>).
</footer>
</body>
</html>