mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-09-12 12:11:28 +08:00
Changed icons
This commit is contained in:
+7
-6
@@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" ng-app="particleClicker">
|
||||
<head>
|
||||
<title>Particle Clicker</title>
|
||||
<title>Science Alchemy</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:title" content="Particle Clicker">
|
||||
<meta property="og:title" content="Science Alchemy">
|
||||
<meta property="og:type" content="game">
|
||||
<meta property="og:description" content="An addictive incremental game that was made during the CERN Webfest 2014. It takes the player on a historic journey through modern particle physics.">
|
||||
<meta property="og:image" content="https://avatars2.githubusercontent.com/u/8345868">
|
||||
@@ -38,7 +38,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand pc-icon" href="#" data-toggle="modal" data-target="#myModal"> Particle Clicker</a>
|
||||
<a class="navbar-brand pc-icon" href="#" data-toggle="modal" data-target="#myModal"> Science Alchemy</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar-collapse">
|
||||
<ul class="nav navbar-nav navbar-left">
|
||||
@@ -257,7 +257,7 @@
|
||||
|
||||
<div id="mobile-orientation-container">
|
||||
<div id="mobile-orientation-message">
|
||||
You can only play Particle Clicker on your mobile device in landscape orientation.
|
||||
You can only play Science Alchemy on your mobile device in landscape orientation.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -266,13 +266,13 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||
<h4 class="modal-title" id="myModalLabel">Particle Clicker</h4>
|
||||
<h4 class="modal-title" id="myModalLabel">Science Alchemy</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<h4>About</h4>
|
||||
<p class="small">Version: 0.9</p>
|
||||
<p class="small bg-warning">This is a pre-release. If you encounter any bugs please report them using <a href="https://github.com/particle-clicker/particle-clicker/issues"><i class="fa fa-github"></i> GitHub issues</a>. This game runs best in landscape mode. Performance of the event display may rely heavily on your hardware.</p>
|
||||
<p>Particle Clicker is a game that was made during the <a href="https://webfest.web.cern.ch">CERN Webfest 2014</a>. The idea is borrowed from <a href="http://orteil.dashnet.org/cookieclicker/">Cookie Clicker</a>, an amazing and addictive cookie-themed game.</p>
|
||||
<p>Science Alchemy is a game that was made during the <a href="https://webfest.web.cern.ch">CERN Webfest 2014</a>. The idea is borrowed from <a href="http://orteil.dashnet.org/cookieclicker/">Cookie Clicker</a>, an amazing and addictive cookie-themed game.</p>
|
||||
<h5>Libraries</h5>
|
||||
<p>This game is realised using a few libraries. Those are</p>
|
||||
<ul>
|
||||
@@ -305,6 +305,7 @@
|
||||
<script src="js/external/jquery.cookie-1.4.1.min.js"></script>
|
||||
<script src="js/external/retina.js"></script>
|
||||
<script src="js/external/fastclick.js"></script>
|
||||
<script src="bower_components/angular-dragdrop/src/angular-dragdrop.min.js"></script>
|
||||
|
||||
<script src="js/storage.js"></script>
|
||||
<script src="js/helpers.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user