Updated image sizes and CSS fixes
diff --git a/dev/app/index.html b/dev/app/index.html
index 28665d5..607a89a 100644
--- a/dev/app/index.html
+++ b/dev/app/index.html
@@ -5,7 +5,7 @@
         <title>Californium (Cf) CoAP framework</title>

         <meta name="description" content="">

         <meta name="viewport" content="width=device-width, initial-scale=1">

-        <link rel="shortcut icon" href="/favicon.ico">

+        <link rel="shortcut icon" href="favicon.ico">

         <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

         <!-- build:css(app) styles/vendor.css -->

         <!-- bower:css -->

@@ -37,7 +37,7 @@
 	            </div>

 				<div class="navbar-collapse collapse">

 					<ul class="nav navbar-nav">

-						<li class="active"><a href="#top">About</a></li>

+						<li><a href="#top">About</a></li>

 						<li><a href="#sources">Sources</a></li>

 						<li><a href="#start">Getting Started</a></li>

 						<li><a href="#tools">Tools</a></li>

@@ -53,8 +53,7 @@
 		</div>

 

 

-<!-- Carousel

-================================================== -->

+<!-- Carousel ================================================== -->

 		<div id="cfCarousel" class="carousel slide" data-ride="carousel">

 			<!-- Indicators -->

 			<ol class="carousel-indicators">

@@ -100,7 +99,7 @@
 				<!-- Three columns of text below the carousel -->

 				<div class="row">

 					<div class="col-sm-12 col-lg-6 item">

-						<img src="images/boxes/Cf_box_256.png" alt="Californium sources" style="width: 256px; height: 256px;">

+						<img class="img-responsive" src="images/boxes/Cf_box_512.png" alt="Californium sources" style="max-width: 458px;">

 						<h2>Californium (Cf) core</h2>

 						<p>The project is divided into five sub-projects. The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications. This repository also includes example projects to get you started. All Californium sources are hosted on GitHub, so you can easily contribute through pull requests.</p>

 						<p>Californium (Cf) is dual-licensed under EPL and EDL. The latter is a BSD-like license, which means the Cf CoAP framework can be used together with proprietary code to implement your IoT product!</p> 

@@ -108,25 +107,25 @@
 						<a class="btn btn-default" href="https://github.com/eclipse/californium" role="button">Repository &raquo;</a>

 					</div><!-- /.col-lg-4 -->

 					<div class="col-sm-6 col-lg-3 item">

-						<img src="images/boxes/Sc_box_128.png" alt="Scandium sources" style="width: 137px; height: 128px;">

+						<img class="img-responsive" src="images/boxes/Sc_box_256.png" alt="Scandium sources">

 						<h2>Scandium (Sc)</h2>

 						<p>The Scandium (Sc) sub-project provides security for Californium. It implements DTLS&nbsp;1.2 to secure your application through ECC with pre-shared keys, certificates, or raw public keys.</p>

 						<a class="btn btn-default" href="https://github.com/eclipse/californium.scandium" role="button">Repository &raquo;</a>

 					</div><!-- /.col-lg-2 -->

 					<div class="col-sm-6 col-lg-3 item">

-						<img src="images/boxes/Ac_box_128.png" alt="Actinium sources" style="width: 137px; height: 128px;">

+						<img class="img-responsive" src="images/boxes/Ac_box_256.png" alt="Actinium sources">

 						<h2>Actinium (Ac)</h2>

 						<p>Actinium (Ac) is the app-server for Californium to realize IoT mashups! Your JavaScript apps become available as RESTful resources and can directly talk to IoT devices using our CoapRequest object API.</p>

 						<a class="btn btn-default" href="https://github.com/eclipse/californium.actinium" role="button">Repository &raquo;</a>

 					</div><!-- /.col-lg-2 -->

 					<div class="col-sm-6 col-lg-3 item">

-						<img src="images/tools.jpg" alt="Tools sources" style="width: 128px; height: 81px; margin-top: 47px;">

+						<img src="images/tools.jpg" alt="Tools sources" style="margin-top: 47px;">

 						<h2>CoAP tools</h2>

 						<p>This repository provides CoAP tools that also serve as examples. Use CoAPBench to benchmark your CoAP solutions or simply use our cf-client to interact with your devices from the command line.</p>

 						<a class="btn btn-default" href="https://github.com/eclipse/californium.tools" role="button">Repository &raquo;</a>

 					</div><!-- /.col-lg-2 -->

 					<div class="col-sm-6 col-lg-3 item">

-						<img src="images/connector.jpg" alt="Connector sources" style="width: 128px; height: 90px; margin-top: 38px;">

