mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 18:23:07 +08:00
Add email to about
This commit is contained in:
+1
-1
@@ -284,7 +284,6 @@
|
||||
<li><a href="https://github.com/ftlabs/fastclick">fastclick.js</a></li>
|
||||
</ul>
|
||||
<h5>Authors</h5>
|
||||
<p>Feel free to get in touch with us via GitHub or by shooting us an email. Our addresses all follow the pattern name.surname@cern.ch.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/gbiro">Gabor Biro</a></li>
|
||||
<li><a href="https://github.com/ibab">Igor Babuschkin</a></li>
|
||||
@@ -292,6 +291,7 @@
|
||||
<li><a href="https://github.com/ntadej">Tadej Novak</a></li>
|
||||
<li><a href="https://github.com/zhangjiannan">Jiannan Zhang</a></li>
|
||||
</ul>
|
||||
<p>Feel free to get in touch with us via GitHub or by shooting us an email on<br><a href="mailto:particle-clicker@googlegroups.com">particle-clicker@googlegroups.com</a>.</p>
|
||||
<h5>Source</h5>
|
||||
<p>The source code of this game is freely available on <a href="https://github.com/particle-clicker/particle-clicker"><i class="fa fa-github"></i> GitHub</a> under the terms of an MIT license.</p>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ var analytics =
|
||||
}
|
||||
|
||||
ga('create', Helpers.analytics);
|
||||
ga('set', { 'appName': 'Particle Clicker', 'appId': 'ch.cern.particle-clicker', 'appVersion': '0.3' });
|
||||
ga('set', { 'appName': 'Particle Clicker', 'appId': 'ch.cern.particle-clicker', 'appVersion': '0.9' });
|
||||
ga('set', 'anonymizeIp', true);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user