-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (110 loc) · 4.57 KB
/
Copy pathindex.html
File metadata and controls
123 lines (110 loc) · 4.57 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
118
119
120
121
122
123
<!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>Semantic Meta Model Repository</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>
<!-- header section -->
<section class="banner" role="banner">
<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" id="">
<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">ABOUT US</a></li>
<li>
<a class="btn btn-large view" href="https://github.com/T4ACTIVE/T4ACTIVE.github.io">View on GitHub</a>
</li>
</ul>
</div>
</div>
</header>
</div>
<!-- banner text -->
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="banner-text text-center">
<h1>Semantic Meta Model Repository</h1>
<p>We provide a facility for contributing and sharing many kinds of IoT data models based on LWM2M/IPSO, BLE, YANG, UCI and others, as well as examples, code and formal definitions.</p>
<a href="models.html" class="btn btn-large bn">View models list</a>
<a href="contribute.html" class="btn btn-large an">Contribute</a>
</div>
<!-- banner text -->
</div>
</div>
</section>
<!-- header section -->
<!-- content section -->
<section id="content" class="conForm" style="background:; margin-bottom: 100px; margin-top: 30px;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 conForm" style="text-align:center">
<h5>SUPPORTED FEATURES</h5>
</div>
<div class="col-md-4">
<div class="rotate-box-info">
<h2>Multiple versions</h2>
<p>Supporting existing data models while simultaneously allowing new versions. When new models for endpoints, or enpoints are being developed, they often need to evolve, undergo revisions and refinements.</p>
</div>
</div>
<div class="col-md-4">
<div class="rotate-box-info">
<h2>Ability to share</h2>
<p>Ability to share object notations and code. While standard data models can be found from several SDOs, it often becomes advantageous to provide platform-specific code implementations of the managed object.</p>
</div>
</div>
<div class="col-md-4">
<div class="rotate-box-info">
<h2>Other features</h2>
<p>Support for proprietary or non-standard models, the repository can serve as a trusted reference point for management servers to retrieve various models for correlation and understand the relationships among multiple data models.</p>
</div>
</div>
</div>
</div>
</section>
<section id="cta-section" style="background:#f0f0f0; height:40%;">
<div class="cta">
<div class="container">
<div class="row">
<div class="col-md-8 conForm">
<h1>WHAT WE DO</h1>
<p>The main purpose of this repository is to present and share multiple data models for IoT device management, such as LWM2M, BLE models as well as other non-standard or proprietary models, also provide possibility for enterprises to manage data models and demonstrate them in better way.</p>
</div>
<div class="col-md-4 conForm">
<div class="cta-btn wow bounceInRight" data-wow-delay="0.4s">
<a class="btn btn-default btn-lg" href="aboutUs.html">Know more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="content" class="conForm" style="margin-bottom: 50px; margin-top: 90px;">
<div class="container">
<div class="row">
<img src="images/logos.png" class="img-responsive">
</div>
</div>
</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>