+						<img src="images/connector.jpg" alt="Connector sources" style="margin-top: 38px;">

 						<h2>Connector</h2>

 						<p>The element-connector abstracts from the different transports CoAP can use. It provides the basic UDPConnector as well as the interface to implement new connectors like the DtlsConnector of Scandium.</p>

 						<a class="btn btn-default" href="https://github.com/eclipse/californium.element-connector" role="button">Repository &raquo;</a>

@@ -197,6 +196,8 @@
 						</ul>

 					</div>

 					

+					<div class="clearfix visible-sm"></div>

+					

 					<div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print">

 						<h2>Useful Links</h2>

 						<ul class="nav">

diff --git a/dev/app/styles/main.css b/dev/app/styles/main.css
index d9c246b..e349075 100644
--- a/dev/app/styles/main.css
+++ b/dev/app/styles/main.css
@@ -29,14 +29,13 @@
 	min-height: 60px;
 	background-color: #121320;
 	border: none;
-	padding: 0px 0px 0px 40px;
 }
 
 .navbar-brand {
-	width:60px;
+	width: 60px;
 	height: 60px;
 	font-size: 0;
-	background:url('../images/logos/Cf_48.png') 0px 6px no-repeat;
+	background:url('../images/logos/Cf_48.png') 6px 6px no-repeat;
 }
 .navbar-brand2 {
 	width: 54px;
@@ -252,6 +251,10 @@
   text-align: center;
 }
 
