-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>pineapple.lol</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="pineapple.lol is a venture to explore the impact potential of open-source development. We strive to build thoughtful and cogent products to solve problems and make life easier.">
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="pineapple.lol" />
<meta property="og:url" content="https://pineapple.lol" />
<meta property="og:site_name" content="pineapple.lol" />
<meta property="og:description" content="pineapple.lol is a venture to explore the impact potential of open-source development. We strive to build thoughtful and cogent products to solve problems and make life easier." />
<link href="main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="asset/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="asset/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="asset/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="canonical" href="https://pineapple.lol/">
</head>
<body>
<div class="content">
<div class="icon"><img src="asset/fronz.png" alt="Fronz, our mascot"></div>
<div class="words">
<h1>pineapple.lol</h1>
<p>
pineapple.lol is a venture to explore the impact potential of open-source development. We strive to build thoughtful and compelling products to solve problems and make life easier. Founded on the ideology that a whole is greater than the sum of its parts, collaboration and open discourse is a cornerstone of how we build – contributors are always welcome.
</p>
<p>
Feel free to reach out to us at <a href="mailto:[email protected]">[email protected]</a>, or visit our <a href="https://github.com/pineapplelol">GitHub</a>.
</p>
<div class="partners">
<h2>Partners</h2>
<a href="https://vercel.com?utm_source=pineapplelol-aha&utm_campaign=oss">
<img src="asset/powered-by-vercel.svg" alt="powered by vercel"/>
</a>
</div>
</div>
</div>
</body>
</html>