Skip to content

Commit c3953fb

Browse files
committed
Replace master branch with page content via GitHub
1 parent 2d5bb95 commit c3953fb

File tree

3 files changed

+692
-33
lines changed

3 files changed

+692
-33
lines changed

index.html

+23-33
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,22 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en-us">
33
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
4+
<meta charset="UTF-8">
65
<title>Embox by embox</title>
7-
8-
<link rel="stylesheet" href="stylesheets/styles.css">
9-
<link rel="stylesheet" href="stylesheets/github-light.css">
10-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
1411
</head>
1512
<body>
16-
<div class="wrapper">
17-
<header>
18-
<h1>Embox</h1>
19-
<p>Essential toolbox for embedded development</p>
20-
21-
22-
<p class="view"><a href="https://github.com/embox">View All Project on <strong>GitHub</strong></a></p>
13+
<section class="page-header">
14+
<h1 class="project-name">Embox</h1>
15+
<h2 class="project-tagline">Essential toolbox for embedded development</h2>
16+
</section>
2317

24-
<ul>
25-
<li><a href="https://github.com/embox/embox/zipball/master">Download <strong>ZIP File</strong></a></li>
26-
<li><a href="https://github.com/embox/embox/tarball/master">Download <strong>TAR Ball</strong></a></li>
27-
<li><a href="https://github.com/embox/embox">View On <strong>GitHub</strong></a></li>
28-
</ul>
29-
30-
</header>
31-
<section>
32-
<p><strong>Embox</strong> is a configurable operating system kernel designed for resource
18+
<section class="main-content">
19+
<p><strong>Embox</strong> is a configurable operating system kernel designed for resource
3320
constrained and embedded systems.</p>
3421

3522
<p>The key feature of Embox is that it can be used at all stages of hardware development with its uses ranging from testing early prototypes in a simulation environment to functioning as a full-featured operating system on the end-user devices.</p>
@@ -45,12 +32,15 @@ <h2>
4532
<a id="who-we-are" class="anchor" href="#who-we-are" aria-hidden="true"><span class="octicon octicon-link"></span></a>Who we are</h2>
4633

4734
<p>The project has been started by few employees of Hardware Engineering Department of Lanit-Tercom, Inc. as a part of commercial project in 2009, and soon it was decided to share the code with others. Now the development team consists primarily of students of Saint-Petersburg State University as well as of the founders of the project.</p>
48-
</section>
49-
<footer>
50-
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
35+
36+
<footer class="site-footer">
37+
38+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
5139
</footer>
52-
</div>
53-
<script src="javascripts/scale.fix.js"></script>
54-
40+
41+
</section>
42+
43+
5544
</body>
5645
</html>
46+

0 commit comments

Comments
 (0)