-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (43 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Green Jobs in India</title>
<link rel="stylesheet" href="/style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BS438C57N3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-BS438C57N3');
</script>
</head>
<body>
<nav class="nav">
<div class="wrap">
<header class="header">
<div class="logo">
<a href="/">Green Jobs in India</a>
</div>
<div>
<a href="/new">Submit new job</a>
</div>
</header>
</div>
</nav>
<div class="wrap">
<div class="container">
<iframe class="airtable-embed"
src="https://airtable.com/embed/shrMTmTS4VI7pi7pc?backgroundColor=green&viewControls=on" frameborder="0"
onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
</div>
<footer>
<a href="https://github.com/rainmatter-foundation/greenjobs/issues/new">Have
a suggestion?</a>.
Published by <a href="https://rainmatter.org">Rainmatter foundation</a>.
</footer>
</div>
</body>
</html>