-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnow.html
More file actions
1 lines (1 loc) · 2.93 KB
/
now.html
File metadata and controls
1 lines (1 loc) · 2.93 KB
1
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="utf-8"> <title>Michael Le - Now</title> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex"> <link rel="shortcut icon" href="assets/images/favicon.ico"> <link rel="apple-touch-icon" href="assets/images/logo/Icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/images/logo/Icon-144x144.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/images/logo/Icon-228x228.png"> <link rel="stylesheet" href="assets/css/main.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400|Playfair+Display" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-47569647-1"></script> <script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","UA-47569647-1")</script> </head> <body> <nav> <div class="content"> <div class="navbar-header"> <a class="navbar-brand" href="http://lifeofmle.com"><img class="logo" src="assets/images/logo/Icon-57x57.png" alt="Michael Le">Michael Le</a> <button type="button" class="navbar-toggle"> <span class="bar"></span><span class="bar"></span><span class="bar"></span> </button> </div> <ul class="navbar-menu"> <li class="sr-only"> <a href="http://lifeofmle.com#home">Home</a> </li> <li> <a href="http://lifeofmle.com#portfolio">Work</a> </li> <li> <a href="http://lifeofmle.com/now">Now</a> </li> <li> <a href="https://medium.com/@Lifeofmle" target="_blank">Blog</a> </li> </ul> </div> </nav> <section id="background"> <div class="content lead"> <h1>Now</h1> <p class="lead">The resume and portfolio tells the world of what you did. These are the things I am looking focusing on at the moment</p> <p><strong>May 20 2018</strong></p> <ul> <li>Leading a team with UX and design</li> <li>Finding time to exercise</li> <li>Updating my online presence with design related stuff</li> </ul> <p><strong>October 1 2016</strong></p> <ul> <li>Being a good father to my baby daughter</li> <li>Releasing a travel app for parents with babies: <a class="dark" href="http://www.navibaby.com">Navibaby</a></li> <li>Find new ways to be a better designer</li> <li>Reading the following books: the Bible, "Letters to a Stoic" and "Thinking, Fast and Slow"</li> </ul> <br> <p>This page was inspired by <a class="dark" href="https://sivers.org/nowff">Derek Sivers</a>.</p> </div> </section> <footer> <img class="logo" src="assets/images/logo/Icon-57x57.png" alt="Michael Le"> </footer> <script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script> <script>var menuBtn=$(".navbar-toggle");menuBtn.click(function(n){$(".navbar-menu").slideToggle()})</script> </body> </html>