-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinitialize everything in plain HTML.
- Loading branch information
1 parent
ee84abc
commit af90b24
Showing
23 changed files
with
358 additions
and
220 deletions.
There are no files selected for viewing
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<header> | ||
<nav> | ||
<a href="/">Home</a> | ||
<a href="/jobs/">Jobs</a> | ||
<a href="/contact/">Contact</a> | ||
</nav> | ||
<h1>Oinam</h1> | ||
<p>Save the planet, curb climate change. Progress exponentially.</p> | ||
</header> |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>Contact — Oinam</title> | ||
|
||
<meta name="description" content="Taking care of kids and women. Save the planet, curb climate change. Progress exponentially."> | ||
|
||
<link rel="stylesheet" href="https://assets.oinam.com/styles/simple.min.css"> | ||
|
||
</head> | ||
<body> | ||
|
||
<iframe src="/_includes/header.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()"></iframe> | ||
|
||
<main> | ||
|
||
<p> | ||
<a href="mailto:[email protected]">Email</a> is always the first and best communication medium, and we are happy to get yours. We love thoughtful emails and would reply. Please tell us who you are and clarify your message, and if you have a specific ask, an offer, an actionable item, or an exciting story. | ||
</p> | ||
|
||
<iframe data-tally-src="https://tally.so/embed/me5vdx?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1" loading="lazy" width="100%" height="600" frameborder="0" marginheight="0" marginwidth="0" title="Contact"></iframe><script>var d=document,w="https://tally.so/widgets/embed.js",v=function(){"undefined"!=typeof Tally?Tally.loadEmbeds():d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach((function(e){e.src=e.dataset.tallySrc}))};if(d.querySelector('script[src="'+w+'"]'))v();else{var s=d.createElement("script");s.src=w,s.onload=v,s.onerror=v,d.body.appendChild(s);}</script> | ||
|
||
</main> | ||
|
||
<iframe src="/_includes/footer.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()"></iframe> | ||
|
||
</body> | ||
</html> |
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,45 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>Oinam</title> | ||
|
||
<meta name="description" content="Taking care of kids and women. Save the planet, curb climate change. Progress exponentially."> | ||
|
||
<link rel="stylesheet" href="https://assets.oinam.com/styles/simple.min.css"> | ||
|
||
</head> | ||
<body> | ||
|
||
<iframe src="/_includes/header.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()"></iframe> | ||
|
||
<main> | ||
<p> | ||
<ul> | ||
<li><a href="https://story.oinam.com">Stories</a> about kids, parenting, and fun things at Oinam.</li> | ||
<li><a href="https://notes.oinam.com">Notes</a> is our digital garden of tit-bits, wiki-ish, data, learnings, and observations.</li> | ||
<li><a href="https://brajeshwar.com">brajeshwar.com</a></li> | ||
<li><a href="https://valinor.earth">Valinor Earth</a> builds sustainable and profitable technology practices helping businesses curb climate change.</li> | ||
<li><a href="https://inklyn.com">Inklyn</a> helps you run your business from the USA, while you live where you’re treated well.</li> | ||
</ul> | ||
</p> | ||
|
||
<h3>Elsewhere</h3> | ||
<p> | ||
<ul> | ||
<li><a href="https://twitter.com/oinam">Twitter</a></li> | ||
<li><a href="https://www.instagram.com/oinam/">Instagram</a></li> | ||
<li><a href="https://www.linkedin.com/company/oinam/">LinkedIn</a></li> | ||
<li><a href="https://medium.com/@oinam">Medium</a></li> | ||
<li><a href="https://oinam.github.io">Github</a> (<a href="https://github.com/oinam">source</a>)</li> | ||
</ul> | ||
</p> | ||
</main> | ||
|
||
<iframe src="/_includes/footer.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()"></iframe> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.