Skip to content

Commit

Permalink
Add the first page
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Sep 2, 2016
1 parent 6c23a18 commit aa0ef31
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
<title>itinerantfoodie :: {{ page.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="/template/assets/js/ie/html5shiv.js"></script><![endif]-->
Expand Down Expand Up @@ -51,19 +51,19 @@ <h1><a href="/">#itinerantfoodie ✈️🍴</a></h1>
<!-- About -->
<section class="blurb">
<h2>Who am I?</h2>
<p>I write codes, I am passionate about usability / user interaction ), I travel (alot), I snapchat 👻 (alot), and I blog (sometimes)</p>
<p>I write codes, I am passionate about usability / user interaction ), I travel (alot), I snapchat 👻 (alot), and I blog (sometimes) <a href="/about/">[Read More]</a></p>
</section>

<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/itinerantfoodie" class="fa-github"><span class="label">Github</span></a></li>
<li><a href="https://github.com/itinerantfoodie" class="fa-github"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/nolim1t" class="fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://instagram.com/nolim1t" class="fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://foursquare.com/nolim1t" class="fa-foursquare"><span class="label">foursquare</span></a></li>
<li><a href="http://feeds.feedburner.com/Itinerantfoodie" class="fa-rss"><span class="label"RSS Feed</span></a></li>
</ul>
<p class="copyright">&copy; Content: nolim1t.co. Design Inspired by <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>. Made with ❤︎ in Hong Kong</p>
<p class="copyright">&copy; Content: itinerantfoodie.com / nolim1t.co. Design Inspired by <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>. Made with ❤︎ in Hong Kong / Taipei</p>
</section>
</section>
</div>
Expand Down
84 changes: 84 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html>
<head>
<title>itinerantfoodie :: {{ page.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="/template/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/template/assets/css/main.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.16/browser.js"></script>
<script src="js/bower_components/moment/moment.js"></script>
<script src="js/bower_components/jquery/dist/jquery.min.js"></script>
<!--[if lte IE 9]><link rel="stylesheet" href="/template/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="/template/assets/css/ie8.css" /><![endif]-->
</head>
<body>

<!-- Wrapper -->
<div id="wrapper">

<!-- Header -->
<header id="header">
<h1><a href="/">#itinerantfoodie ✈️🍴</a></h1>
<nav class="links">
<ul>
<li><a href="https://github.com/itinerantfoodie">My Code 🖥</a></li>
<li><a href="https://twitter.com/nolim1t">Ramblings 🗯</a></li>
<li><a href="http://nolim1t.co/">My Tech Blog 📱</a></li>
<li><a href="https://instagram.com/nolim1t">Photos 📷</a></li>
<li><a href="https://foursquare.com/nolim1t">Places 📍</a></li>
</ul>
</nav>
</header>

<section id="main">
<!-- Intro -->
<section id="intro">
<header>
<img src="//d3hs7z89jfjpsh.cloudfront.net/itinerantfoodieV2.png" alt="The Itinerant Foodie" />
<div>&nbsp;</div>
<p>eat, sleep, and travel</p>
</header>
</section>

<!-- Posts List -->
<div id="main">
<header>
<h2>{{ page.title }}</h2>
</header>
{{ content }}

</div>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/itinerantfoodie" class="fa-github"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/nolim1t" class="fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://instagram.com/nolim1t" class="fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://foursquare.com/nolim1t" class="fa-foursquare"><span class="label">foursquare</span></a></li>
<li><a href="http://feeds.feedburner.com/Itinerantfoodie" class="fa-rss"><span class="label"RSS Feed</span></a></li>
</ul>
<p class="copyright">&copy; Content: itinerantfoodie.com / nolim1t.co. Design Inspired by <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>. Made with ❤︎ in Hong Kong / Taipei</p>
</section>
</section>
</div>

<!-- Scripts -->
<script src="/template/assets/js/skel.min.js"></script>
<script src="/template/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="/template/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="/template/assets/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-77060790-1', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>
35 changes: 35 additions & 0 deletions about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: page
title: "About"
tags:
- about
- itinerantfoodie
---

### What is this site?

Itinerant Foodie is a travel blog focusing on food, and travel primarily. But have a secondary focus on apps and technology, as they play a big focus in todays world.

This site was started because instead of creating reviews on a platform where I don't own (yelp/foursquare/google), I create reviews here and syndicate them appropriately (sharing is caring). Rather than just focus on platforms where I may or may not be able to control the data in the future..

However this site started to shift a bit more onto content and less on technology, by now going 100% static using a cool tool called [jekyll](http://jekyllrb.com/). Now it will run without a database for posts. No bullshit just content.

### Who are you?

I am an Freelance Technology consultant by trade. I specialize in UX design, and full stack development. I've been in the industry for over 20 years.

I also do a little bit of algorithmic fx/commodity trading - mostly arbitrage, but slowly learning how to do leveraged trading.

I've lived on almost every continent of the world (except for the Middle-east, Africa, and South America) and adventurous to try out various regional cuisines - therefore a travel and food blog suits me as a platform for sharing. Also it serves as an outlet to practice writing and photography (which I also enjoy doing).

### I've got a business, do you do sponsored reviews?

Sure why not. However, they will be unbiased, and the writeup may not happen if the review isn't up to a high standard.

Feel free to reach out with the social links below or **hello (at) itinerantfoodie.com**

### Do you do any consulting for marketing or technology enablement?

Yes! in fact that's what I do.

Feel free to reach out with the social links below or **hello (at) itinerantfoodie.com**

0 comments on commit aa0ef31

Please sign in to comment.