-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaboutUs.html
More file actions
67 lines (60 loc) · 2.59 KB
/
Copy pathaboutUs.html
File metadata and controls
67 lines (60 loc) · 2.59 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AboutUs</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<section class="navpart">
<header id="header">
<div class="navbar navbar-inverse navbar-fixed-top " id="menu">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse move-me">
<ul class="nav navbar-nav navbar-right">
<li class="home"><a href="index.html">HOME</a></li>
<li class="models"><a href="models.html">MODELS</a></li>
<li class="contributors"><a href="contribute.html">CONTRIBUTE</a></li>
<li class="aboutus"><a href="aboutUs.html"><font color="#00CED1">ABOUT US</font></a></li>
<li>
<a class="btn btn-large view" href="https://github.com/T4ACTIVE/T4ACTIVE.github.io">View GitHub</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- banner text -->
</section>
<!-- header section -->
<!-- content section -->
<section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 conForm">
<div class="desm">
<p>This is a work-in-progress activity of HII ACTIVE Task 4 to undertake the development of a Semantic Meta Model repository, which can allow IoT nodes to be better managed than current practices. This current version of the repository is primarily used to provide a demo of how that can be done.</p>
<p>Currently the repository is aimed primarily at supporting LWM2M and certain non-IP and proprietary object models. However, the architecture of the repository is aimed at flexibly encompassing future IoT management systems such as CoMI, RESTCONF as well as systems conforming to the OCF specifications.</p>
</div>
</div>
</div>
</div>
</section>
<!-- content section -->
<!-- JS FILES -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>