-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·117 lines (101 loc) · 4.07 KB
/
index.html
File metadata and controls
executable file
·117 lines (101 loc) · 4.07 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : OpenSpace
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140131
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">Open Smart Campus</a></h1>
</div>
<div id="menu">
<ul>
<li class="active"><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="projects.html" accesskey="2" title="">Projects</a></li>
<li><a href="partners.html" accesskey="3" title="">Partners</a></li>
<li><a href="volunteers.html" accesskey="4" title="">Volunteers</a></li>
<li><a href="contact.html" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div id="wrapper">
<div id="staff" class="container">
<div class="title">
<p>The OpenSmartCampus project aims to deliver open-source smart
objects and ICT services for students and professors
living in a campus.</p>
<p>Coming Soon.</p>
<div id="page" class="container">
<div class="boxA">
<h2>Connected Objects<br />
<!--
<span>fringilla metus</span></h2>
<p>Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum.</p>
<ul class="style4">
<li class="first"><a href="#">Consectetuer adipiscing elit</a></li>
<li><a href="#">Metus aliquam pellentesque</a></li>
<li><a href="#">Proin gravida orci porttitor</a></li>
</ul>
-->
</div>
<div class="boxB">
<h2>Smart Services<br />
</div>
<div class="boxC">
<h2>Open Data<br />
</div>
</div>
<div class="boxA"><img src="images/objects.png" width="300" height="300" alt="" /></div>
<div class="boxB"><img src="images/services.png" width="300" height="450" alt="" /></div>
<div class="boxC"> <a class="twitter-timeline" href="https://twitter.com/OpenSmartCampus" data-widget-id="480202600965369856">Tweets de @OpenSmartCampus</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
-->
<!--
<div id="welcome-wrapper">
<div id="welcome" class="container">
<div class="title">
<h2>Welcome to our website</h2>
</div>
<!-- <p>This is <strong>OpenSpace</strong>, a free, -->
<!-- fully standards-compliant CSS template designed -->
<!-- by <a href="http://templated.co"
rel="nofollow">TEMPLATED</a>. The -->
<!-- photos in this template are from <a -->
<!-- href="http://fotogrph.com/"> Fotogrph</a>. This -->
<!-- free template is released under the <a -->
<!-- href="http://templated.co/license">Creative -->
<!-- Commons Attribution</a> license, so you're pretty -->
<!-- much free to do whatever you want with it (even -->
<!-- use it commercially) provided you give us credit -->
<!-- for it. Have fun :) </p> -->
</div>
</div>
<div id="copyright" class="container">
<p>© University of Grenoble. All rights reserved. <!-- |
Photos by <a href="http://fotogrph.com/">Fotogrph</a> --> |
Design by <a href="http://opensmartcampus.org" rel="nofollow">OSC</a>.</p>
</div>
-->
</body>
</html>