-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (90 loc) · 3.45 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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Makers of Kerala is a community uniting makers of all across Kerala">
<meta name="og:title" content="Makers of Kerala">
<meta name="og:description" content="Makers of Kerala is a community uniting makers of all across Kerala">
<meta property="og:site_name" content="Makers of Kerala">
<meta property="og:url" content="https://makers-of-kerala.now.sh/">
<meta name="og:type" content="website">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,700|IBM+Plex+Mono:400,400i&display=swap" rel="stylesheet">
<title>Makers of Kerala</title>
<link href="./main.css" type="text/css" rel="stylesheet" />
<body>
<header id="main-header">
<div id="branding">
<img src="./makers-of-kerala-logo.svg" alt="Makers of Kerala Logo" />
<h1>Makers <em>of</em> <strong>Kerala</strong></h1>
</div>
<p>Uniting makers all across Kerala. Stay in the loop, follow us
on <a href="https://twitter.com/makersofkerala">Twitter</a>
and <a href="https://instagram.com/makersofkerala">Instagram</a></p>
</header>
<nav>
<ul>
<li><a class="blog-link" href="/"><img src="./blog.svg" alt="Blog Icon"><p>Blog</p></a></li>
<!-- <li><a class="events-link" --
-- href="#"><img src="./events.svg" alt="Events --
-- Icon"><p>Events</p></a></li> -->
<li><a class="resources-link" href="/resources/"><img src="./resources.svg" alt="Resources Icon" /><p>Resources</p></a></li>
</ul>
</nav>
<div id="reach-out">
<p>Interested in contributing an article for Malayali makers?</p>
<a id="reach-out-link" href="mailto:[email protected]">Reach Out</a>
</div>
<div id="entries">
<a href="/blog/calculate-age-in-js.html" class="entry calculate-age-in-js">
<div class="image-container">
<img src="/blog/calculate-age-in-js-cover.png" alt="Calculate Age in Javascript cover" />
</div>
<div class="entry-details">
<p class="small-text">Creating a simple frontend application</p>
<h2>Calculate Age in Javascript</h2>
<div class="entry-metadata">
<time>2 Feb 2020</time>
<p class="author">Editor</p>
</div>
</div>
</a>
<a href="/blog/vaaku2vec.html" class="entry vaaku2vec">
<div class="image-container">
<img src="/blog/vaaku2vec-icon.png" alt="Vaaku2Vec Icon" />
</div>
<div class="entry-details">
<p class="small-text">Lets meet</p>
<h2>Vaaku2Vec</h2>
<div class="entry-metadata">
<time>24 Feb 2020</time>
<p class="author">Editor</p>
</div>
</div>
</a>
<a href="#coming-soon" class="entry setting-up-your-dev-environment coming-soon">
<div class="image-container">
<img src="./setting-up-your-dev-environment-cover.png" alt="Setting up your dev environment cover" />
</div>
<div class="entry-details">
<p class="small-text">Creating a simple frontend application</p>
<h2>Setting up your dev environment</h2>
<div class="entry-metadata">
<time>Coming Up Next</time>
<p class="author">Editor</p>
</div>
</div>
</a>
</div>
<footer>
<div id="logo-with-copyright">
<img src="/makers-of-kerala-logo-light.svg" alt="Makers of
Kerala logo light variant" />
<p>© Makers of Kerala 2020–2023</p>
</div>
<ul>
<li><a href="#">Blog</a></li>
</ul>
</footer>
<script type="module" src="analytics.js"></script>
</body>
</html>