archive/atoms/index.html
2016-04-13 23:43:24 -04:00

36 lines
1.7 KiB
HTML

<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Atoms</title>
<link rel="icon" href="./resources/static/favicon.ico">
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="pulltab first"><p class="tDesc">Elements</p></div>
<div class="sidebar elements">
<i class="fa fa-close"></i>
</div>
<div class="pulltab second"><p class="tDesc">Settings</p></div>
<div class="sidebar settings">
<i class="fa fa-close"></i>
<div><p class="desc" title="Change the Color Scheme of the site">Background Theme</p><div class=option id="theme"></div></div>
<div><p class="desc" title="Change what color represents in the Periodic Table and the atoms">Display Theme</p><div class=option id="displayTheme"></div></div>
<div><p class="desc" title="Style of Electron Configuration">Electron Configuration</p><div class=option id="elecConf"></div></div>
<div><p class="desc" title="Units to display Temperatures">Units</p><div class=option id="unit"></div></div>
<div class='about'>
<p>Developed by Kenneth Jao</p>
<a class="github" target="_blank" href="https://github.com/ksjdragon/atoms">Github</a>
</div>
</div>
<div class="workspace"></div>
</body>
<script src="./index.js"></script>
<!--<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.1/jquery.scrollTo.js"></script>
-->
</html>