-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsupport.html
91 lines (90 loc) · 4.17 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--<link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>-->
<link href='http://fonts.useso.com/css?family=Lato:300' rel='stylesheet' />
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/css/dogeos.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="/js/jquery.floatingFixed.js"></script>
<script src="/js/main.js"></script>
<title>DogeOS - Very Smart - Many Zones</title>
</head>
<body>
<header>
<div class="inner">
<div id="head-logo"><div id="head-logo-inside"></div></div>
<div id="head-caption">
<h1>DogeOS</h1>
<h2>Very Smart - Many Zones - WoW! </h2>
<div class="head-github-share">
<a href="https://github.com/Project-DogeOS/DogeOS" class="button"><small style="width: 134px;">View project on </small>GitHub</a>
<div class="share">
<small>share: </small>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.dogeos.net"><i class="fa fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/intent/tweet?text=http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dogeos.net"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="http://www.reddit.com/submit?url=http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dogeos.net"><i class="fa fa-reddit-square fa-2x"></i></a>
<a href="http://www.stumbleupon.com/submit?url=http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dogeos.net"><i class="fa fa-stumbleupon-circle fa-2x"></i></a>
</div>
</div>
</div>
</div>
</header>
<section id="navigation">
<div class="dogeos-navigation">
<ul>
<li class=""><a href="/index.html">About</a>
<li class=""><a href="/news/index.html">News</a>
<li class=""><a href="/doc/index.html">Documentation</a>
<li class=""><a href="/download.html">Download</a>
<li class=""><a href="/contribute.html">Contribute</a>
<li class="active"><a href="/support.html">Support</a>
</ul>
</div>
</section>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>Coming soon...</h1>
</section>
<div class="mobile-indicator"></div>
</div>
</div>
<hr>
<footer><center>
<a href="https://github.com/Project-DogeOS/DogeOS">DogeOS</a> is maintained by <a href="https://github.com/liyu1981">liyu1981</a>.
<br>
<br>
Links: <a href="http://www.smartos.org" title="SmartOS"><img src="/images/SmartOS-logo.png"></img>SmartOS</a>
<a href="http://www.project-fifo.net" title="Project FiFo"><img src="/images/ProjectFiFo-logo.png"></img>Project-FiFo</a>
<br>
Thanks Tech Dept of <a href="http://www.jpcatholic.com">John Paul the Great Catholic University</a> for donation of SmartMachine for building.
<br>
This project is supported by <a href="http://www.sengitech.com">SengiTech AB</a>.
<br>
Original generated by <a href="https://pages.github.com">GitHub Pages</a>
using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
Adapted by <a href="https://liyu1981.github.com">LI, Yu</a>
</center></footer>
<!-- google analytic start -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50337254-2', 'dogeos.net');
ga('send', 'pageview'); </script>
<!-- google analytic end -->
</body>
</html>