+.marketing .item img {
+	margin: auto;
+}
+
 .marketing .item p {
 	text-align: justify;
 	margin: 10px 10px;
diff --git a/images/boxes/3d0396da.Cf_box_512.png b/images/boxes/3d0396da.Cf_box_512.png
new file mode 100644
index 0000000..2682e7b
--- /dev/null
+++ b/images/boxes/3d0396da.Cf_box_512.png
Binary files differ
diff --git a/images/boxes/5842b1b7.Sc_box_256.png b/images/boxes/5842b1b7.Sc_box_256.png
new file mode 100644
index 0000000..1883de6
--- /dev/null
+++ b/images/boxes/5842b1b7.Sc_box_256.png
Binary files differ
diff --git a/images/boxes/b3bb780d.Ac_box_256.png b/images/boxes/b3bb780d.Ac_box_256.png
new file mode 100644
index 0000000..8bd0f2a
--- /dev/null
+++ b/images/boxes/b3bb780d.Ac_box_256.png
Binary files differ
diff --git a/index.html b/index.html
index 5dc5612..c660588 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,6 @@
-<!DOCTYPE html><html lang=en class=no-js><head><meta charset=utf-8><title>Californium (Cf) CoAP framework</title><meta name=description content=""><meta name=viewport content="width=device-width, initial-scale=1"><link rel="shortcut icon" href=/595657ef.favicon.ico><!-- Place favicon.ico and apple-touch-icon.png in the root directory --><link rel=stylesheet href=styles/dfc57042.vendor.css><link rel=stylesheet href=styles/f5629f8c.main.css><body><!--[if lt IE 10]>

+<!DOCTYPE html><html lang=en class=no-js><head><meta charset=utf-8><title>Californium (Cf) CoAP framework</title><meta name=description content=""><meta name=viewport content="width=device-width, initial-scale=1"><link rel="shortcut icon" href=595657ef.favicon.ico><!-- Place favicon.ico and apple-touch-icon.png in the root directory --><link rel=stylesheet href=styles/dfc57042.vendor.css><link rel=stylesheet href=styles/cbc7464a.main.css><body><!--[if lt IE 10]>

             <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>

-        <![endif]--><!-- NAVBAR ================================================== --><div class="navbar navbar-inverse navbar-fixed-top" role=navigation><div class=container><div class=navbar-header><button type=button class=navbar-toggle data-toggle=collapse data-target=.navbar-collapse><span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span></button> <a class=navbar-brand href=#>Californium (Cf)</a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav"><li class=active><a href=#top>About</a></li><li><a href=#sources>Sources</a></li><li><a href=#start>Getting Started</a></li><li><a href=#tools>Tools</a></li><li><a href=https://projects.eclipse.org/projects/technology.californium>Learn more</a></li></ul><ul class="nav navbar-nav pull-right"><li style=margin-top:18px><div class=g-plusone data-href="http://www.eclipse.org/californium/"></div></li><li><a class=navbar-brand2 href="http://iot.eclipse.org/">iot.eclipse.org</a></li></ul></div><!--/.nav-collapse --></div></div><!-- Carousel

-================================================== --><div id=cfCarousel class="carousel slide" data-ride=carousel><!-- Indicators --><ol class=carousel-indicators><li data-target=#cfCarousel data-slide-to=0 class=active></li><li data-target=#cfCarousel data-slide-to=1></li><li data-target=#cfCarousel data-slide-to=2></li></ol><div class=carousel-inner><div class="item java active"><div class=container><div class=carousel-caption><h1>CoAP in Java.</h1><p>Californium is a powerful CoAP framework targetting back-end services and stronger Internet of Things devices. It provides a convenient API for RESTful Web services that support all of CoAP's features.</p></div></div></div><div class="item cloud"><div class=container><div class=carousel-caption><h1 style="text-align: left; color: orange">Perfect for IoT cloud services.</h1><p>Californium has an extremely scalable architecture and outperforms high-performance HTTP servers. CoAP's low overhead allows to handle millions of IoT devices with a single service instance. The flexible concurrency model allows to implement whatever is best for your application.</p></div></div></div><div class="item ietf"><div class=container><div class=carousel-caption><h1>Standards compliant.</h1><p>Californium has been running code for the IETF and is passing all ETSI Plugtest test specifications.</p></div></div></div></div><a class="left carousel-control" href=#cfCarousel role=button data-slide=prev><span class="glyphicon glyphicon-chevron-left"></span></a> <a class="right carousel-control" href=#cfCarousel role=button data-slide=next><span class="glyphicon glyphicon-chevron-right"></span></a></div><!-- /.carousel --><!-- Marketing messaging ================================================== --><!-- Wrap the rest of the page in another container to center all the content. --><div class=container><a name=sources></a><div class="container marketing"><!-- Three columns of text below the carousel --><div class=row><div class="col-sm-12 col-lg-6 item"><img src=images/boxes/35801f23.Cf_box_256.png alt="Californium sources" style="width: 256px; height: 256px"><h2>Californium (Cf) core</h2><p>The project is divided into five sub-projects. The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications. This repository also includes example projects to get you started. All Californium sources are hosted on GitHub, so you can easily contribute through pull requests.</p><p>Californium (Cf) is dual-licensed under EPL and EDL. The latter is a BSD-like license, which means the Cf CoAP framework can be used together with proprietary code to implement your IoT product!</p><p>Cf is available in Maven Central and very easy to consume in your Java project. We have got your back covered from OSGi wrapper to HTTP-CoAP cross-proxy to advanced test suites that have been used at the ETSI Plugtests.</p><a class="btn btn-default" href=https://github.com/eclipse/californium role=button>Repository &raquo;</a></div><!-- /.col-lg-4 --><div class="col-sm-6 col-lg-3 item"><img src=images/boxes/37e4f308.Sc_box_128.png alt="Scandium sources" style="width: 137px; height: 128px"><h2>Scandium (Sc)</h2><p>The Scandium (Sc) sub-project provides security for Californium. It implements DTLS&nbsp;1.2 to secure your application through ECC with pre-shared keys, certificates, or raw public keys.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.scandium role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --><div class="col-sm-6 col-lg-3 item"><img src=images/boxes/8588751b.Ac_box_128.png alt="Actinium sources" style="width: 137px; height: 128px"><h2>Actinium (Ac)</h2><p>Actinium (Ac) is the app-server for Californium to realize IoT mashups! Your JavaScript apps become available as RESTful resources and can directly talk to IoT devices using our CoapRequest object API.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.actinium role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --><div class="col-sm-6 col-lg-3 item"><img src=images/973fb5ba.tools.jpg alt="Tools sources" style="width: 128px; height: 81px; margin-top: 47px"><h2>CoAP tools</h2><p>This repository provides CoAP tools that also serve as examples. Use CoAPBench to benchmark your CoAP solutions or simply use our cf-client to interact with your devices from the command line.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.tools role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --><div class="col-sm-6 col-lg-3 item"><img src=images/e1bfbf57.connector.jpg alt="Connector sources" style="width: 128px; height: 90px; margin-top: 38px"><h2>Connector</h2><p>The element-connector abstracts from the different transports CoAP can use. It provides the basic UDPConnector as well as the interface to implement new connectors like the DtlsConnector of Scandium.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.element-connector role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --></div><!-- /.row --></div><!-- Featurettes ================================================== --><a name=start></a><hr class=featurette-divider><div class="row featurette"><div class=col-md-7><h2 class=featurette-heading>Getting started. <span class=text-muted>Take the tutorial.</span></h2><p class=lead>The Internet of Things if growing, but how can you build your own connected objects? Together with MQTT, CoAP is one of the popular IoT protocols. It provides answers to the typical IoT constraints: it is bandwidth efficient and fits in constrained embedded environment while providing friendly and discoverable RESTful API.</p></div><div class=col-md-5><a href=http://goo.gl/LLQ03w><img class="featurette-image img-responsive" src=images/d46a1065.tutorial.jpg alt="Tutorial slides"></a></div></div><a name=tools></a><hr class=featurette-divider><div class="row featurette"><div class=col-md-5><a href="https://addons.mozilla.org/en-US/firefox/addon/copper-270430/"><img class="featurette-image img-responsive" src=images/boxes/da6cde86.Cu_box_512.png alt="More CoAP tools"></a></div><div class=col-md-7><h2 class=featurette-heading>More tools. <span class=text-muted>Get the full CoAP experience.</span></h2><p class=lead>The Copper (Cu) CoAP user-agent is an add-on for the Firefox Web browser. It allows browsing, bookmarking, and direct interaction with CoAP resources. Simply enter a CoAP URI into the address bar. To get started you can test the following CoAP sandboxes:</p><ul><li><a href="coap://iot.eclipse.org/">coap://iot.eclipse.org/</a></li><li><a href="coap://iot.eclipse.org/">coap://vs0.inf.ethz.ch/</a></li><li><a href="coap://iot.eclipse.org/">coap://coap.me/</a></li></ul><p class=lead>Check <a href=http://coap.technology>coap.technology</a> for more material.</p></div></div></div><div class=footer><div class=container><div class=row><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Eclipse Foundation</h2><ul class=nav><li><a href="//www.eclipse.org/org/">About us</a></li><li><a href=//www.eclipse.org/org/foundation/contact.php>Contact Us</a></li><li><a href=//www.eclipse.org/donate>Donate</a></li><li><a href="//www.eclipse.org/org/documents/">Governance</a></li><li><a href="//www.eclipse.org/artwork/">Logo and Artwork</a></li><li><a href=//www.eclipse.org/org/foundation/directors.php>Board of Directors</a></li></ul></div><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Legal</h2><ul class=nav><li><a href=//www.eclipse.org/legal/privacy.php>Privacy Policy</a></li><li><a href=//www.eclipse.org/legal/termsofuse.php>Terms of Use</a></li><li><a href=//www.eclipse.org/legal/copyright.php>Copyright Agent</a></li><li><a href=//www.eclipse.org/org/documents/epl-v10.php>Eclipse Public License</a></li><li><a href="//www.eclipse.org/legal/">Legal Resources</a></li></ul></div><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Useful Links</h2><ul class=nav><li><a href="//bugs.eclipse.org/bugs/">Report a Bug</a></li><li><a href="//help.eclipse.org/">Documentation</a></li><li><a href="//www.eclipse.org/contribute/">How to Contribute</a></li><li><a href="//www.eclipse.org/mail/">Mailing Lists</a></li><li><a href="//www.eclipse.org/forums/">Forums</a></li><li><a href=//marketplace.eclipse.org>Marketplace</a></li></ul></div><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Other</h2><ul class=nav><li><a href="//www.eclipse.org/ide/">IDE and Tools</a></li><li><a href=//www.eclipse.org/projects>Community of Projects</a></li><li><a href="//www.eclipse.org/org/workinggroups/">Working Groups</a></li></ul></div><div id=copyright class="col-xs-12 col-sm-12 col-md-12 col-lg-12 hidden-print"><div><span class=hidden-print><img src=http://projects.eclipse.org/sites/all/themes/solstice/public/images/logo/eclipse-logo-bw-800x188.png alt="Eclipse.org black and white logo" width=166 height=39 class=logo-eclipse-white></span><p id=copyright-text>Copyright &copy; 2014 The Eclipse Foundation. All Rights Reserved.</p></div></div></div></div></div><!-- Place this tag after the last +1 button tag. --><script type=text/javascript>(function() {

+        <![endif]--><!-- NAVBAR ================================================== --><div class="navbar navbar-inverse navbar-fixed-top" role=navigation><div class=container><div class=navbar-header><button type=button class=navbar-toggle data-toggle=collapse data-target=.navbar-collapse><span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span></button> <a class=navbar-brand href=#>Californium (Cf)</a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav"><li><a href=#top>About</a></li><li><a href=#sources>Sources</a></li><li><a href=#start>Getting Started</a></li><li><a href=#tools>Tools</a></li><li><a href=https://projects.eclipse.org/projects/technology.californium>Learn more</a></li></ul><ul class="nav navbar-nav pull-right"><li style=margin-top:18px><div class=g-plusone data-href="http://www.eclipse.org/californium/"></div></li><li><a class=navbar-brand2 href="http://iot.eclipse.org/">iot.eclipse.org</a></li></ul></div><!--/.nav-collapse --></div></div><!-- Carousel ================================================== --><div id=cfCarousel class="carousel slide" data-ride=carousel><!-- Indicators --><ol class=carousel-indicators><li data-target=#cfCarousel data-slide-to=0 class=active></li><li data-target=#cfCarousel data-slide-to=1></li><li data-target=#cfCarousel data-slide-to=2></li></ol><div class=carousel-inner><div class="item java active"><div class=container><div class=carousel-caption><h1>CoAP in Java.</h1><p>Californium is a powerful CoAP framework targetting back-end services and stronger Internet of Things devices. It provides a convenient API for RESTful Web services that support all of CoAP's features.</p></div></div></div><div class="item cloud"><div class=container><div class=carousel-caption><h1 style="text-align: left; color: orange">Perfect for IoT cloud services.</h1><p>Californium has an extremely scalable architecture and outperforms high-performance HTTP servers. CoAP's low overhead allows to handle millions of IoT devices with a single service instance. The flexible concurrency model allows to implement whatever is best for your application.</p></div></div></div><div class="item ietf"><div class=container><div class=carousel-caption><h1>Standards compliant.</h1><p>Californium has been running code for the IETF and is passing all ETSI Plugtest test specifications.</p></div></div></div></div><a class="left carousel-control" href=#cfCarousel role=button data-slide=prev><span class="glyphicon glyphicon-chevron-left"></span></a> <a class="right carousel-control" href=#cfCarousel role=button data-slide=next><span class="glyphicon glyphicon-chevron-right"></span></a></div><!-- /.carousel --><!-- Marketing messaging ================================================== --><!-- Wrap the rest of the page in another container to center all the content. --><div class=container><a name=sources></a><div class="container marketing"><!-- Three columns of text below the carousel --><div class=row><div class="col-sm-12 col-lg-6 item"><img class=img-responsive src=images/boxes/3d0396da.Cf_box_512.png alt="Californium sources" style="max-width: 458px"><h2>Californium (Cf) core</h2><p>The project is divided into five sub-projects. The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications. This repository also includes example projects to get you started. All Californium sources are hosted on GitHub, so you can easily contribute through pull requests.</p><p>Californium (Cf) is dual-licensed under EPL and EDL. The latter is a BSD-like license, which means the Cf CoAP framework can be used together with proprietary code to implement your IoT product!</p><p>Cf is available in Maven Central and very easy to consume in your Java project. We have got your back covered from OSGi wrapper to HTTP-CoAP cross-proxy to advanced test suites that have been used at the ETSI Plugtests.</p><a class="btn btn-default" href=https://github.com/eclipse/californium role=button>Repository &raquo;</a></div><!-- /.col-lg-4 --><div class="col-sm-6 col-lg-3 item"><img class=img-responsive src=images/boxes/5842b1b7.Sc_box_256.png alt="Scandium sources"><h2>Scandium (Sc)</h2><p>The Scandium (Sc) sub-project provides security for Californium. It implements DTLS&nbsp;1.2 to secure your application through ECC with pre-shared keys, certificates, or raw public keys.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.scandium role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --><div class="col-sm-6 col-lg-3 item"><img class=img-responsive src=images/boxes/b3bb780d.Ac_box_256.png alt="Actinium sources"><h2>Actinium (Ac)</h2><p>Actinium (Ac) is the app-server for Californium to realize IoT mashups! Your JavaScript apps become available as RESTful resources and can directly talk to IoT devices using our CoapRequest object API.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.actinium role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --><div class="col-sm-6 col-lg-3 item"><img src=images/973fb5ba.tools.jpg alt="Tools sources" style="margin-top: 47px"><h2>CoAP tools</h2><p>This repository provides CoAP tools that also serve as examples. Use CoAPBench to benchmark your CoAP solutions or simply use our cf-client to interact with your devices from the command line.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.tools role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --><div class="col-sm-6 col-lg-3 item"><img src=images/e1bfbf57.connector.jpg alt="Connector sources" style="margin-top: 38px"><h2>Connector</h2><p>The element-connector abstracts from the different transports CoAP can use. It provides the basic UDPConnector as well as the interface to implement new connectors like the DtlsConnector of Scandium.</p><a class="btn btn-default" href=https://github.com/eclipse/californium.element-connector role=button>Repository &raquo;</a></div><!-- /.col-lg-2 --></div><!-- /.row --></div><!-- Featurettes ================================================== --><a name=start></a><hr class=featurette-divider><div class="row featurette"><div class=col-md-7><h2 class=featurette-heading>Getting started. <span class=text-muted>Take the tutorial.</span></h2><p class=lead>The Internet of Things if growing, but how can you build your own connected objects? Together with MQTT, CoAP is one of the popular IoT protocols. It provides answers to the typical IoT constraints: it is bandwidth efficient and fits in constrained embedded environment while providing friendly and discoverable RESTful API.</p></div><div class=col-md-5><a href=http://goo.gl/LLQ03w><img class="featurette-image img-responsive" src=images/d46a1065.tutorial.jpg alt="Tutorial slides"></a></div></div><a name=tools></a><hr class=featurette-divider><div class="row featurette"><div class=col-md-5><a href="https://addons.mozilla.org/en-US/firefox/addon/copper-270430/"><img class="featurette-image img-responsive" src=images/boxes/da6cde86.Cu_box_512.png alt="More CoAP tools"></a></div><div class=col-md-7><h2 class=featurette-heading>More tools. <span class=text-muted>Get the full CoAP experience.</span></h2><p class=lead>The Copper (Cu) CoAP user-agent is an add-on for the Firefox Web browser. It allows browsing, bookmarking, and direct interaction with CoAP resources. Simply enter a CoAP URI into the address bar. To get started you can test the following CoAP sandboxes:</p><ul><li><a href="coap://iot.eclipse.org/">coap://iot.eclipse.org/</a></li><li><a href="coap://iot.eclipse.org/">coap://vs0.inf.ethz.ch/</a></li><li><a href="coap://iot.eclipse.org/">coap://coap.me/</a></li></ul><p class=lead>Check <a href=http://coap.technology>coap.technology</a> for more material.</p></div></div></div><div class=footer><div class=container><div class=row><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Eclipse Foundation</h2><ul class=nav><li><a href="//www.eclipse.org/org/">About us</a></li><li><a href=//www.eclipse.org/org/foundation/contact.php>Contact Us</a></li><li><a href=//www.eclipse.org/donate>Donate</a></li><li><a href="//www.eclipse.org/org/documents/">Governance</a></li><li><a href="//www.eclipse.org/artwork/">Logo and Artwork</a></li><li><a href=//www.eclipse.org/org/foundation/directors.php>Board of Directors</a></li></ul></div><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Legal</h2><ul class=nav><li><a href=//www.eclipse.org/legal/privacy.php>Privacy Policy</a></li><li><a href=//www.eclipse.org/legal/termsofuse.php>Terms of Use</a></li><li><a href=//www.eclipse.org/legal/copyright.php>Copyright Agent</a></li><li><a href=//www.eclipse.org/org/documents/epl-v10.php>Eclipse Public License</a></li><li><a href="//www.eclipse.org/legal/">Legal Resources</a></li></ul></div><div class="clearfix visible-sm"></div><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Useful Links</h2><ul class=nav><li><a href="//bugs.eclipse.org/bugs/">Report a Bug</a></li><li><a href="//help.eclipse.org/">Documentation</a></li><li><a href="//www.eclipse.org/contribute/">How to Contribute</a></li><li><a href="//www.eclipse.org/mail/">Mailing Lists</a></li><li><a href="//www.eclipse.org/forums/">Forums</a></li><li><a href=//marketplace.eclipse.org>Marketplace</a></li></ul></div><div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 hidden-print"><h2>Other</h2><ul class=nav><li><a href="//www.eclipse.org/ide/">IDE and Tools</a></li><li><a href=//www.eclipse.org/projects>Community of Projects</a></li><li><a href="//www.eclipse.org/org/workinggroups/">Working Groups</a></li></ul></div><div id=copyright class="col-xs-12 col-sm-12 col-md-12 col-lg-12 hidden-print"><div><span class=hidden-print><img src=http://projects.eclipse.org/sites/all/themes/solstice/public/images/logo/eclipse-logo-bw-800x188.png alt="Eclipse.org black and white logo" width=166 height=39 class=logo-eclipse-white></span><p id=copyright-text>Copyright &copy; 2014 The Eclipse Foundation. All Rights Reserved.</p></div></div></div></div></div><!-- Place this tag after the last +1 button tag. --><script type=text/javascript>(function() {

 			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;

 			po.src = 'https://apis.google.com/js/plusone.js';

 			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);

