|
1 | | -<!doctype html> |
2 | | -<html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-us"> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
| 4 | + <meta charset="UTF-8"> |
6 | 5 | <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"> |
14 | 11 | </head> |
15 | 12 | <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> |
23 | 17 |
|
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 |
33 | 20 | constrained and embedded systems.</p> |
34 | 21 |
|
35 | 22 | <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 | 32 | <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> |
46 | 33 |
|
47 | 34 | <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 — 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> |
51 | 39 | </footer> |
52 | | - </div> |
53 | | - <script src="javascripts/scale.fix.js"></script> |
54 | | - |
| 40 | + |
| 41 | + </section> |
| 42 | + |
| 43 | + |
55 | 44 | </body> |
56 | 45 | </html> |
| 46 | + |
0 commit comments