-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (136 loc) · 5.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Un calendario de siembra para saber qué sembrar en la huerta cada mes del año">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@elraffaruffa" />
<meta name="og:title" property="og:title" content="Calendario de Siembra">
<meta name="og:type" content="website">
<meta name="og:description" property="og:description"
content="Un calendario de siembra para saber qué sembrar en la huerta cada mes del año">
<meta name="og:image" property="og:image" content="https://huerta.tips/images/logo-tag.png">
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="image/png" sizes="32x32" href="images/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/logo.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/logo.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-48x48.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170808834-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-170808834-2');
</script>
<script type="text/javascript"
src="https://platform-api.sharethis.com/js/sharethis.js#property=5f1af8ced179010012723398&product=inline-share-buttons"
async="async"></script>
<title>Calendario de Siembra</title>
</head>
<body>
<div id="fb-root"></div>
<!-- <script async defer crossorigin="anonymous"
src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v7.0&appId=285477069536568&autoLogAppEvents=1"
nonce="UuCvPxJz"></script> -->
<script>
window.fbAsyncInit = function () {
FB.init({
appId: '285477069536568',
cookie: true,
xfbml: true,
version: 'v7.0'
});
FB.AppEvents.logPageView();
};
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) { return; }
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<header>
<div class="logo-area">
<img src="images/logo.png" />
</div>
<div class="header-text">
<h1>Calendario de <span class="bold">siembra</span> </h1>
<h3>Una app para saber <span class="bold">qué sembrar</span> en cada momento</span> del año</h3>
</div>
<!-- <Top navigation Menu> -->
<div class="topnav">
<div id="myLinks">
<a href="index.html">Inicio</a>
<a href="about.html">Acerca de</a>
<a href="https://www.instagram.com/huerta.tips"><i class="fa fa-instagram"></i></a>
</div>
<a href="javascript:void(0);" class="icon" onClick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</header>
<div class="newNav">
<div id="newLinks">
<a href="index.html">Inicio</a>
<a href="about.html">Acerca de</a>
<a href="https://www.instagram.com/huerta.tips"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div id="container">
<section class="select">
<h2>Elegí <span class='bold'>hemisferio</span> y <span class="bold">mes:</span></h2>
<form id="form-select">
<div class="custom-select">
<select id="hemisferio">
<option value="0">Elegir Hemisferio:</option>
<option value="Norte">Hemisferio Norte</option>
<option value="Sur">Hemisferio Sur</option>
</select>
</div>
<div class="custom-select">
<select id="mes">
<option value="0">Elegir Mes:</option>
<option value="Enero">Enero</option>
<option value="Febrero">Febrero</option>
<option value="Marzo">Marzo</option>
<option value="Abril">Abril</option>
<option value="Mayo">Mayo</option>
<option value="Junio">Junio</option>
<option value="Julio">Julio</option>
<option value="Agosto">Agosto</option>
<option value="Septiembre">Septiembre</option>
<option value="Octubre">Octubre</option>
<option value="Noviembre">Noviembre</option>
<option value="Diciembre">Diciembre</option>
</select>
</div>
<button onclick='FB.AppEvents.logEvent("buttonClicked")' type="submit">Buscar</button>
<button type="reset" class="clear">Borrar</button>
</form>
<div class="selection"></div>
<div class="valuvas">
</div>
<div class="tagline-logo">
<img src="images/logo-tag-nobg-dark.png" alt="Tips para la huerta" class="responsive" />
</div>
<!-- <div class="fb-share-button" data-href="https://huerta.tips" data-layout="button_count" data-size="large"><a
target="_blank"
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fhuerta.tips%2F&src=sdkpreparse"
class="fb-xfbml-parse-ignore">Compartir</a></div> -->
<div class="seguinos">Seguinos en <a href="https://www.instagram.com/huerta.tips"><i
class="fa fa-instagram fa-3x"></i></a></div><br>
<div class="sharethis-inline-share-buttons"></div><br><br>
</div>
</span>
</section>
</div>
<footer>
<p>By <a href="https://mktdigitalideas.com">MktDigital Ideas</a> 2020 v. 1.4.0</p>
</footer>
</body>
<script src="/js/script.js"></script>
<script src="https://kit.fontawesome.com/a88184b133.js" crossorigin="anonymous"></script>
</html>