Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Year in review #81

Merged
merged 39 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1a12090
initial layout of Year in Review
xjenniferxie Jul 22, 2019
a4abbf7
making YIR CSS compatible with Feather
xjenniferxie Jul 23, 2019
bad3805
compatible with Feather
xjenniferxie Jul 23, 2019
93515b5
working on formatting tables
xjenniferxie Jul 29, 2019
3ba9684
formatting metrics content
xjenniferxie Jul 30, 2019
7297507
Formatted metrics
xjenniferxie Jul 31, 2019
429f4d5
deleted unused about page, added top nav to Year in Review
xjenniferxie Jul 31, 2019
98b1d07
working on locations formatting
xjenniferxie Aug 1, 2019
6eecfbc
adjusted font size in locations
xjenniferxie Aug 1, 2019
c1b6a1e
updated travis job and gitignore
Aug 2, 2019
bbfd962
moved scripts from metrics repo to this repo
Aug 2, 2019
f691c59
moved JSONs from _metadata to _data directory, deleted _metadata
Aug 2, 2019
920fe5a
top 10 repo data now comes from repo_commits.json
xjenniferxie Aug 2, 2019
d3ececd
Added Jen Y's animation of svg emojis
xjenniferxie Aug 2, 2019
f0d54d9
regenerated JSONs with fixed API endpoint for commit counts
Aug 5, 2019
884e072
Merge remote-tracking branch 'origin/year-in-review' into year-in-review
Aug 5, 2019
7ec6fdb
Updated header and last section's tweet
xjenniferxie Aug 9, 2019
6f56878
Put real copy in html
xjenniferxie Aug 9, 2019
a00309d
working on mobile responsiveness
xjenniferxie Aug 9, 2019
3d59b12
still workingo on mobile
xjenniferxie Aug 9, 2019
a32c021
good for iPad size
xjenniferxie Aug 9, 2019
3003b42
mobile looks much better
xjenniferxie Aug 9, 2019
d733c91
changed Github -> GitHub, updated glasses on top navigation
xjenniferxie Aug 9, 2019
abd2578
mobile nav works! :D
xjenniferxie Aug 9, 2019
7b502a5
fixed typo in mobile nav-menu
xjenniferxie Aug 10, 2019
48fb1f0
top 10 repos are now links
xjenniferxie Aug 12, 2019
1521a05
deleted old svgs, updated top 10 repo links
xjenniferxie Aug 12, 2019
341b6ce
reformatted and cleaned SVG CSS and fixed trigger on scroll bug
Aug 12, 2019
d99beaa
changed font weights to be feather variables
xjenniferxie Aug 13, 2019
289dae8
Merge branch 'year-in-review' of github.com:twitter/twitter.github.io…
xjenniferxie Aug 13, 2019
0e46e58
updated copy, pull requests -> PRs
xjenniferxie Aug 13, 2019
80e60d2
update aggregate_summary.json with final correct numbers
Aug 14, 2019
8a5aae1
Merge branch 'year-in-review' of github.com:twitter/twitter.github.io…
Aug 14, 2019
5d59a70
made breakpoints for when window height too small
xjenniferxie Aug 15, 2019
23fbd7a
Fixed typo of stars_count
xjenniferxie Aug 15, 2019
e85a50e
adjusted default layout
xjenniferxie Aug 15, 2019
ebc2351
added Year in Review link in default
xjenniferxie Aug 15, 2019
669f886
restructured some code
xjenniferxie Aug 15, 2019
6a420a7
re-commented
xjenniferxie Aug 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated travis job and gitignore
  • Loading branch information
Jennifer Yen committed Aug 2, 2019
commit c1b6a1e7b4229e6ab4c57fcdf689065d9b37737f
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ assets/.DS_Store
fonts/.DS_Store
__pycache__
node_modules
.idea/
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ install:
script:
- if [ $TRAVIS_EVENT_TYPE == "cron" ];
then python scripts/fetch_projects.py;
python scripts/fetch_augur_metrics.py;
python scripts/fetch_year_in_review.py;
else echo "Not triggered by cron";
fi;

Expand Down