Commit 56c5856fd724ca141306da9135406c12d2c00f85

Authored by Valessio Brito
1 parent 4cd43aa7
Exists in master and in 1 other branch add_vagrant

inser diagram appr image

src/web/static/css/style.css
@@ -71,6 +71,8 @@ border-radius: 10px; @@ -71,6 +71,8 @@ border-radius: 10px;
71 box-shadow: 0 2px 20px #545454; 71 box-shadow: 0 2px 20px #545454;
72 } 72 }
73 73
  74 +.about #wrap { max-width: 780px; }
  75 +
74 #header { 76 #header {
75 position: absolute; 77 position: absolute;
76 top: 0px; 78 top: 0px;
src/web/static/images/diaappr.png 0 → 100644

44.3 KB

src/web/templates/about.html
1 $var title: About 1 $var title: About
2 $var mod = 'about'; 2 $var mod = 'about';
3 -$var cssfiles:  
4 -$var jsfiles: 3 +$var cssfiles: static/css/facebox.css
  4 +$var jsfiles: static/js/facebox.js
  5 +
  6 +<script type="text/javascript">
  7 + $$(document).ready(function() {
  8 + $$('a[rel*=facebox]').facebox({
  9 + loadingImage : '/static/images/loading.gif',
  10 + closeImage : '/static/images/closelabel.png'
  11 + });
  12 + });
  13 +</script>
5 14
6 <div id="maincontent"> 15 <div id="maincontent">
7 <div class="innertube"> 16 <div class="innertube">
8 17
9 -<img style="float: right;" alt="AppRecommender logo" src="/static/images/logo.png" width="150px" /> 18 +<a rel="facebox" href="/static/images/diaappr.png" title="AppRecommender Diagram"><img style="float: right; margin: 10px;" alt="AppRecommender Diagram" src="/static/images/diaappr.png" width="230px" /></a>
10 19
11 <h1>About</h1> 20 <h1>About</h1>
12 21