photographtips/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About | Dan Eden, Designer</title>
<meta name="viewport" content="initial-scale=1" />
<meta name="p:domain_verify" content="VERIFYCODEGHEE" />
<meta property="og:title" content="About"/>
<meta property="og:site_name" content="Dan Eden, Designer"/>
<meta property="og:url" content="http://roachhd.github.io/ode/"/>
<meta property="og:description" content=""/>
<link rel="stylesheet" href="style.css">
<!-- Touch icon -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.png" />
<!-- Type, y'all -->
<script type="text/javascript" src="//use.typekit.net/dkj5obg.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- RSS, brotha
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" />
-->
<!-- You know, rather than reading the source like a chump, you can see it all on GitHub like a champ: https://github.com/roachhd/ode/ -->
</head>
<body>
<header class="wrap site__header" role="banner">
<a class="site__title o--b o--p" href="/" title="Daniel T. Eden, Designer • Home">
Katie’s Photography Info, Tips and Settings
</a>
<nav class="site__nav" role="navigation">
<ul class="nav delta">
<li><a href="/ode/blog/">Night</a></li>
<li><a href="/ode/books/">Day</a></li>
<li><a href="/ode/portfolio/">People</a></li>
<li><a href="/ode/quotes/">Other</a></li>
<li class="f--r meta spit--v"><span class="js--toggle-lights">☀</span></li>
</ul>
</nav>
</header>
<main class="wrap site__content page" role="main">
<article class="grid hentry">
<header class="page__header grid__col grid__col--4-of-6 grid__col--centered promo">
<h1 class="page__title">My Own Tips</h1>
</header>
<div class=" page__content grid__col grid__col--4-of-6 grid__col--centered">
<p>These are my own tips and settings I like for my photography. I use a canon eos 600D and sigma lenses<a href="/portfolio">scratching my own itch</a> and <a href="/blog">writing</a> about design, courage, and lack thereof. I also like Disney, dogs, and looking up.</p>
<p>I'm currently working in San Francisco for <a href="http://dropbox.com">Dropbox</a> as a Designer. If you want to, you can view and download <a href="https://www.dropbox.com/s/kq431p4ey1b1ayu/R%C3%A9sum%C3%A9.pdf">my resumè</a>.</p>
<p>I talk about the things I love (and ”more often" the things I hate) on <a href="http://twitter.com/_dte">Twitter</a>. I publish my most recent works-in-progress for critique on <a href="http://dribbble.com/dte">Dribbble.</a> I write code and put it on <a href="https://github.com/daneden/">GitHub</a>. Nothing out of the ordinary.</p>
<p>I'm marrying a talented artist and animator named <a href="http://twitter.com/iamemliy">Emily</a> quite soon. We're both from Manchester, <span class="caps">UK.</span> She likes horror movies. I do not.</p>
<p>If you want to have a chat, you can always email me at <a href="mailto:dan.eden@me.com">dan.eden@me.com</a>.</p>
<p>One last thing; the source code for my entire site is available to view over <a href="https://github.com/daneden/daneden.me">on GitHub</a>. Take a look, suggest improvements, and stay curious.</p>
</div>
</article>
</main>
<footer class="wrap site__footer" role="contentinfo">
<div class="grid">
<section class="small isle--v grid__col grid__col--3-of-6 p-author vcard">
<h4>About</h4>
<p class="o--mz">My name is <span class="fn">Daniel Eden</span>. I'm a designer from Manchester, <span class="caps">UK</span> currently living and working in San Francisco.</p>
</section>
<section class="small isle--v grid__col grid__col--3-of-6">
<h4>Colophon</h4>
<p class="o--mz">Designed, developed, and maintained by <a href="/about">Daniel Eden</a>. Hosted by <a title="RamNode" href="https://clientarea.ramnode.com/aff.php?aff=088">RamNode</a>. Set in Leitura News and Franklin Gothic <span class="caps">URW</span>, delivered by Typekit. Check the <a href="/styleguide/">style guide</a>. View <a href="https://github.com/daneden/daneden.me">the source</a>.</p>
</section>
</div>
</footer>
<div class="footer__copyright wrap small isle--v">
<p>C 2014 Daniel Eden, unless otherwise noted.</p>
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-googles-2', 'daneden.me');
ga('send', 'pageview');
</script>
<script src="/assets/picturefill-efd83b0d5fe6dac095659da29c71c601.js"></script>
<script>
// Toggle night theme
var d = document.documentElement,
t = document.querySelectorAll(".js--toggle-lights")[0],
m = localStorage.getItem("nightmode");
if(m == "true") {
d.classList.add("night-mode");
}
t.addEventListener("click", function(){
if(d.classList.contains("night-mode")) {
d.classList.remove("night-mode");
localStorage.setItem("nightmode", "false");
} else {
d.classList.add("night-mode");
localStorage.setItem("nightmode", "true");
}
});
</script>
</body>
</html>