Skip to content

Commit

Permalink
Add index.html file for Civic Issue Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
aliirz committed Apr 4, 2024
1 parent de6711d commit b5a660c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<title>Civic Issue Finder</title>
</head>
<body>
<section class="hero is-success">
<div class="hero-body">
<div class="container">
<h1 class="title">Civic Issue Finder</h1>
<p>The easiest way to get started with civic hacking. Find issues and projects
to work on in your community. Crowdsourced from your local government,
volunteers and civil society organizations.</p>
</div>
</div>
</section>

<section class="section">
<iframe class="airtable-embed" src="https://airtable.com/embed/appZb65xRlTB5ps1o/shrW46Vd3bvIdmrbL?backgroundColor=orange&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="633" style="background: transparent; border: 1px solid #ccc;"></iframe>
</section>

<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>Civic Issue finder</strong> by <a href="https://codeforpakistan.org">Code For Pakistan</a>.
</p>
</div>
</footer>

</body>
</html>

0 comments on commit b5a660c

Please sign in to comment.