-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (78 loc) · 2.97 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Hi, I'm Jefferson Lam. I'm a Front-End Dev.">
<meta name="keywords" content="jefferson, lam, jefferson lam, jwlam, ibm, ibm design, san francisco, ca, austin, tx, web development, front-end development, fed, games, video games, music, portfolio, processing, html, css, javascript, js, php, ruby on rails, ror, jquery, code, design, codepen, linkedin, twitter, soundcloud">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jefferson Lam</title>
<link rel="stylesheet" href="css/main.min.css">
<link rel="icon" type="image/png" href="./img/min/favicon.ico">
</head>
<body>
<div class="container">
<section class="hero">
<div class="content">
<h1>Hi, I'm
<br/>
<span class="highlight-bg">Jefferson</span>.
<br/>
</h1>
<h1>I'm a
<br/>
<span class="highlight-bg">Front-End Dev</span>.</h1>
</div>
<div class="diamond" onclick="toggleDarkUI()" unselectable='on' onselectstart='return false;' onmousedown='return false;'></div>
</section>
<section class="about">
<div class="content">
<p>Hailing from San Francisco, I'm currently based in the beautiful city of
<span class="highlight-bg">Austin, TX</span>. I like to play bass, do voice over, and watch
<a href="https://youtu.be/9C_HReR_McQ" target="_blank">silly youtube videos</a>.</p>
<div class="portfolio-area">
<a class="ghost-btn" href="http://www.jeffersonlam.com/">VIEW PORTFOLIO</a>
</div>
</div>
</section>
<footer>
<div class="content">
<ul>
<li>
<a href="http://github.com/jeffersonlam">
<span class="icon icon-github3"></span>
</a>
</li>
<li>
<a href="http://codepen.io/jeffersonlam/">
<span class="icon icon-codepen"></span>
</a>
</li>
<li>
<a href="http://linkedin.com/in/jeffersonlam">
<span class="icon icon-linkedin"></span>
</a>
</li>
<li>
<a id="email-link">
<span class="icon icon-envelop"></span>
</a>
</li>
</ul>
<p class="small">© 2015 Jefferson Lam. Made with love and stardust.</p>
</div>
</footer>
</div>
<!-- /.container -->
<script src="js/app.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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-46392706-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>