File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< h2 {% if site.style == 'dark ' %}class ="text-white "{% endif %} > My Interests</ h2 >
2
- < p class ="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} "> Topics that I want to learn more about.</ p >
2
+ < p class ="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} "> Topics that we want to learn more about.</ p >
3
3
< div class ="d-flex flex-wrap gutter-condensed mb-4 ">
4
4
{% for topic in site.topics limit: 4 %}
5
5
< div class ="col-6 col-md-12 col-lg-6 col-xl-4 mb-3 ">
Original file line number Diff line number Diff line change 1
1
< h2 {% if site.style == 'dark ' %}class ="text-white "{% endif %} > My Projects</ h2 >
2
- < p class ="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} "> GitHub repositories that I 've built.</ p >
2
+ < p class ="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} "> GitHub repositories that we 've built.</ p >
3
3
< div class ="d-sm-flex flex-wrap gutter-condensed mb-4 ">
4
4
{% assign sorted_repositories = site.github.public_repositories | sort: 'watchers_count' | reverse %}
5
5
{% for repository in sorted_repositories limit:6 %}
Original file line number Diff line number Diff line change 1
1
< h2 {% if site.style == 'dark ' %}class ="text-white "{% endif %} > My Thoughts</ h2 >
2
- < p class ="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} "> Articles I 've written.</ p >
2
+ < p class ="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} "> Articles we 've written.</ p >
3
3
< div class ="d-sm-flex flex-wrap gutter-condensed mb-4 ">
4
4
{% for post in site.posts limit: 6 %}
5
5
< div class ="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3 ">
You can’t perform that action at this time.
0 commit comments