diff --git a/styles/cbc7464a.main.css b/styles/cbc7464a.main.css
new file mode 100644
index 0000000..b378a0b
--- /dev/null
+++ b/styles/cbc7464a.main.css
@@ -0,0 +1 @@
+@media (max-width:991px){.footer #copyright-text,.footer #footer-other{text-align:left;clear:both}}@media (max-width:450px){.footer .col-xs-11,.footer .col-xs-14{position:relative;float:left;width:95.83333333%;min-height:1px;padding-left:15px;padding-right:15px}}@media (min-width:451px) and (max-width:767px){.footer #footer-useful-links{clear:left}.footer #copyright{clear:both}}@media screen and (min-width:768px){.container{max-width:1280px}.footer,.header,.marketing{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}}.browsehappy{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}body{padding-top:50px;padding-bottom:0;min-width:320px}.footer,.header,.marketing{padding-left:15px;padding-right:15px}.header{border-bottom:1px solid #e5e5e5}.navbar{min-height:60px;background-color:#121320;border:none}.navbar-brand{width:60px;height:60px;font-size:0;background:url(../images/logos/4812bfce.Cf_48.png) 6px 6px no-repeat}.navbar-brand2{width:54px;font-size:0;background:url(http://iot.eclipse.org/css/img/m2m_eclipse_logo.png) -36px 5px no-repeat}a{color:#4b7d38}a:focus{outline-width:thin;outline-style:dotted;outline-color:#333;outline-offset:-2px}a:active,a:hover{outline-width:0;outline-style:none}a:hover{color:#6bb151}.nav>li>a{display:block}.nav>li>a:hover{background-color:#eee}.navbar .nav>li>a{float:none;padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px;color:#c4c6dd;text-shadow:#161726;border-top-width:2px;border-top-style:solid;border-top-color:#161726}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#eff4f7;background-color:transparent;border-top-color:#eff4f7}.header h3{margin-top:0;margin-bottom:0;line-height:40px;padding-bottom:19px}.footer{background:url(http://projects.eclipse.org/sites/all/themes/solstice/public/images/template/footer-bg.jpg) no-repeat center center #242426;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;color:#a8a7a9;margin-top:45px;padding-top:35px;padding-bottom:36px;border-top:1px solid #E5E5E5}.footer h1{padding-top:.5em;padding-bottom:.7em;color:#737373;font-size:2em}.footer h1 strong{color:#C4C4C4}.footer h2{color:#fff;padding-bottom:7px;margin-top:0;font-size:2rem;font-weight:300;border-bottom:2px solid #6e6d71;max-width:80%}.footer a:active,.footer a:link,.footer a:visited{color:#a8a7a9;font-weight:400}.footer #logo-eclipse-white{margin-bottom:15px}.footer .nav{margin-left:-15px;margin-bottom:25px}.footer .nav a{padding:6px 15px 6px 20px}.footer .nav a:hover{background:0 0;color:#f7941e}.footer li{padding-bottom:0}@media (max-width:991px){.footer #copyright-text,.footer #footer-other{text-align:left;clear:both}}@media (max-width:450px){.footer .col-xs-11,.footer .col-xs-14{position:relative;float:left;width:95.83333333%;min-height:1px;padding-left:15px;padding-right:15px}}@media (min-width:451px) and (max-width:767px){.footer #footer-useful-links{clear:left}.footer #copyright{clear:both}}#copyright{padding-top:15px}#copyright img{float:left;margin-top:10px;margin-right:15px;clear:both}#copyright-text{padding-top:21px;text-align:right}#scrollUp{width:40px;height:40px;opacity:.3;position:fixed;bottom:50px;right:15px;display:none;text-indent:-9999px;background:url(http://projects.eclipse.org/sites/all/themes/solstice/public/images/components/back-to-top/back-to-top.png) no-repeat}#scrollUp:focus{outline:0}.carousel-inner .item{min-height:400px;height:400px}.java .carousel-caption{top:25%;bottom:auto}div.item.java{background-image:url(../images/background/0dd7f7a1.java.jpg);background-position:center center}.java h1{text-align:left;color:orange}.java p{text-align:left;color:#000;width:50%;min-width:180px}div.item.cloud{background-image:url(../images/background/b14ea35e.scalable.jpg);background-position:center center}.cloud h1{text-align:left;color:orange}.cloud p{text-align:left}div.item.ietf{background-image:url(../images/background/59a05c7c.compliant.jpg);background-position:center center}.ietf .carousel-caption{top:0;bottom:auto}.ietf h1,.ietf p{text-align:left;color:#000}.marketing{margin:40px 0}.marketing .item{margin-bottom:40px;text-align:center}.marketing .item img{margin:auto}.marketing .item p{text-align:justify;margin:10px}.featurette-divider{margin:80px 0}.featurette-heading{font-weight:300;line-height:1;letter-spacing:-1px}@media screen and (min-width:768px){.container{max-width:1280px}.footer,.header,.marketing{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}}
\ No newline at end of file
diff --git a/styles/f5629f8c.main.css b/styles/f5629f8c.main.css
deleted file mode 100644
index 499b854..0000000
--- a/styles/f5629f8c.main.css
+++ /dev/null
@@ -1 +0,0 @@
-@media (max-width:991px){.footer #copyright-text,.footer #footer-other{text-align:left;clear:both}}@media (max-width:450px){.footer .col-xs-11,.footer .col-xs-14{position:relative;float:left;width:95.83333333%;min-height:1px;padding-left:15px;padding-right:15px}}@media (min-width:451px) and (max-width:767px){.footer #footer-useful-links{clear:left}.footer #copyright{clear:both}}@media screen and (min-width:768px){.container{max-width:1280px}.footer,.header,.marketing{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}}.browsehappy{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}body{padding-top:50px;padding-bottom:0;min-width:320px}.footer,.header,.marketing{padding-left:15px;padding-right:15px}.header{border-bottom:1px solid #e5e5e5}.navbar{min-height:60px;background-color:#121320;border:none;padding:0 0 0 40px}.navbar-brand{width:60px;height:60px;font-size:0;background:url(../images/logos/4812bfce.Cf_48.png) 0 6px no-repeat}.navbar-brand2{width:54px;font-size:0;background:url(http://iot.eclipse.org/css/img/m2m_eclipse_logo.png) -36px 5px no-repeat}a{color:#4b7d38}a:focus{outline-width:thin;outline-style:dotted;outline-color:#333;outline-offset:-2px}a:active,a:hover{outline-width:0;outline-style:none}a:hover{color:#6bb151}.nav>li>a{display:block}.nav>li>a:hover{background-color:#eee}.navbar .nav>li>a{float:none;padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px;color:#c4c6dd;text-shadow:#161726;border-top-width:2px;border-top-style:solid;border-top-color:#161726}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#eff4f7;background-color:transparent;border-top-color:#eff4f7}.header h3{margin-top:0;margin-bottom:0;line-height:40px;padding-bottom:19px}.footer{background:url(http://projects.eclipse.org/sites/all/themes/solstice/public/images/template/footer-bg.jpg) no-repeat center center #242426;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;color:#a8a7a9;margin-top:45px;padding-top:35px;padding-bottom:36px;border-top:1px solid #E5E5E5}.footer h1{padding-top:.5em;padding-bottom:.7em;color:#737373;font-size:2em}.footer h1 strong{color:#C4C4C4}.footer h2{color:#fff;padding-bottom:7px;margin-top:0;font-size:2rem;font-weight:300;border-bottom:2px solid #6e6d71;max-width:80%}.footer a:active,.footer a:link,.footer a:visited{color:#a8a7a9;font-weight:400}.footer #logo-eclipse-white{margin-bottom:15px}.footer .nav{margin-left:-15px;margin-bottom:25px}.footer .nav a{padding:6px 15px 6px 20px}.footer .nav a:hover{background:0 0;color:#f7941e}.footer li{padding-bottom:0}@media (max-width:991px){.footer #copyright-text,.footer #footer-other{text-align:left;clear:both}}@media (max-width:450px){.footer .col-xs-11,.footer .col-xs-14{position:relative;float:left;width:95.83333333%;min-height:1px;padding-left:15px;padding-right:15px}}@media (min-width:451px) and (max-width:767px){.footer #footer-useful-links{clear:left}.footer #copyright{clear:both}}#copyright{padding-top:15px}#copyright img{float:left;margin-top:10px;margin-right:15px;clear:both}#copyright-text{padding-top:21px;text-align:right}#scrollUp{width:40px;height:40px;opacity:.3;position:fixed;bottom:50px;right:15px;display:none;text-indent:-9999px;background:url(http://projects.eclipse.org/sites/all/themes/solstice/public/images/components/back-to-top/back-to-top.png) no-repeat}#scrollUp:focus{outline:0}.carousel-inner .item{min-height:400px;height:400px}.java .carousel-caption{top:25%;bottom:auto}div.item.java{background-image:url(../images/background/0dd7f7a1.java.jpg);background-position:center center}.java h1{text-align:left;color:orange}.java p{text-align:left;color:#000;width:50%;min-width:180px}div.item.cloud{background-image:url(../images/background/b14ea35e.scalable.jpg);background-position:center center}.cloud h1{text-align:left;color:orange}.cloud p{text-align:left}div.item.ietf{background-image:url(../images/background/59a05c7c.compliant.jpg);background-position:center center}.ietf .carousel-caption{top:0;bottom:auto}.ietf h1,.ietf p{text-align:left;color:#000}.marketing{margin:40px 0}.marketing .item{margin-bottom:40px;text-align:center}.marketing .item p{text-align:justify;margin:10px}.featurette-divider{margin:80px 0}.featurette-heading{font-weight:300;line-height:1;letter-spacing:-1px}@media screen and (min-width:768px){.container{max-width:1280px}.footer,.header,.marketing{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}}
\ No newline at end of file