Skip to content

Commit

Permalink
update in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanpengwang888 committed Jul 26, 2018
1 parent a39f73d commit f2cb518
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
11 changes: 6 additions & 5 deletions _config.yml
Expand Up @@ -18,6 +18,7 @@ description: Zhanpeng Wang's personal website. Haverford College Class of 2020.
favicon: favicon.png # Image must be in assets/images
repository: zhanpengwang888/zhanpengwang888.github.io # ex. DONGChuan/DONGChuan.github.io
facebook_username: zhanpeng.wang.7
facebook_url: https://www.facebook.com/zhanpeng.wang.7

# The base hostname & protocol for your site
# For local test, please use http://localhost:4000
Expand Down Expand Up @@ -62,8 +63,8 @@ navs:
label: Home

-
href: /open-source
label: Open-Source
href: /projects
label: Projects

-
href: /blog
Expand All @@ -87,9 +88,9 @@ analytics :
tracking_id : 'tracking_id' # ex. UA-72165600-X


# For about.html. Fell free to create your own!
skill_software_keywords: [Java, C, C++, Python, MySQL, SQLite, Racket, Scheme, Stata 14]
skill_web_keywords: [HTML, CSS, JS, JQuery, NodeJS]
# For about.html. Feel free to create your own!
skill_software_keywords: [Java, C/C++, Python, MySQL, SQLite, Racket, Scheme, Stata 14, Processing]
skill_web_keywords: [HTML5, CSS, JavaScript, JQuery, NodeJS, Flask, Django]
skill_languages: [Mandarin, Cantonese, English, Japanese, Hakka, French, Latin]
courses_taken_so_far: [CMSC355 Operating System, CMSC311 Computer Security, LING101 Intro to Linguistics, JNSE001-002
First Year Japanese Intensive, CMSC245 Principle to Programming Languages, ECON304 Intro to Econometrics,
Expand Down
26 changes: 13 additions & 13 deletions _includes/footer.html
Expand Up @@ -6,19 +6,19 @@
<!-- 请不要更改这一行 方便其他人知道模板的来源 谢谢 -->
<!-- Please keep this line to let others know where this theme comes from. Thank you :D -->
Power by <a href="https://github.com/DONGChuan/Yummy-Jekyll">Yummy Jekyll </a>
</div>
<div class="pull-left">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style type="text/css">
.fa_custom {
color: #ff0000
}
</style>
<body>
Modified with
<i class="fa fa-heart fa_custom"></i>
by Zhanpeng Wang
</body>
<div>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style type="text/css">
.fa_custom {
color: #ff0000
}
</style>
<body>
Adopted with
<i class="fa fa-heart fa_custom"></i>
by Zhanpeng Wang
</body>
</div>
</div>
<a href="https://github.com/zhanpengwang888" target="_blank" aria-label="view source code">
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
Expand Down
Binary file modified assets/images/haverford_college.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -22,6 +22,12 @@ <h1>{{ site.title }}</h1>
<span class="octicon octicon-mark-github"></span>
<a href="{{ site.github_url }}" target="_blank">@{{ site.github_username }}</a>
</span> {% endif %}
{% if site.facebook_username %}
<span class="meta-info hvr-grow">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<span class="fa fa-facebook-f"></span>
<a href="{{ site.facebook_url }}" target="_blank">@{{ site.facebook_username }}</a>
</span> {% endif %}
</div>
</div>
</section>
Expand Down
3 changes: 2 additions & 1 deletion open-source.md
@@ -1,7 +1,8 @@
---
layout: default
title: Open Source Projects
menu: open-source
menu: projects
permalink: /projects
css: ['open-source.css']
javascript: ['underscore-min.js']
---
Expand Down

0 comments on commit f2cb518

Please sign in to comment.