diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000..0fdb582520 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +www.zhifanli.website \ No newline at end of file diff --git a/_config.yml b/_config.yml index 34187b8281..b416a8bdee 100644 --- a/_config.yml +++ b/_config.yml @@ -28,14 +28,15 @@ projects: projects: # - repo-name -# social_media: +social_media: # behance: your_username # dribbble: your_username - # facebook: your_username + # facebook: Zhifan Li # hackerrank: your_username - # instagram: your_username + instagram: zhifan_li # keybase: your_username - # linkedin: your_username + linkedin: zhifan-tom-li-7198331a7 + # mastodon: your_username # medium: your_username # stackoverflow: your_user_id @@ -43,16 +44,20 @@ projects: # twitter: your_username # unsplash: your_username # vk: your_username - # website: http://your_website_url + website: https://www.zhifanli.website # youtube: your_username topics: - - name: CSS - web_url: https://github.com/topics/css - image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/css/css.png - - - name: Web design - - - name: Sass - web_url: https://github.com/topics/sass - image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/sass/sass.png + - name: C++ + web_url: https://github.com/topics/cpp + image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/cpp/cpp.png + + - name: Algorithm + web_url: https://github.com/topics/algorithm + image_url: https://pandorafms.com/blog/wp-content/uploads/2018/05/what-is-an-algorithm-featured.png + + - name: HTML + web_url: https://github.com/topics/html + image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/html/html.png +courses: + \ No newline at end of file diff --git a/_includes/.DS_Store b/_includes/.DS_Store new file mode 100644 index 0000000000..5008ddfcf5 Binary files /dev/null and b/_includes/.DS_Store differ diff --git a/_includes/courses.html b/_includes/courses.html new file mode 100644 index 0000000000..11ccb959b0 --- /dev/null +++ b/_includes/courses.html @@ -0,0 +1,149 @@ + + + + + + + + + + + + +
+

Courses

+
+

+ Here are the courses I have taken and planning to take. +

+
+
+ +
+
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Year 1 (2019 - 2020)
FALL 2019WINTER 2020SPRING 2020SUMMER 2020
ENGG 200CHEM 209ENSF 337MATH 271
ENGG 233ENGG 202
MATH 211ENGG 225
MATH 275MATH 277
ENGG 201PHYS 259
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Year 2 (2020 - 2021)
FALL 2020WINTER 2021SPRING 2021SUMMER 2021
ENEL 353ENEL 327
ENGG 319ENCM 369
MATH 375CPSC 319
PHYS + 365ENSF 409
ECON 201ENGG 481
+ + +
+
+
+ +
+

+ Back to Top +

+
+ + + + + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index f69977273a..7350c8d241 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -29,5 +29,10 @@ + +Courses I have taken diff --git a/_includes/interests.html b/_includes/interests.html index 65bb047bbe..bbd6406fb2 100644 --- a/_includes/interests.html +++ b/_includes/interests.html @@ -1,4 +1,7 @@ -

My Interests

+

+
My Interests +
+

Topics that I want to learn more about.

{% for topic in site.topics %} diff --git a/_includes/projects.html b/_includes/projects.html index b3263ef310..71b3941aa7 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -1,5 +1,6 @@ -

My Projects

-

GitHub repositories that I've built.

+

+
My Projects

+

GitHub repositories

{% if site.projects.sort_by == 'stars' %} {% assign sort_order = 'stargazers_count', 'last' %} diff --git a/_layouts/home.html b/_layouts/home.html index 967fe115c1..7f110f4e63 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -39,7 +39,7 @@ {% endunless %} {% include projects.html %} - + {% if site.topics %} {% include interests.html %} {% endif %} @@ -47,6 +47,7 @@ {% unless posts_total == 0 %} {% include thoughts.html %} {% endunless %} + {% include courses.html %}
diff --git a/assets/styles.scss b/assets/styles.scss index 0067f167b3..244777f3e7 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -52,3 +52,11 @@ .min-height-full { min-height: 100vh; } +#btn { + position:relative; + transition: .5s ease; + top: 191px; + left: 420px; + right: -420px; + bottom: -191px; +}