Update pages

This commit is contained in:
giongto35 2019-09-21 05:17:19 +08:00
parent fd445bcb9a
commit d13aca5135
3 changed files with 8 additions and 19 deletions

4
_config.yml vendored
View file

@ -1 +1,3 @@
theme: jekyll-theme-cayman
name: CloudRetro
markdown: kramdown
theme: jekyll-theme-cayman

15
_layouts/default.html vendored
View file

@ -6,23 +6,12 @@
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
{{ content }}
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:hankquinlanhub@gmail.com">email</a></li>
<li><a href="https://github.com/hankquinlan">github.com/hankquinlan</a></li>
<li><a href="https://www.linkedin.com/in/huuthanhnguyen/">linkedin</a></li>
<li><a href="github.com/giongto35">github.com/giongto35</a></li>
</ul>
</footer>
</body>

8
index.html vendored
View file

@ -1,10 +1,8 @@
---
layout: default
title: Thanh
title: Cloud Retro
---
<iframe width="560" height="315" src="https://www.youtube.com/embed/GUBrJGAxZZg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<div class="blurb">
<h1>Hi there, I'm Thanh!</h1>
<p>I'm best known as the horrible cop from <em>A Touch of Evil</em> Don't trust me. <a href="/about">Read more about my life...</a></p>
<h1>Cloud Retro</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GUBrJGAxZZg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div><!-- /.blurb -->