Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<div class="hero">
<div class="hero-lines"></div>

<header class="hero-header">
<div class="pagewidth">
<div class="logo--ie">
Expand All @@ -23,6 +24,7 @@
</ul>
</div>
</header>

<div class="pagewidth">
<div class="hero-inner">
<h1 class="hero-text">
Expand All @@ -44,16 +46,15 @@ <h2>
</div>
<div class="filter-bar--right">
<button class="btn is-active" data-filter="*">All</button>
<button class="btn" data-filter=".ruby">Ruby</button>
<button class="btn" data-filter=".go">Go</button>
<button class="btn" data-filter=".javascript">JavaScript</button>
<button class="btn" data-filter=".typescript">TypeScript</button>
<button class="btn" data-filter=".liquid">Liquid</button>
<button class="btn" data-filter=".swift">Swift</button>
<button class="btn" data-filter=".ruby">Ruby</button>
<button class="btn" data-filter=".kotlin">Kotlin</button>
<button class="btn" data-filter=".python">Python</button>
<button
class="btn"
data-filter=":not(.go, .javascript, .typescript, .liquid, .swift, .ruby, .kotlin)"
data-filter=":not(.go, .javascript, .typescript, .liquid, .ruby, .python)"
>
Other
</button>
Expand Down
19 changes: 10 additions & 9 deletions javascripts/custom-repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ var optInRepos = [
'active_utils',
'app_profiler',
'asset_cloud',
'better-html',
'browser_sniffer',
'connect-googleapps',
'discount-app-components',
'dukpt',
'ejson',
'ejson2env',
'embedded-app-example',
'flash-list',
'go-lua',
'goluago',
'goqueuesim',
'goreferrer',
'grizzly_ber',
'hydrogen',
Expand All @@ -33,6 +31,7 @@ var optInRepos = [
'polaris-react',
'polaris-icons',
'polaris',
'polaris-viz',
'pyreferrer',
'rails_parallel',
'rbi',
Expand All @@ -45,7 +44,6 @@ var optInRepos = [
'ruby-lsp',
'semian',
'shipit-engine',
'shopify-css-import',
'shopify_api',
'shopify_app',
'shopify_django_app',
Expand All @@ -56,12 +54,9 @@ var optInRepos = [
'sync_app_demo',
'sysv_mq',
'tapioca',
'themekit',
'toxiproxy',
'toxiproxy-ruby',
'web-configs',
'turbograft',
'twine',
'voucher',
'vscode-ruby-lsp',
'vscode-shopify-ruby',
Expand All @@ -74,7 +69,12 @@ var optInRepos = [
'dawn',
'graphql-batch',
'shopify-ruby-api',
'job-iteration'
'job-iteration',
'atlas_engine',
'product-taxonomy',
'wasmprof',
'cli',
'worldwide'
];

// Add custom repos by full_name. Take the org/user and repo name
Expand All @@ -87,7 +87,8 @@ var customRepoLanguage = {
liquid: 'Liquid',
'offsite-gateway-sim': 'Ruby',
'shopify.github.com': 'JavaScript',
rotoscope: 'C'
rotoscope: 'C',
handy: 'Unity'
};

// Custom repo avatars. Dimensions should be 40x40
Expand Down