Skip to content

Commit dd60d66

Browse files
authored
Merge pull request #119 from Shopify/Feb-2024-Updates-2
Feb 2024 updates 2
2 parents 8a7bb39 + 3af6182 commit dd60d66

6 files changed

Lines changed: 24 additions & 38 deletions

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Built and maintained by <a href="http://www.shopify.com">Shopify Inc.</a> © {{ site.time | date: "%Y" }}
66
</div>
77
<div class="grid-item xlarge--one-third">
8-
<a href="https://twitter.com/ShopifyEng" class="twitter-link"><span class="under">Follow us</span> <i class="icon-twitter"></i></a>
8+
<a href="https://twitter.com/ShopifyEng" class="twitter-link"><span class="under">Follow us</span></a>
99
</div>
1010
<div class="grid-item xlarge--one-third xlarge--text-right">
1111
Want to contribute? <a href="http://www.shopify.com/careers">Join the team</a>

_includes/head.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82702-49"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
8+
gtag('config', 'UA-82702-49');
9+
</script>
10+
111
<meta charset="utf-8">
212
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
313

_includes/join.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="grid-item xlarge--one-half xlarge--text-center">
44
<h2>Work at Shopify</h2>
55
<p>
6-
At Shopify, we empower entrepreneurs all over the world. We're looking for hard-working, passionate people to help us make commerce better.
6+
At Shopify, we empower entrepreneurs all over the world. We're looking for hard-working, passionate people to help us make commerce better for everyone.
77
</p>
88
<p>
99
<a href="https://www.shopify.com/careers" class="btn is-active">Join us!</a>

_layouts/default.html

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,5 @@
2020
<script src="javascripts/custom-repos.js"></script>
2121
<script src="javascripts/shopify-opensource.js"></script>
2222

23-
<script type="text/javascript">
24-
var _gaq = _gaq || [];
25-
_gaq.push(['_setAccount', 'UA-49178120-1']);
26-
_gaq.push(['_trackPageview']);
27-
28-
(function() {
29-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
30-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
31-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
32-
})();
33-
34-
(function() {
35-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36-
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
37-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38-
})();
39-
40-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
41-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
42-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
43-
})(window,document,'script','//www.google-analytics.com/analytics.js','_gaUTracker');
44-
45-
_gaUTracker('create', 'UA-82702-49', {
46-
cookieDomain: 'shopify.com',
47-
legacyCookieDomain: 'shopify.com'
48-
});
49-
_gaUTracker('send', 'pageview');
50-
</script>
51-
5223
</body>
5324
</html>

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ <h1 class="hero-text">
2929
As a team that greatly benefits from open-source software, these are the
3030
projects that we have contributed back to the community.
3131
</h1>
32+
<h2>
33+
Learn more about <a href="https://shopify.engineering/shopify-open-source-philosophy">Shopify's approach to Open Source</a>.
34+
</h2>
3235
</div>
3336
</div>
3437
</div>
@@ -124,3 +127,11 @@ <h2>
124127
<script>
125128
var repos = {{ site.github.public_repositories | jsonify }};
126129
</script>
130+
131+
<div class="pagewidth">
132+
<div class="hero-inner">
133+
<h1 class="hero-text">
134+
Find more public github repos in the <a href="https://github.com/Shopify">Shopify Github Orgamization Page</a>.
135+
</h1>
136+
</div>
137+
</div>

javascripts/custom-repos.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ var optInRepos = [
5050
'shopify_app',
5151
'shopify_django_app',
5252
'shopify_python_api',
53-
'skeleton-theme',
5453
'splunk-auth-proxy',
5554
'spoom',
5655
'statsd-instrument',
@@ -81,12 +80,7 @@ var optInRepos = [
8180
// Add custom repos by full_name. Take the org/user and repo name
8281
// - e.g. batmanjs/batman from https://github.com/batmanjs/batman
8382
// Shopify originated open source projects hosted elsewhere now
84-
var customRepos = [
85-
'https://github.com/bytecodealliance/javy',
86-
'https://github.com/activemerchant/active_merchant',
87-
'https://github.com/IBM/sarama',
88-
'https://github.com/ndtp/android-testify'
89-
];
83+
var customRepos = [];
9084

9185
// Custom repo language, different than that defined by GitHub
9286
var customRepoLanguage = {

0 commit comments

Comments
 (0)