-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (178 loc) · 6.75 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<!--
OH HELLO THERE STRANGER!
I suppose you're looking at the source code because you're curious as to how I awesomely coded this website? Welcome welcome~
This code is super messy because I'm still learning JavaScript and some of the more detailed parts of HTML/CSS. Expect things to change for the better.
Feel free to use what you see here, but please credit me/the sources.
Have a great day!
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Sophia Li: Roboticist Extraordinaire
</title>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel='stylesheet' href='css/stylesheet.css' type="text/css"/>
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/jquery.imageloader.js"></script>
<link rel="stylesheet" type="text/css" href="css/hover.css" />
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.2.0/css/font-awesome.min.css" />
</head>
<body>
<div class="content">
<div class="container">
</br>
<h1>Sophia Li: Roboticist</h1>
<!-- Roboticist - Musician - Human</br></br> -->
> say hello at: <a href="mailto:[email protected]?Subject=Hello">[email protected]</a></br>
<div class="text">> </div>
<div class="writer">./menu</div>
<div class="menu">
</br>
</br>
Welcome.</br>
Where would you like to go next?</br>
<ol style="width: 100px;">
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="http://blog.justsophie.com">Blog</a></li>
</ol>
<div class="m_desc">Please select an option above.</div>
<!-- <div class="text">> </div>
</div>
<div class="m_name">portfolio</div> -->
<!-- <div class="m_spacer">> </div> -->
</br>
</br>
<div class="text">> ./portfolio_short</div>
<div class="text_holder">
</br>
<div class="grid">
<figure class="effect-hera">
<img src="img/edwin/head_large.jpg" alt="edwinhead"/>
<figcaption>
<h2>Edwin</h2>
<p>
<a href="https://github.com/olinrobotics/edwin" target="_blank"><i class="fa fa-fw fa-file-code-o"></i></a>
<a href="edwin.html"><i class="fa fa-fw fa-file-text-o"></i></a>
<a href="edwin.html"><i>more</i></a>
</p>
</figcaption>
</figure>
<figure class="effect-hera">
<img src="img/jimmy/jimmy_large.jpg" alt="jimmyhead"/>
<figcaption>
<h2>Jimmy</h2>
<p>
<a href="https://github.com/srli/jimmy" target="_blank"><i class="fa fa-fw fa-file-code-o"></i></a>
<a href="jimmy.html"><i class="fa fa-fw fa-file-text-o"></i></a>
<a href="jimmy.html"><i>more</i></a>
</p>
</figcaption>
</figure>
<figure class="effect-hera">
<img src="img/walle/walle_wide.jpg" alt="wallehead"/>
<figcaption>
<h2>WALL-E</h2>
<p>
<a href="https://github.com/srli/wall-e" target="_blank"><i class="fa fa-fw fa-file-code-o"></i></a>
<a href="walle.html"><i class="fa fa-fw fa-file-text-o"></i></a>
<a href="walle.html"><i>more</i></a>
</p>
</figcaption>
</figure>
<figure class="effect-hera">
<img src="img/pseudos/pseudOS.jpg" alt="edwinhead"/>
<figcaption>
<h2>PseudOS</h2>
<p>
<a href="https://github.com/aloverso/SoftwareSystems/tree/master/os" target="_blank"><i class="fa fa-fw fa-file-code-o"></i></a>
<a href="pseudos.html"><i class="fa fa-fw fa-file-text-o"></i></a>
<a href="pseudos.html"><i>more</i></a>
</p>
</figcaption>
</figure>
</div>
</br>
<a href="portfolio.html">More Projects</a>
</div>
</br>
> ./blog_list
</br>
</br>
Some highlights from my blog.</br>
Click to go to the corresponding post.
<ol>
<li><a href="http://blog.justsophie.com/python-speech-to-text-with-pocketsphinx/" target="_blank">Python speech to text with PocketSphinx</a></li>
<li><a href="http://blog.justsophie.com/an-introduction-to-stt-ram/" target="_blank">Introduction to spin transfer torque RAM</a></li>
<li><a href="http://blog.justsophie.com/automatic-website-deployment-with-git-hooks/" target="_blank">Automatic website deployment with Git hooks</a></li>
<li><a href="http://blog.justsophie.com/the-universe-is-super-old/" target="_blank">Calculating the age of the universe</a></li>
<li><a href="http://blog.justsophie.com/not-the-main-character/" target="_blank">Not the main character</a></li>
<li><a href="http://blog.justsophie.com/shes-a-circle/" target="_blank">She's a circle</a></li>
</ol>
<div class="text">> </div>
<div class="cursor">|</div>
</br>
</br>
</div>
<!-- <div class="footer">© Sophia Li 2016</div> -->
</div>
<script type="text/javascript">
// $('.menu').hide();
// $('.m_name').hide();
// $('.m_desc').hide();
// $('.m_spacer').hide();
var captionLength = 0;
var caption = '';
var menu_name = new Array();
menu_name[0] = "portfolio"
menu_name[1] = "resume"
menu_name[2] = "about"
menu_name[3] = "contact"
menu_name[4] = "blog"
var menu_desc = new Array();
menu_desc[0] = "Portfolio -> A list of currently documented projects</br>"
menu_desc[1] = "Resume -> Online copy of my resume</br>"
menu_desc[2] = "About -> More information on the one and only</br>"
menu_desc[3] = "Contact -> Additional ways to find me, including: <a href='https://github.com/srli' target='_blank'>Github</a> <a href='https://www.linkedin.com/in/sophia-li-8726b37b' target='_blank'>LinkedIn</a></br>"
menu_desc[4] = "Blog -> Forwards to my external blog.</br>"
$(document).ready(function(){
setInterval('cursorAnimate()', 800);
// captionEl = $('.writer');
// caption = captionEl.html();
// captionEl.html('');
// setTimeout('type()', 500);
$(".menu li").hover(function(){
$(this).addClass("hover");
$('.m_name').html(menu_name[$(this).index()]).show();
$('.m_desc').html(menu_desc[$(this).index()]).show();
$('.m_spacer').show();
}, function(){
$(this).removeClass("hover");
});
});
// function type() {
// captionEl.html(caption.substr(0, captionLength++));
// if(captionLength < caption.length+1) {
// setTimeout('type()', Math.floor(Math.random() * 100) + 60 );
// }
// else {
// captionLength = 0;
// caption = '';
// setTimeout("$('.menu').show()", 1000);
// }
// }
function cursorAnimate(){
$('.cursor').animate({
opacity: 0
}, 'medium', 'swing').animate({
opacity: 1
}, 'medium', 'swing');
}
</script>
</body>
</html>