commit | cc698c473a547961c540c567cbda763c2b99e4eb | [log] [tgz] |
---|---|---|
author | Rafael Weingärtner <rafaelweingartner@gmail.com> | Tue Apr 17 16:17:35 2018 -0300 |
committer | Rafael Weingärtner <rafaelweingartner@gmail.com> | Wed Apr 18 10:19:15 2018 -0300 |
tree | 51aea1bb0279318b31a7a3a2268917f12747c158 | |
parent | 7c9640b0507d1e68d3a56d3c00939e3877b26d4e [diff] |
Add Apache event banner. Discussion in the mailing list: https://lists.apache.org/thread.html/e16aa74087dff24a6c914e6681605bdd5cdb34073eba0ac2c51a8fad@%3Cusers.cloudstack.apache.org%3E https://lists.apache.org/thread.html/ce6ab609659e726edae0f92520b0f7dcdbaf7c391748fdc8c6959b96@%3Cdev.cloudstack.apache.org%3E
diff --git a/source/index.html.erb b/source/index.html.erb index 03aaf05..6c83148 100644 --- a/source/index.html.erb +++ b/source/index.html.erb
@@ -7,18 +7,19 @@ <div class="bs-example"> <div class="jumbotron"> <div class="row"> - <div class="col-lg-8"> - <h1>Apache CloudStack™</h1> - + <div class="col-lg-8" style="margin-top:22px;"> + <h1 style="margin-top:28px;">Apache CloudStack™</h1> <p>Open Source Cloud Computing™</p> - </div> <div class="col-lg-4"> - - <img src="images/monkey.png" style="width: 210px;" alt=""> - + <img src="images/monkey.png" style="width: 210px; margin-left: 115px;" alt="Cloud friendly"> </div> + <div class="col-lg-3" style="margin-left: 77%;margin-top: 3.5%;"> + <a href="https://www.apache.org/events/current-event.html"> + <img src="https://www.apache.org/events/current-event-234x60.png"> + </a> + </div> </div> </div> </div>