This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
103 lines (92 loc) · 2.91 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>PlantBuddies 🌿💘 Easy Companion Planting</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="It's like online dating for plants! Plant Buddies is an easy to use tool that helps you with companion planting. Need a good compaion for your plant? Find it here fast. It's like a companion planting chart but in 2017."
/>
<meta property="og:type" content="article" />
<meta
property="og:title"
content="Plant Buddies – Online Dating for Plants"
/>
<meta property="og:site_name" content="Plant Buddies" />
<meta property="og:url" content="https://planbuddies.serlo.org/" />
<meta
property="og:image"
content="https://plantbuddies.serlo.org/img/plant_buddies_logo_big.png"
/>
<meta
property="article:author"
content="https://www.facebook.com/serlo.org/"
/>
<meta
name="google-site-verification"
content="r0SPHQUDbxHzNX23dYt-epIwNsJ_Vm82APSnFMVoJyA"
/>
<link rel="manifest" href="manifest.webmanifest" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="img/fav/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
href="img/fav/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="img/fav/favicon-16x16.png"
sizes="16x16"
/>
<link
rel="mask-icon"
href="img/fav/safari-pinned-tab.svg"
color="#99d150"
/>
<link rel="shortcut icon" href="img/fav/favicon.ico" />
<meta name="msapplication-config" content="img/fav/browserconfig.xml" />
<meta name="theme-color" content="#cc9999" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-starturl" content="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="preload"
as="font"
href="./fonts/domine-regular.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
as="font"
href="./fonts/domine-bold.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body class="front">
<header>
<nav></nav>
<a href="/" id="logo" data-navigo class="fc logo"
><img
src="/img/plant_buddies_logo.svg"
alt="PlantBuddies – Easy Companion Planting – Logo"
/></a>
</header>
<main></main>
<footer></footer>
<script src="/data/plants-data.js"></script>
<script src="/js/index.js"></script>
</body>
</html>
<!-- <script src="data/relations-data.js"></script> -->