Skip to content

Commit

Permalink
Update talks and paper, fix misc issues
Browse files Browse the repository at this point in the history
Fix padding for blog posts
Fix film link in social nav
Remove g+
  • Loading branch information
kyeah committed Dec 15, 2015
1 parent f227e15 commit 0ddfdb6
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 13 deletions.
38 changes: 29 additions & 9 deletions _jade/index.jade
Expand Up @@ -125,7 +125,9 @@ block content
.content
.am-content-container
.pure-g.hcentered
.pure-u.hcentered.text-centered(style='margin-bottom:10px'): h3-dark.blue
.pure-u-1-12
.pure-u(style='margin-bottom:10px'): h3-dark.blue
br
| <a href='blog'>Newest Blog Post: {{ site.posts.first.title}} </a>
br
.pure-g.hcentered
Expand All @@ -141,18 +143,36 @@ block content
.content
.am-content-container
.pure-g.hcentered
.pure-u.hcentered.text-centered: h3-dark.blue
| See some of my recent talks.
.pure-u-1-12
.pure-u(style='margin-bottom:10px'): h3-wide.blue
br
.pure-g.hcentered.text-centered
| Recent talks and papers.
br
.pure-g
.pure-u-1-12
.pure-u-5-6: h4-dark
| The New MongoDB Rust Driver @ Rust NYC (
.pure-u-5-6: h4-dark(style='font-size:15px')
| The New MongoDB Rust Driver @ Rust NYC [
a(href="/img/projects/mongo-rust-driver.html") Slides
| )
| |
a(href="https://github.com/mongodb-labs/mongo-rust-driver-prototype") Git
| ]
br
| Liteturn (
| Liteturn: Gesture-Controlled Cyclist Lights Using Cheap and Efficient Devices [
a(href="/img/projects/liteturn-final.pdf") Paper
| |
a(href="/img/projects/liteturn-pres.pdf") Slides
| )
| |
a(href="https://github.com/kyeah/liteturn") Git
| ]
br
| Neural Style: The Genetic Evolution of Aesthetically-Pleasing Fractals [
a(href="/img/projects/cnn-final.pdf") Paper
| |
a(href="/img/projects/cnn-pres.pdf") Slides
| |
a(href="https://github.com/kyeah/genetic-fractals") Git
| ]
br
| A Gravity Compensation Controller and Keyframe Behavior for the NAO Robot [
a(href="/img/projects/nao-final.pdf") Paper
| ]
2 changes: 1 addition & 1 deletion _jade/post_content.jade
Expand Up @@ -3,7 +3,7 @@
h5-dark.postdate
br
| {{ post.date | date: '%d %b %Y' }}
.pure-u-1.pure-u-md-2-3(style='padding:10px')
.pure-u-1.pure-u-md-2-3(style='padding:10px; padding-top:0')
h5-dark.dark-gray(style='text-align:justify;')
| {{ content }}
| {% capture url %}{{ site.url }}{{ post.url }}{% endcapture %}
Expand Down
3 changes: 1 addition & 2 deletions _jade/social_layout.jade
@@ -1,6 +1,5 @@
a(href='https://github.com/kyeah'): i.fa.fa-github.icon.transparent
a(href='https://www.linkedin.com/pub/kevin-yeh/58/ba0/732'): i.fa.fa-linkedin.icon.transparent
a(href='https://www.facebook.com/k.YEAHHH'): i.fa.fa-facebook.icon.transparent
a(href='https://plus.google.com/u/0/100069674969941474776'): i.fa.fa-google-plus.icon.transparent
a(href='https://twitter.com/kyeahokay'): i.fa.fa-twitter.icon.transparent
a(href='http://scriptogr.am/kyeah'): i.fa.fa-video-camera.icon.transparent
a(href='/film'): i.fa.fa-video-camera.icon.transparent
12 changes: 11 additions & 1 deletion css/app.css
Expand Up @@ -207,11 +207,21 @@ h3-dark {
color: #585858;
text-shadow: none;
}
h3-wide {
font-family: 'Lato', serif;
font-size:16px;
font-weight: bold;
line-height: 30px;
color: #585858;
text-shadow: none;
text-transform: uppercase;
letter-spacing: .2em;
}
h4 {
text-transform:none;
}
h4-dark {
font-size:17px;
font-size:16px;
color: #585858;
text-shadow: none;
}
Expand Down
Binary file added img/projects/cnn-final.pdf
Binary file not shown.
Binary file added img/projects/cnn-pres.pdf
Binary file not shown.
Binary file added img/projects/nao-final.pdf
Binary file not shown.

0 comments on commit 0ddfdb6

Please sign in to comment.