-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<title>What I love doing - T.S. Lim</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans' rel='stylesheet' type='text/css'>
<link href="stylesheets/normalize.css" rel="stylesheet" type="text/css">
<link href="stylesheets/application.css" rel="stylesheet" type="text/css">
<script src="javascripts/application.js"></script>
</head>
<body>
<div class="pageContainer">
<div class="title">
<h1>What I love doing</h1>
<h3>These are some of the sites I've worked on.</h3>
<ul class="projects">
<li><a href="https://startupcompass.io/">Startup Compass - 5-step action plan to build a startup</a></li>
<li><a href="https://ruminate.io/">Ruminate.io - Make Better Decisions</a></li>
<li><a href="https://tslim.github.io/concepts">💭 Concepts around building software</a></li>
<li><a href="http://mindvalley.com/quests">Mindvalley Quests</a></li>
<li><a href="http://showtimes.my">Showtimes.my Live Site</a></li>
<li><a href="sites/showtimes.my">Showtimes.my Redesign Demo</a></li>
<li><a href="https://elixir-life.herokuapp.com">Game of Life in Elixir/Phoenix</a></li>
</ul>
<div class="footer">
<a href="https://www.clipsoflogic.com" class="button">Read Blog</a>
</div>
</div>
</div>
</body>
</html>