From dc0749ea19cf0fb95458ab645d001a792238ed53 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 26 Jan 2021 18:07:00 -0800 Subject: [PATCH] Update README.md --- README.md | 2152 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 2139 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8d2c39b..be7d35c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,2142 @@ -### Hi there ๐Ÿ‘‹ + - +/* Fields */ + section > .field { + margin-left: 5px; + margin-right: 5px; + } + .field { + display: flex; + align-items: center; + margin-bottom: 2px; + white-space: nowrap; + } + .field svg { + margin: 0 8px; + fill: #959da5; + flex-shrink: 0; + } + .field.error { + color: #cb2431; + } + .field.error svg { + fill: #cb2431; + } + +/* Displays */ + .row { + display: flex; + } + .row section { + flex: 1 1 0; + } + .column { + display: flex; + flex-direction: column; + align-items: center; + } + .center { + justify-content: center; + } + .horizontal { + justify-content: space-around; + } + .horizontal-wrap { + flex-wrap: wrap; + } + .horizontal .field { + flex: 1 1 0; + } + .no-wrap { + white-space: nowrap; + } + .fill-width { + width: 100%; + } + .margin-bottom { + margin-bottom: 16px; + } + +/* User avatar */ + .avatar { + border-radius: 50%; + margin: 0 6px; + } + +/* Commit calendar */ + .calendar.field { + margin: 4px 0; + margin-left: 7px; + } + .calendar .day { + outline: 1px solid rgba(27,31,35,.04); + outline-offset: -1px; + } + +/* Progress bars */ + svg.bar { + margin: 4px 0; + } + +/* Language */ + .field.language { + margin: 0 8px; + flex-grow: 0; + } + + .field.language small { + margin-left: 4px; + color: #666666; + } + +/* Labels */ + .label { + background-color: #F1F8FF; + color: #0366D6; + padding: 0 10px; + font-weight: 500; + line-height: 22px; + margin: 2px 5px; + white-space: nowrap; + border-radius: 32px; + font-size: 12px; + } + + .label:hover { + background-color: #DDEEFF; + cursor: pointer; + } + +/* Habits */ + .habits { + margin: 0; + list-style-type: none; + padding-left: 37px; + } + +/* Footer */ + footer { + margin-top: 8px; + font-size: 10px; + font-style: italic; + color: #666666; + text-align: right; + display: flex; + flex-direction: column; + justify-content: flex-end; + } + +/* Speed test categories */ + .categories { + display: flex; + align-items: center; + justify-content: space-around; + margin-top: 4px; + } + .categorie { + display: flex; + flex-direction: column; + align-items: center; + flex: 1 1 0; + } + +/* Gauges */ + .gauge { + stroke-linecap: round; + fill: none; + } + .gauge.high { + color: #18b663; + } + .gauge.average { + color: #fb8c00; + } + .gauge.low { + color: #e53935; + } + .gauge-base, .gauge-arc { + stroke: currentColor; + stroke-width: 10; + } + .gauge-base { + stroke-opacity: .2; + } + .gauge-arc { + fill: none; + stroke-dashoffset: 0; + animation-delay: 250ms; + animation: animation-gauge 1s ease forwards + } + .gauge text { + fill: currentColor; + font-size: 40px; + font-family: monospace; + text-anchor: middle; + font-weight: 600; + } + .gauge .title { + font-size: 18px; + color: #777777; + } + @keyframes animation-gauge { + from { + stroke-dasharray: 0 329; + } + } + .audits { + margin-top: 8px; + } + .audit.text { + min-width: 42px; + } + .audit svg { + margin: 0; + } + .audit.high { + fill: #18b663; + } + .audit.average { + fill: #fb8c00; + } + .audit.low { + fill: #e53935; + } + + .screenshot { + width: 452px; + height: 315px; + margin: 8px 14px 4px; + border-radius: 5px; + } + +/* Music plugin */ + .tracklist { + display: flex; + flex-direction: column; + align-items: flex-start; + margin-left: 28px; + margin-top: 4px; + width: 100%; + } + .track { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 4px; + } + .track img { + margin: 0 10px; + border-radius: 7px; + } + .track .name { + font-size: 14px; + line-height: 14px; + } + .track .artist { + font-size: 12px; + color: #666666; + } + +/* Posts plugin */ + .post { + align-items: flex-start; + } + .post .infos { + display: flex; + margin-bottom: 4px; + } + .post .infos .title { + font-size: 14px; + width: 380px; + white-space: normal; + overflow: hidden; + text-overflow: ellipsis; + max-height: 40px;; + } + .post .infos .date { + flex-shrink: 0; + font-size: 12px; + color: #666666; + width: 60px; + padding-top: 1px; + } + +/* Topics */ + .topics { + display: flex; + flex-wrap: wrap; + } + + .topics img { + border-radius: 5px; + margin: 4px; + } + +/* Tweets */ + .tweet { + font-size: 13px; + margin-top: 6px; + margin-bottom: 16px; + margin-left: 18px; + border-left: 3px solid #777777B2; + padding-left: 6px; + } + + .tweet .mention, .tweet .link, .tweet .hashtag { + color: #0366d6; + margin: 0 4px; + } + + .tweet .date { + margin: 6px 0; + font-size: 12px; + color: #666666; + } + +/* Charts and graphs */ + .chart { + padding: 0 8px; + } + + .chart-bars { + display: flex; + justify-content: space-between; + align-items: flex-end; + width: 100%; + margin: 8px 0 4px; + flex-grow: 1; + } + + .chart-bars .entry { + flex: 1 1 0; + display: flex; + flex-direction: column; + align-items: center; + font-size: 10px; + color: #666666; + } + + .chart-bars .entry .value { + font-size: 7px; + } + + .chart-bars .bar { + width: 7px; + background-color: var(--color-calendar-graph-day-bg); + border: 1px solid var(--color-calendar-graph-day-border); + border-radius: 5px; + } + + .chart-bars.horizontal { + flex-direction: column; + align-items: space-between; + height: 100%; + } + + .chart-bars.horizontal .entry { + align-items: center; + flex-direction: row; + width: 100%; + } + + .chart-bars.horizontal .entry .name { + flex-shrink: 0; + text-align: right; + min-width: 30%; + } + + .chart-bars .entry .bottom { + margin-bottom: -1rem; + line-height: 1rem; + } + + .chart-bars.horizontal .bar { + height: 7px; + width: auto; + margin: 0 6px; + } + +/* Repository */ + .repository { + display: flex; + flex-direction: column; + width: 100%; + margin: 6px 0; + } + + .repository .name { + display: flex; + align-items: center; + justify-content: space-between; + width: 440px; + } + + .repository .name span:first-child { + color: #58a6ff; + } + + .repository .name span:last-child { + color: #666666; + font-size: 13px; + } + + .repository .description { + display: block; + width: 440px; + white-space: normal; + } + + .repository .description, .repository .infos { + color: #666666; + margin-left: 38px; + font-size: 13px; + } + + .repository .infos > div { + display: flex; + align-items: center; + margin-right: 16px; + } + + .repository .infos svg { + margin: 0; + margin-right: 4px; + } + +/* Activity */ + .activity { + margin-bottom: 12px; + } + + .activity .field { + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + max-width: 450px; + white-space: nowrap; + margin-bottom: 0; + } + + .activity .repo, .activity .issue, .activity .commit .sha { + color: #58a6ff; + margin: 0 4px; + } + + .activity .code { + background-color: #7777771F; + padding: 1px 5px; + font-size: 80%; + border-radius: 6px; + color: #777777; + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + margin: 0 4px -3px; + } + + .activity .bold { + font-weight: 600; + margin: 0 4px; + } + + .activity .details { + padding-left: 42px; + display: flex; + flex-direction: column; + font-size: 13px; + color: #666666; + } + + .activity .details > div { + display: flex; + align-items: center; + } + + .activity .commit .sha { + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + } + + .activity .commit .message { + overflow: hidden; + text-overflow: ellipsis; + width: 360px; + white-space: nowrap; + } + + .activity .details .comment { + overflow: hidden; + text-overflow: ellipsis; + display: block; + width: 420px; + margin-top: 6px; + border-left: 3px solid #777777B2; + padding-left: 6px; + max-height: 38px; + /* May not work in all browsers */ + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + } + +/* People */ + .people { + padding: 0 10px; + } + + .people .avatar { + margin: 0 2px; + } + +/* Fade animation */ + .af { + opacity: 0; + animation: animation-fade 1s ease forwards; + } + @keyframes animation-fade { + from { + opacity: 0; + } + to { + opacity: 1; + } + } + +/* Cake day */ + .cakeday, .cakeday svg { + animation: animation-rainbow 1.2s; + animation-iteration-count: infinite; + animation-timing-function: steps(1); + } + +/* Rainbow animation */ + @keyframes animation-rainbow { + 0%, 100%{ color: #7F00FF; fill: #7F00FF; } + 14% { color: #A933FF; fill: #A933FF; } + 29%{ color: #007FFF; fill: #007FFF; } + 43%{ color: #00FF7F; fill: #00FF7F; } + 57%{ color: #FFFF00; fill: #FFFF00; } + 71%{ color: #FF7F00; fill: #FF7F00; } + 86%{ color: #FF0000; fill: #FF0000; } + } + +/* Calendar */ + :root { + --color-calendar-graph-day-bg: #ebedf0; + --color-calendar-graph-day-border: rgba(27,31,35,0.06); + --color-calendar-graph-day-L1-bg: #9be9a8; + --color-calendar-graph-day-L2-bg: #40c463; + --color-calendar-graph-day-L3-bg: #30a14e; + --color-calendar-graph-day-L4-bg: #216e39; + --color-calendar-halloween-graph-day-L1-bg: #ffee4a; + --color-calendar-halloween-graph-day-L2-bg: #ffc501; + --color-calendar-halloween-graph-day-L3-bg: #fe9600; + --color-calendar-halloween-graph-day-L4-bg: #03001c; + --color-calendar-graph-day-L4-border: rgba(27,31,35,0.06); + --color-calendar-graph-day-L3-border: rgba(27,31,35,0.06); + --color-calendar-graph-day-L2-border: rgba(27,31,35,0.06); + --color-calendar-graph-day-L1-border: rgba(27,31,35,0.06); + } + +/* End delimiter */ + #metrics-end { + width: 100%; + } + + .no-animations * { + transition-delay: 0s !important; + transition-duration: 0s !important; + animation-delay: -0.0001s !important; + animation-duration: 0s !important; + animation-play-state: paused !important; + caret-color: transparent !important; + } + + +
+ + +
+

