Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 736c752

Browse files
wagmarcelnevets963
authored andcommitted
Changed HTML main page: OISP-name, link to api spec, removed Intel IoT GW description
1 parent c6576c2 commit 736c752

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

public-interface/dashboard/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<span class="title link"><a name="btn_sign_up"
9696
href="https://github.com/srware/WHD.global-2017/blob/master/Documentation/Cloud_Service_Tutorial.pdf"
9797
target="_blank">Getting Started</a></span>
98-
<span class="title link"><a name="btn_sign_up" href="https://github.com/emea-ssg-drd/open-iot-connector/wiki"
98+
<span class="title link"><a name="btn_sign_up" href="/ui/public/api.html"
9999
target="_blank">Docs API</a></span>
100100
<span class="title link"><a name="btn_sign_up" href="https://communities.intel.com/" target="_blank">Community</a></span>
101101
</div>
@@ -184,7 +184,7 @@
184184

185185
<a name="" href="https://github.com/srware/WHD.global-2017/blob/master/Documentation/Cloud_Service_Tutorial.pdf"
186186
target="_blank">Getting Started</a>
187-
<a name="" href="https://github.com/emea-ssg-drd/open-iot-connector/wiki" target="_blank">Docs API</a>
187+
<a name="" href="/ui/public/api.html" target="_blank">Docs API</a>
188188
<a name="" href="https://communities.intel.com/" target="_blank">Community</a>
189189
</div>
190190

public-interface/dashboard/public/locale/resourceBundle.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app_title" : "Open IoT Connector",
2+
"app_title" : "Open IoT Service Platform (OISP)",
33
"auth": {
44
"login": "Sign in",
55
"sign_in": "Sign in",

public-interface/dashboard/public/partials/auth/login.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
<div class="page-header cwhite">
1919

2020
<h1 class="thinkBig cwhite">
21-
<strong>Combine your ideas with the Open IoT Connector.</strong><br><br>Ingest, Store, Analyze and Visualize your edge devices data.<br/><br/>
21+
<strong>Combine your ideas with the Open IoT Service Platform.</strong><br><br>Ingest, Store, Analyze and Visualize your edge devices data.<br/><br/>
2222
<a class="label label-primary" href="./ui/auth#/addUser">
2323
SIGN UP HERE FOR FREE</a>
2424
</h1>
2525

2626
<i>
27-
The Internet of Things (IoT) is taking shape. Intel helps connect things to the cloud and create modern infrastructure which helps to ease the life within homes and cities.
27+
The Internet of Things (IoT) is taking shape. OISP helps connect things to the cloud and create modern infrastructure which helps to ease the life within homes and cities.
2828
</i>
2929

3030
</div>
3131

3232
</div>
3333
</div>
3434

35-
<div class="row">
35+
<!--<div class="row">
3636
<div class="col-md-6 col-xs-12">
3737
<h4 class="intel-iot-platform-text">The Intel IoT Platform is an end-to-end reference model and family of products from Intel - that works with third party solutions - to provide a foundation for seamlessly and securely connecting devices, delivering trusted data to the cloud, and delivering value through analytics. These features combined with a powerful cloud makes the best solutions for your IoT projects.</h4>
3838
</div>
3939
<div class="col-md-6 col-xs-12">
4040
<iframe width="560" height="315" src="https://www.youtube.com/embed/5Q9elxfYSqE" frameborder="0" allowfullscreen></iframe>
4141
</div>
42-
</div>
42+
</div>-->

0 commit comments

Comments
 (0)