update homepage design
This commit is contained in:
parent
1be5325040
commit
a581e272ac
@ -22,6 +22,7 @@ body { padding-top: 70px; }
|
|||||||
#cheerlights_row { text-align: center; height: 180px; }
|
#cheerlights_row { text-align: center; height: 180px; }
|
||||||
#cheerlights_row img { margin-top: 40px; }
|
#cheerlights_row img { margin-top: 40px; }
|
||||||
.break-word { word-break: break-word; }
|
.break-word { word-break: break-word; }
|
||||||
|
.btn-margin { margin: 2px; }
|
||||||
.col-pad { padding: 0 15px; }
|
.col-pad { padding: 0 15px; }
|
||||||
.dismiss { float: right; cursor: pointer; position: relative; top: -12px; left: 7px; }
|
.dismiss { float: right; cursor: pointer; position: relative; top: -12px; left: 7px; }
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
|
|
||||||
<span class="pull-left">
|
<span class="hidden-xs pull-left">
|
||||||
<a href="http://www.thingspeak.com/" title="Open Source Internet of Things">ThingSpeak.com</a> |
|
<a href="http://www.thingspeak.com/" title="Open Source Internet of Things">ThingSpeak.com</a> |
|
||||||
<a href="http://community.thingspeak.com/" title="The ThingSpeak Blog covering the web of things">Blog</a> |
|
<a href="http://community.thingspeak.com/" title="The ThingSpeak Blog covering the web of things">Blog</a> |
|
||||||
<a href="http://community.thingspeak.com/forum/" title="Open discussion forum for ThingSpeak">Forum</a> |
|
<a href="http://community.thingspeak.com/forum/" title="Open discussion forum for ThingSpeak">Forum</a> |
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<a href="http://community.thingspeak.com/tutorials/" title="Tutorials on how to use ThingSpeak web services">Tutorials</a> |
|
<a href="http://community.thingspeak.com/tutorials/" title="Tutorials on how to use ThingSpeak web services">Tutorials</a> |
|
||||||
<a href="http://feeds.feedburner.com/internetofthings" title="Internet of Things RSS Feed" target="_blank">RSS Feed</a>
|
<a href="http://feeds.feedburner.com/internetofthings" title="Internet of Things RSS Feed" target="_blank">RSS Feed</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden-phone pull-right">
|
<span class="pull-right">
|
||||||
©<%= Time.now.year %> <a href="https://thingspeak.com" title="Open Source Internet of Things">ThingSpeak</a> - Powered by <a href="http://www.iobridge.com" target="_blank">ioBridge</a>
|
©<%= Time.now.year %> <a href="https://thingspeak.com" title="Open Source Internet of Things">ThingSpeak</a> - Powered by <a href="http://www.iobridge.com" target="_blank">ioBridge</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">
|
<h3 class="panel-title">
|
||||||
<i class="fa fa-gears fa-fw fa-lg"></i>
|
<i class="fa fa-gears fa-fw fa-lg"></i>
|
||||||
Integrate With Anything
|
Integrate
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body panel-home">
|
<div class="panel-body panel-home">
|
||||||
@ -103,8 +103,8 @@
|
|||||||
<h1>Get Started</h1>
|
<h1>Get Started</h1>
|
||||||
<p>If you are ready to build your Internet of Things, <%= link_to t(:signup), new_user_registration_path, :class => 'btn btn-primary btn-sm' %> for a free developer account.</p>
|
<p>If you are ready to build your Internet of Things, <%= link_to t(:signup), new_user_registration_path, :class => 'btn btn-primary btn-sm' %> for a free developer account.</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="/docs" target="_blank" class="btn btn-info btn-lg">Learn More</a>
|
<a href="/docs" target="_blank" class="btn btn-info btn-lg btn-margin">Learn More</a>
|
||||||
<a id="contact_link" class="btn btn-success btn-lg"><%= t(:contact_us) %></a>
|
<a id="contact_link" class="btn btn-success btn-lg btn-margin"><%= t(:contact_us) %></a>
|
||||||
</p>
|
</p>
|
||||||
<div id="contact_form">
|
<div id="contact_form">
|
||||||
<br>
|
<br>
|
||||||
@ -114,7 +114,7 @@
|
|||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<div class="panel panel-primary">
|
<div class="hidden-xs panel panel-primary">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">
|
<h3 class="panel-title">
|
||||||
<a href="http://community.thingspeak.com/" title="ThingSpeak Community, Blog, and Forum">Latest News<a> <a href="http://feeds.feedburner.com/internetofthings/" title="ThingSpeak RSS Feed"><%= image_tag 'icon_rss.gif' %></a>
|
<a href="http://community.thingspeak.com/" title="ThingSpeak Community, Blog, and Forum">Latest News<a> <a href="http://feeds.feedburner.com/internetofthings/" title="ThingSpeak RSS Feed"><%= image_tag 'icon_rss.gif' %></a>
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user