+ + Arthur +

+
+
+
+ + + Joined GitHub 2 years ago + +
+
+ + Followed by 13 users +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + Contributed to 44 repositories +
+
+
+
+ + +
+ +
+

+ + Activity +

+
+ + 1313 Commits +
+
+ + 2 Pull requests reviewed +
+
+ + 19 Pull requests opened +
+
+ + 8 Issues opened +
+
+ + 33 issue comments +
+
+ + +
+

+ Community stats +

+
+ + Member of 1 organization +
+
+ + Following 26 users +
+
+ + Sponsoring 0 repositories +
+
+ + Starred 68 repositories +
+
+ + Watching 27 repositories +
+
+ +
+ + +
+

+ + 39 Repositories +

+
+
+
+ + + Prefers MIT license + +
+
+ + 17 Releases +
+
+ + 0 Packages +
+
+ + 220 MB used +
+ +
+
+
+ + 0 Sponsors +
+
+ + 6 Stargazers +
+
+ + 9 Forks +
+
+ + 31 Watchers +
+ +
+
+
+ + + +
+ +
+

Issues

+ + + + + + + + + +
+
+ + 2 Closed +
+
+ + 0 Open +
+
+ +
+ +
+

Pull requests

+ + + + + + + + + +
+
+ + 8 Merged +
+
+ + 1 Open +
+
+ +
+ +
+ + + +
+

