55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
|
doctype html
|
||
|
html(lang="en")
|
||
|
head
|
||
|
meta(charset="utf-8")
|
||
|
meta(http-equiv="X-UA-Compatible" content="IE=edge")
|
||
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||
|
meta(name="Description" lang="en" content="open source html and css template")
|
||
|
meta(name="author" content="mlp design")
|
||
|
meta(name="robots" content="index, follow")
|
||
|
title geocation.com
|
||
|
link(rel="stylesheet" href="css/style.css")
|
||
|
link(rel="stylesheet" href="css/custom.css")
|
||
|
body
|
||
|
div(id="menu")
|
||
|
nav
|
||
|
label(for="show-menu" class="responsive") ☰
|
||
|
input(type="checkbox" id="show-menu" role="button")
|
||
|
ul(id="topnav")
|
||
|
li
|
||
|
span(class="icon")
|
||
|
a(href="#" title="Your Logo" class="logo") 👽
|
||
|
li
|
||
|
a(href="education.html") Education
|
||
|
li
|
||
|
a(href="outreach.html") Outreach
|
||
|
li
|
||
|
a(href="community-involvement.html") Community Involvement
|
||
|
li
|
||
|
a(href="contact.html") Contact
|
||
|
// li
|
||
|
// a(href="#") Help-->
|
||
|
// li
|
||
|
// span.icon
|
||
|
// a(href="#" class="search") 🔍
|
||
|
span.hide
|
||
|
a(href="#" title="Your Logo" class="logo") 👽
|
||
|
span.hide
|
||
|
a(href="#" class="search") 🔍
|
||
|
|
||
|
div(id="container")
|
||
|
div(id="pageheader")
|
||
|
div(class="col")
|
||
|
a(href="index.html")
|
||
|
h1 Geocation
|
||
|
div(class="col")
|
||
|
ul#sub
|
||
|
li
|
||
|
a(href="education.html") Education
|
||
|
li
|
||
|
a(href="outreach.html") Outreach
|
||
|
li
|
||
|
a(href="community-involvement.html") Community Involvement
|
||
|
li
|
||
|
a(href="contact.html") Contact
|