Переглянути джерело

Initial commit of content

Keelan Lightfoot 8 роки тому
джерело
коміт
a28087b5d1
3 змінених файлів з 107 додано та 0 видалено
  1. 104
    0
      web-root/index.html
  2. BIN
      web-root/kissbac.png
  3. 3
    0
      web-root/robots.txt

+ 104
- 0
web-root/index.html Переглянути файл

@@ -0,0 +1,104 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+<meta charset=utf-8 />
5
+<meta name="description" content="description">
6
+ 
7
+<title>Page Title</title>
8
+ 
9
+<link rel="stylesheet" media="screen" href="css/styles.css" />
10
+<link rel="stylesheet" media="print" href="css/print.css" />
11
+<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
12
+<link href='https://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
13
+<link href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css' rel='stylesheet' type='text/css'>
14
+ 
15
+<style>
16
+	body {
17
+		font-family: "Open Sans";
18
+		font-weight: 300;
19
+		font-size: 14pt;
20
+	}
21
+	header {display:block;}
22
+	
23
+	div.logo {
24
+	
25
+		width: 250px;
26
+		height: 250px;
27
+		background-image: url("kissbac.png");
28
+		background-size: 250px 250px;
29
+		margin-top:40px;
30
+		margin-bottom:40px;
31
+	}
32
+	
33
+	.tagline {
34
+		text-align: center;
35
+		font-size: 30pt;
36
+		padding-bottom: 20px;
37
+		font-family: "Oswald";
38
+
39
+	}
40
+	
41
+	
42
+	.desc {
43
+		font-weight: 400;
44
+		font-size: 18pt;
45
+	}
46
+	
47
+	
48
+	
49
+	.aboot {
50
+		font-size: 9pt;
51
+		text-align: center;
52
+		margin-top: 20px;
53
+		margin-bottom: 20ps;
54
+	}
55
+	.par {
56
+		margin-bottom: 30px;
57
+	}
58
+	
59
+	.heading {
60
+		font-weight: 400;
61
+		font-size: 20pt;
62
+		text-align: right;
63
+		font-family: "Oswald";
64
+	}
65
+	
66
+	
67
+</style>
68
+ 
69
+</head>
70
+ 
71
+<body>
72
+	<div class="container">
73
+		<div class="row">
74
+			<div class="col-md-12"><div class="logo"></div></div>
75
+		</div>
76
+		<div class="row par">
77
+			<div class=" col-sm-offset-4 col-sm-6 desc">Welcome to KISSBAC, an open source building automation controller.</div>
78
+		</div>
79
+	
80
+		<div class="row par">
81
+			<div class="col-sm-offset-1 col-sm-3 heading">LIGHTWEIGHT</div><div class="col-sm-6">Commercial building automation solutions are notoriously complex. KISSBAC aims to create a building automation platform that is simple and low cost, yet powerful.</div>
82
+		</div>
83
+		
84
+		<div class="row par">
85
+			<div class="col-sm-offset-1 col-sm-3 heading">OPEN</div><div class="col-sm-6"> "Proprietary" is all too common in the world of building automation. Closed standards and proprietary systems dominate an industry mired in the past, and <em>the way it's always been done</em>. KISSBAC is community maintained, and designed around open source hardware and software.</div>
86
+		</div>
87
+		
88
+		<div class="row par">
89
+			<div class="col-sm-offset-1 col-sm-3 heading">MODULAR</div><div class="col-sm-6">One size does not fit all. KISSBAC is modular, designed to scale from a single channel to hundreds of channels. Channels are delivered on pluggable individual I/O modules, allowing a vast array of configurations without wasted hardware.</div>
90
+		</div>
91
+		
92
+		<div class="row par">
93
+			<div class="col-sm-offset-1 col-sm-3 heading">CONTRIBUTE</div><div class="col-sm-6">Start here: <a href="http://github.org/kissbac">KISSBAC on Github</a></div>
94
+		</div>
95
+		
96
+		<div class="row aboot">
97
+			<div class=" col-sm-12">Currently in its infancy, KISSBAC is a project of passion for me, <a href="http://beefchicken.com">Keelan Lightfoot</a></div>
98
+		</div>
99
+		
100
+	</div>
101
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
102
+	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
103
+</body>
104
+</html>

BIN
web-root/kissbac.png Переглянути файл


+ 3
- 0
web-root/robots.txt Переглянути файл

@@ -0,0 +1,3 @@
1
+# robots.txt
2
+User-agent: *
3
+Crawl-delay: 10