-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
144 lines (135 loc) · 6.43 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<title>An</title>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Marcellus' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="http://www.dephiros.com/theme/css/main.css" type="text/css" />
<link rel="stylesheet" href="http://www.dephiros.com/theme/css/pygments.css" type="text/css" />
<link rel="stylesheet" href="http://www.dephiros.com/theme/css/font-awesome.css" type="text/css" />
<meta charset="utf-8" />
<link href="http://www.dephiros.com/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="An RSS Feed" />
<!-- Javascript-->
<script async src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script async type="text/javascript">
$(function() {
function invisibleMenu() {
var now = 0;
var pixels = 300;
var opacity = -1;
var move = function() {
now = $(window).scrollTop();
if (now > pixels && opacity !== 0)
opacity = 0;
else if (now < pixels){
// Depends on the position not if scrolls down or up
opacity = (1 - now/pixels);
}
$("div.navigation").css({"opacity": opacity});
}
$(window).scroll(move);
move();
}
invisibleMenu();
});
</script>
</head>
<body id="index" class="home">
<div class="navigation">
<ol class="nav">
<li class="current"><a href="http://www.dephiros.com">Blog</a> </li>
<li><a href="http://www.dephiros.com/archives.html">Archive</a></li>
<li><a href="http://www.dephiros.com/tags.html">Tags</a> </li>
<li><a href="http://www.dephiros.com/feeds/all.rss.xml">RSS</a> </li>
</ol>
</div>
<header id="banner" class="body">
<div class="banner"><a href="http://www.dephiros.com">An <strong></strong></a></div>
</header><!-- /#banner -->
<nav id="menu"><ul>
</ul></nav><!-- /#menu -->
<div class="box">
<section id="content">
<div class="posts">
<ol id="post-list">
<li>
<article class="archive">
<header>
<h1 class="archive-entry-title">
<a href="http://www.dephiros.com/posts/2014/01/an-nguyen/" rel="bookmark" title="Permalink to An Nguyen">An Nguyen</a>
</h1>
</header>
<footer class="post-info">
<abbr>
Tue 21 January 2014
By <a class="url fn" href="http://www.dephiros.com/author/an-nguyen.html">An Nguyen</a>
</abbr>
<div class="entry-summary"> <h2>Education</h2>
<h4>California State University, East Bay – Computer Science, BA</h4>
<p>Expected Graduation Date: December 2014</p>
<h4>University of California, Berkeley – Chemical Engineering, BA</h4>
<p>Spring 2011 – Spring 2012</p>
<h4>Contra Costa College, San Pablo, CA</h4>
<p>Spring 2009 – Spring 2011</p>
<h4>Edmond Community College, WA – High School Completion Program</h4>
<p>Spring 2008-Spring 2009</p>
<h5>GPA (Cumulative): 3.76 ...</h5>
<a href="http://www.dephiros.com/posts/2014/01/an-nguyen/">read more</a></div>
</footer><!-- /.post-info -->
<!-- /.entry-content -->
</article>
</li>
</ol><!-- /#posts-list -->
</div>
<p class="paginator">
Page 1 / 1
</p>
</section><!-- /#content -->
<hr/>
<footer id="contentinfo" class="footer">
<div>
<a href="http://www.dephiros.com">An Nguyen</a> (2012)
</div>
<div>
This work is licensed under <a rel="license" href="http://opensource.org/licenses/bsd-3-clause">3 clause BSD</a>. Source code available on <a rel="source code" href="https://github.com/slok/blog">Github</a>
</div>
<div>
powered by <a href="http://getpelican.com/">Pelican</a>
and <a href="http://python.org">Python</a>.
<a href="http://github.com/slok/iris">Theme</a> by <a href="http://xlarrakoetxea.org">Xabier Larrakoetxea</a> based on <a href="http://flask.pocoo.org/">Flask</a> theme
</div>
<div>
Social icons (font awesome) by <a href="http://fortawesome.github.com/Font-Awesome/"> fort awesome</a>.
<a href="http://www.google.com/webfonts/specimen/The+Girl+Next+Door">Title</a>, <a href="http://www.google.com/webfonts/specimen/Marcellus">headers</a> and <a href="http://www.google.com/webfonts/specimen/Inconsolata">source code</a> fonts by google fonts
</div>
<div class="social">
<a href="http://twitter.com/XXXXXX"><i class="icon-twitter"></i> </a>
<a href="http://www.linkedin.com/in/XXXXXXX"><i class="icon-linkedin"></i> </a>
<a href="http://github.com/dephiros"><i class="icon-github"></i> </a>
<a href="mailto:[email protected]"><i class="icon-envelope"></i> </a>
</div>
</footer><!-- /#contentinfo -->
</div>
<!--Add statistycs-->
<script type="text/javascript">
var GoSquared = {};
GoSquared.acct = "XXX-YYYYYY-X";
(function(w){
function gs(){
w._gstc_lt = +new Date;
var d = document, g = d.createElement("script");
g.type = "text/javascript";
g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
var s = d.getElementsByTagName("script")[0];
s.parentNode.insertBefore(g, s);
}
w.addEventListener ?
w.addEventListener("load", gs, false) :
w.attachEvent("onload", gs);
})(window);
</script>
</body>
</html>