Skip to content

Commit

Permalink
Reinitialize everything in plain HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
brajeshwar committed Oct 24, 2024
1 parent ee84abc commit af90b24
Show file tree
Hide file tree
Showing 23 changed files with 358 additions and 220 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
*.gem
.bundle
.jekyll-cache
.jekyll-metadata
.sass-cache
Gemfile.lock

_site

# Ignore OS generated files #
.DS_Store*
ehthumbs.db
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

8 changes: 0 additions & 8 deletions Gemfile

This file was deleted.

43 changes: 0 additions & 43 deletions _config.yml

This file was deleted.

5 changes: 0 additions & 5 deletions _data/nav.yml

This file was deleted.

25 changes: 7 additions & 18 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
<footer class="footer">
<nav>
<a href="{{ site.baseurl | prepend: site.url }}/">Home</a>
{% for menu in site.data.nav -%}
<a href="{{ site.baseurl | prepend: site.url }}{{ menu.url }}">{{ menu.title }}</a>
{% endfor -%}
</nav>
<div class="footer__credit">
<div>
<p>
<small>
2003-<span id="year"></span>
oinam.com
</small>
</p>
</div>
{% include appearance.html %}
</div>
<footer>
<p>
<small>
2003-<span id="year"></span>
oinam.com
</small>
</p>
</footer>

<script type="text/javascript">
Expand Down
7 changes: 0 additions & 7 deletions _includes/head-custom.html

This file was deleted.

9 changes: 9 additions & 0 deletions _includes/header.html
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>
8 changes: 0 additions & 8 deletions about.md

This file was deleted.

Binary file removed brand/pallette-blue.webp
Binary file not shown.
10 changes: 0 additions & 10 deletions contact.md

This file was deleted.

32 changes: 32 additions & 0 deletions contact/index.html
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>
45 changes: 45 additions & 0 deletions index.html
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>
16 changes: 0 additions & 16 deletions index.md

This file was deleted.

21 changes: 0 additions & 21 deletions jobs.md

This file was deleted.

2 changes: 0 additions & 2 deletions jobs/2023-01-01-devops-security.md

This file was deleted.

26 changes: 0 additions & 26 deletions jobs/2023-07-07-oinam-liaison.md

This file was deleted.

23 changes: 0 additions & 23 deletions jobs/2023-07-07-webmaster.md

This file was deleted.

23 changes: 0 additions & 23 deletions jobs/2024-04-01-assistant.md

This file was deleted.

Loading

0 comments on commit af90b24

Please sign in to comment.