-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (79 loc) · 2.49 KB
/
index.html
File metadata and controls
90 lines (79 loc) · 2.49 KB
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
<!DOCTYPE html>
<html>
<head>
<title>OsmiumSoftware!</title>
<meta name="google-site-verification" content="lcY2OAoreNGdCU4wVOAQb554bMbkP_PZScCLggX06RE">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<style>
body {
padding-top: 40px;
}
@media (max-width:979px) {
body {
padding-top:0px;
}
}
</style>
<link rel="stylesheet" href="/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="/css/jumbotron.css">
<link rel="stylesheet" href="/css/osmium-jumbotron.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/">OsmiumSoftware</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/docs">Docs</a></li>
<li><a href="/about">About</a></li>
<li><a href="/support">Support</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header class="jumbotron">
<div class="container">
<img src="/img/osmium_svg_128.png">
<h1>OsmiumSoftware</h1>
<p>Lightest Web Apps Around!</p>
<p>
<a href="https://github.com/OsmiumSoftware" class="btn btn-primary btn-large" target="_blank">
Visit our GitHub
</a>
</p>
</div>
</header>
<main class="container-fluid">
<div class="row-fluid">
<div class="span8 offset2">
<div class="alert alert-block text-center">
<h4>Under Construction!</h4>
<p>This website is <strong>under construction</strong>! Check back regularly for updates!</p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3 text-center">
<h1 class="">About Us</h1>
<br>
<p class="">We are a small group of devs that are passionate about making the modern web usable with any device. It doesn't matter if you're using a low end netbook, an ancient pc running Windows XP/9X, or even that "smart" tv of yours (come on, I know you want to try it)!</p>
<br>
<a href="/about" class="btn btn-large">Learn more</a>
<hr>
</div>
</div>
</main>
</body>
</html>