Skip to content

Commit

Permalink
Added index-new.html, with logo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonduq committed May 1, 2020
1 parent 65b0304 commit 73e6794
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions index-new.html
@@ -0,0 +1,36 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Contiki-NG</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17797176-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel='stylesheet' href='style.css' type='text/css' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
</head>

<body>
<div class="container">
<img src="images/logo/Contiki_seed_RGB.png" width='140'>
<h1>Contiki-NG, <span id="subtitle">the OS for Next Generation IoT Devices</span></h1>
<ul>
<li><a href="https://github.com/contiki-ng/contiki-ng"><span class="fa fa-github"></span>
<span class="label a2">Check out the code and contribute on GitHub</span></a>,</li>
<li><a href="https://github.com/contiki-ng/contiki-ng/wiki"><span class="fa fa-file-text"></span>
<span class="label a2">browse the documentation in the Wiki</span></a>,</li>
<li><a href="https://gitter.im/contiki-ng"><span class="fa fa-comments-o"></span>
<span class="label a2">engage with the community with Gitter</span></a>,</li>
<li><a href="https://twitter.com/contiki_ng"><span class="fa fa-twitter"></span>
<span class="label a2">and stay tuned on Twitter</span></a>!</li>
</ul>
</div>
</body>

0 comments on commit 73e6794

Please sign in to comment.