Skip to content

Commit

Permalink
Replace master branch with page content via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
libAtoms committed Jun 15, 2015
1 parent d5c2122 commit f31e538
Show file tree
Hide file tree
Showing 8 changed files with 459 additions and 22 deletions.
Binary file added images/bg_hr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blacktocat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icon_download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sprite_download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 32 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
<!doctype html>
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Libatoms.GitHub.io by libAtoms</title>

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="description" content="Libatoms.GitHub.io : Public web site for QUIP and friends">

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">

<title>Libatoms.GitHub.io</title>
</head>

<body>
<div class="wrapper">
<header>
<h1>Libatoms.GitHub.io</h1>
<p>Public web site for QUIP and friends</p>

<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/libAtoms">View on GitHub</a>

<h1 id="project_title">Libatoms.GitHub.io</h1>
<h2 id="project_tagline">Public web site for QUIP and friends</h2>

<p class="view"><a href="https://github.com/libAtoms">View My GitHub Profile</a></p>
</header>
</div>

</header>
<section>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="libatoms" class="anchor" href="#libatoms" aria-hidden="true"><span class="octicon octicon-link"></span></a>libAtoms</h1>

<p>These are the public webpages for the <a href="https://github.com/libAtoms">libAtoms</a> GitHub organisation.</p>

<h2>
<a id="documentation-webpages" class="anchor" href="#documentation-webpages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation Webpages</h2>
<a id="documentation-pages" class="anchor" href="#documentation-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation Pages</h2>

<ul>
<li>
Expand All @@ -44,13 +48,20 @@ <h2>
<ul>
<li><a href="https://github.com/libAtoms/QUIP">QUIP</a></li>
<li><a href="https://github.com/libAtoms/matscipy">matscipy</a></li>
<li>
<a href="https://github.com/libAtoms/QUIPforLAMMPS">QUIPforLAMMPS</a> - Interface between QUIP and LAMMPS MD codes</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</div>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>



</body>
</html>
1 change: 1 addition & 0 deletions javascripts/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('This would be the main JS file.');
2 changes: 1 addition & 1 deletion params.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Libatoms.GitHub.io","tagline":"Public web site for QUIP and friends","body":"# libAtoms\r\n\r\nThese are the public webpages for the [libAtoms](https://github.com/libAtoms) GitHub organisation.\r\n\r\n## Documentation Webpages\r\n\r\n- [QUIP and quippy](http://libatoms.github.io/QUIP) - General-purpose library for Quantum Mechanics and Interatomic Potentials\r\n- [matscipy](http://libatoms.github.io/QUIP) - Python materials science tools\r\n\r\n## GitHub Repositories\r\n\r\n- [QUIP](https://github.com/libAtoms/QUIP)\r\n- [matscipy](https://github.com/libAtoms/matscipy)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"Libatoms.GitHub.io","tagline":"Public web site for QUIP and friends","body":"# libAtoms\r\n\r\nThese are the public webpages for the [libAtoms](https://github.com/libAtoms) GitHub organisation.\r\n\r\n## Documentation Pages\r\n\r\n- [QUIP and quippy](http://libatoms.github.io/QUIP) - General-purpose library for Quantum Mechanics and Interatomic Potentials\r\n- [matscipy](http://libatoms.github.io/QUIP) - Python materials science tools\r\n\r\n## GitHub Repositories\r\n\r\n- [QUIP](https://github.com/libAtoms/QUIP)\r\n- [matscipy](https://github.com/libAtoms/matscipy)\r\n- [QUIPforLAMMPS](https://github.com/libAtoms/QUIPforLAMMPS) - Interface between QUIP and LAMMPS MD codes","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
Loading

0 comments on commit f31e538

Please sign in to comment.