Most used languages

+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + JavaScript +
+ +
+ + CSS +
+ +
+ + Python +
+ +
+ + C# +
+ +
+ + HTML +
+ +
+ + Java +
+ +
+ + PHP +
+ +
+ + TypeScript +
+ +
+ +
+ + + + + + + +
+
+

+ + PageSpeed Insights +

+
+ + https://arthurdw.com +
+
+
+ +
+
+
+ +
+ + + + + 97 + + + Performance +
+ +
+ + + + + 87 + + + Accessibility +
+ +
+ + + + + 100 + + + Best Practices +
+ +
+ + + + + 100 + + + SEO +
+ +
+
+
+ + + + + + + + + + + + + + + + +
+

+ + Contributions calendar +

+
+
+ +
+ +
+
+ + Current streak 0 days +
+
+ + ~4.52 commits per day +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+

+ + Recent activity +

+
+
+ + + +
+
+ + + + + + + + + +
+ + Pushed 1 commit in
GIP-Loeka-Arthur/API-2.0
+
+
+ +
on branch
master
+ + +
+
#b4e2ff1
+
โœจ Reverted last commit
+
+ +
+ + + + +
+
+ +
+
+ + + + + + + + + +
+ + Pushed 1 commit in
GIP-Loeka-Arthur/API-2.0
+
+
+ +
on branch
master
+ + +
+
#5a20a78
+
๐Ÿงช Testing improvements? (Still not working on my system.)
+
+ +
+ + + + +
+
+ +
+
+ + + + + + + + + +
+ + Pushed 1 commit in
XilerNet/Pi-Bday
+
+
+ +
on branch
master
+ + +
+
#def3fbe
+
Delete CNAME
+
+ +
+ + + + +
+
+ +
+
+ + + + + + + + + +
+ + Pushed 1 commit in
XilerNet/Pi-Bday
+
+
+ +
on branch
master
+ + +
+
#24a8caf
+
Update CNAME
+
+ +
+ + + + +
+
+ +
+
+ + + + + + + + + +
+ + Pushed 1 commit in
XilerNet/Pi-Bday
+
+
+ +
on branch
master
+ + +
+
#ffdd7e3
+
Create CNAME
+
+ +
+ + + + +
+
+ + +
+
+
+ + + + +
+ These metrics include private contributions, timezone Europe/Brussels + Last updated Wed, 27 Jan 2021 01:50:25 GMT with lowlighter/metrics@3.2.0 +
+ +
+ +
+
+ +