-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Logo , Moved All .md files into posts (#17)
* Navbar link changed and also changed the view of maintainers page with a y-axis scroll * logo and group photo change * use latest community photo * all the .md files are moved to the posts subfolder need to create a layout so that all the markdown files will be styled Changed the logo from the old one to the new one * tweaks * class to className navbar div * updated about.md and removed unused dep from osm --------- Co-authored-by: Akshay S Dinesh <[email protected]>
- Loading branch information
1 parent
1a2d760
commit 72ffe62
Showing
10 changed files
with
122 additions
and
159 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ export default function Navbar() { | |
<div className="m-2 p-2 container mx-auto"> | ||
<div className="flex justify-between items-center"> | ||
<div className="flex items-center"> | ||
<div> | ||
<img src="/osmkerala.png" alt="logo" width={100} /> | ||
<div className=" pr-4"> | ||
<img src="/osm_logo/[email protected]" alt="logo" width={70} /> | ||
</div> | ||
<a href="/"> | ||
<div className="text-3xl font-bold">OSM Kerala</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
--- | ||
import Layout from '../layouts/Layout.astro'; | ||
--- | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: "About us" | ||
date: 2020-10-26T10:34:54+05:30 | ||
description: "A brief description about us" | ||
author: osmkerala | ||
authors: ["osmkerala"] | ||
tags: ["OpenStreetMap", "About Us"] | ||
layout: ../../layouts/BlogPostLayout.astro | ||
--- | ||
|
||
![image](/group_photo.jpeg) | ||
|
||
we are a group of people who love maps and want to keep that data open.Openstreetmap activities in India started active from 2007.OSM Kerala Community has been very active over the past 13 years.Community has been mapping various features over the years.During the 2018 floods, Openstreetmaps was widely used.Community has been actively enaging with various partners. | ||
|
||
<h3 class="text-2xl font-semibold">Boundaries</h3> | ||
|
||
- State Boundaries | ||
- District Boundaries | ||
- Taluk Boundaries | ||
|
||
<h3 class="text-2xl font-semibold">Political</h3> | ||
|
||
- Lok Sabha Constituencies | ||
- Assembly Constituencies | ||
|
||
<h3 class="text-2xl font-semibold">Local Govt Bodies</h3> | ||
|
||
- Local Bodies in KeralaYes check.svg | ||
- Local Bodies Wards in Kerala | ||
|
||
<h3 class="text-2xl font-semibold">Environment</h3> | ||
|
||
- Rivers | ||
- Lakes | ||
- Reservoirs | ||
- Lagoons and Estuaries | ||
- Water Streams | ||
- Ponds | ||
- Forests | ||
|
||
<h3 class="text-2xl font-semibold">Roads</h3> | ||
|
||
- National Highway | ||
- State Highway | ||
- Major District road | ||
|
||
<h3 class="text-2xl font-semibold">Railways</h3> | ||
|
||
- Railways Stations | ||
- Kochi Metro | ||
- Proposed Silverline (K-rail) | ||
|
||
<h3 class="text-2xl font-semibold">Amenity</h3> | ||
|
||
- Police station | ||
- Fire and Rescue station | ||
- Health Facilities in Kerala | ||
|
||
<h3 class="text-2xl font-semibold">Activies</h3> | ||
|
||
- Mapathons | ||
- Webinars |
Oops, something went wrong.