[polly] r197738 - www: Add nice header
Tobias Grosser
tobias at grosser.es
Thu Dec 19 14:50:11 PST 2013
Author: grosser
Date: Thu Dec 19 16:50:10 2013
New Revision: 197738
URL: http://llvm.org/viewvc/llvm-project?rev=197738&view=rev
Log:
www: Add nice header
Added:
polly/trunk/www/images/header-background.png
Modified:
polly/trunk/www/bugs.html
polly/trunk/www/content.css
polly/trunk/www/contributors.html
polly/trunk/www/documentation.html
polly/trunk/www/documentation/architecture.html
polly/trunk/www/documentation/gpgpucodegen.html
polly/trunk/www/documentation/memaccess.html
polly/trunk/www/documentation/passes.html
polly/trunk/www/example_load_Polly_into_clang.html
polly/trunk/www/example_load_Polly_into_dragonegg.html
polly/trunk/www/example_manual_matmul.html
polly/trunk/www/get_started.html
polly/trunk/www/index.html
polly/trunk/www/menu.css
polly/trunk/www/menu.html.incl
polly/trunk/www/performance.html
polly/trunk/www/publications.html
polly/trunk/www/todo.html
Modified: polly/trunk/www/bugs.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/bugs.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/bugs.html (original)
+++ polly/trunk/www/bugs.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -31,5 +32,6 @@ href="http://llvm.org/bugs/buglist.cgi?q
bugs</a> in Polly is also available.
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/content.css?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/content.css (original)
+++ polly/trunk/www/content.css Thu Dec 19 16:50:10 2013
@@ -6,6 +6,18 @@ html, body {
line-height:1.5;
}
+#box {
+ margin-left: auto;
+ margin-right: auto;
+ width: 80em;
+}
+[id=content] {
+ /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
+ margin-left: 15em;
+ padding-left: 3em;
+}
+
+
h1, h2, h3, tt { color: #000 }
h1 { padding-top:0px; margin-top:0px;}
@@ -37,3 +49,22 @@ span.caret { color:green; font-weight:bo
tr { vertical-align:top }
#news P {padding: 0px; margin: 0px; border: 0px}
+#head {
+ height: 15em;
+ background-image:url(images/header-background.png);
+ background-repeat:no-repeat;
+ background-position: right;
+ max-width: 89em;
+ margin-bottom: 1em
+
+
+}
+
+#head h1 {
+ padding-bottom: 0em;
+ margin-bottom: 0em;
+ padding-left: .5em;
+ color: #3b4567;
+ font-size: 5em;
+}
+
Modified: polly/trunk/www/contributors.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/contributors.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/contributors.html (original)
+++ polly/trunk/www/contributors.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -54,5 +55,7 @@ as well as the automake/cmake infrastruc
<img src="images/uni-passau.png" style="padding: 1em; padding-bottom:2em;"/>
<img src="images/osu.png" style="padding:1em"/>
<img src="images/sys-uni.png" style="padding:1em"/>
+</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/documentation.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/documentation.html (original)
+++ polly/trunk/www/documentation.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -46,5 +47,6 @@ Polly</a></h2></li>
</a></h2></li>
</ul>
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/documentation/architecture.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/architecture.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/documentation/architecture.html (original)
+++ polly/trunk/www/documentation/architecture.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -16,6 +17,7 @@
<!--*********************************************************************-->
<img src='../images/architecture.png' />
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/documentation/gpgpucodegen.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/gpgpucodegen.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/documentation/gpgpucodegen.html (original)
+++ polly/trunk/www/documentation/gpgpucodegen.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -223,5 +224,6 @@ gcc test.s -lGPURuntime -o test</pre>
</li>
<p></p>
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/documentation/memaccess.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/memaccess.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/documentation/memaccess.html (original)
+++ polly/trunk/www/documentation/memaccess.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -121,6 +122,7 @@ The transformed JSCOP file is:
</pre>
Code is generated for this change.
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/documentation/passes.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/passes.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/documentation/passes.html (original)
+++ polly/trunk/www/documentation/passes.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -63,5 +64,6 @@
</ul>
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/example_load_Polly_into_clang.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_load_Polly_into_clang.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/example_load_Polly_into_clang.html (original)
+++ polly/trunk/www/example_load_Polly_into_clang.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
@@ -127,5 +128,6 @@ reimporting the polyhedral representatio
can be applied. This enables external optimizers or the manual optimization of
specific SCoPs.
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/example_load_Polly_into_dragonegg.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_load_Polly_into_dragonegg.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/example_load_Polly_into_dragonegg.html (original)
+++ polly/trunk/www/example_load_Polly_into_dragonegg.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
@@ -65,5 +66,6 @@ clang</a> can be executed with dragonegg
the <b>-mllvm</b> syntax with the dragonegg syntax.
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/example_manual_matmul.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_manual_matmul.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/example_manual_matmul.html (original)
+++ polly/trunk/www/example_manual_matmul.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
@@ -450,5 +451,6 @@ significantly.
</ol>
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -183,6 +184,7 @@ cd scoplib-0.2.0
make && make install
</pre>
</div>
+</div>
</body>
</html>
Added: polly/trunk/www/images/header-background.png
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/images/header-background.png?rev=197738&view=auto
==============================================================================
Binary files polly/trunk/www/images/header-background.png (added) and polly/trunk/www/images/header-background.png Thu Dec 19 16:50:10 2013 differ
Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Thu Dec 19 16:50:10 2013
@@ -16,6 +16,7 @@
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -306,5 +307,6 @@ research tool.<br \>
</table>
</ul>
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/menu.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.css?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/menu.css (original)
+++ polly/trunk/www/menu.css Thu Dec 19 16:50:10 2013
@@ -3,17 +3,10 @@
/***************/
[id=menu] {
- width:30ex;
+ width:15em;
float: left;
+ margin-right: 3em;
}
-[id=content] {
- /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
- position:absolute;
- left:35ex;
- padding-right:4ex;
- max-width: 50em;
-}
-
/**************/
/* menu style */
/**************/
@@ -26,7 +19,6 @@
/*
* Color scheme
- * darkblue: #313955
* blue: #556293
* red: #931e24
* brown: #937155
Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Thu Dec 19 16:50:10 2013
@@ -1,3 +1,6 @@
+<div id="head">
+<h1>Polly</h1>
+</div>
<div id="menu">
<div class="submenu">
<label>Information</label>
Modified: polly/trunk/www/performance.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/performance.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/performance.html (original)
+++ polly/trunk/www/performance.html Thu Dec 19 16:50:10 2013
@@ -8,6 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<h1>Polly: Performance</h1>
@@ -62,5 +63,6 @@ improved data-locality.
<h3> Large data size</h3>
<img src="images/performance/parallel-large.png" />
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/publications.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/publications.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/publications.html (original)
+++ polly/trunk/www/publications.html Thu Dec 19 16:50:10 2013
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -171,5 +172,6 @@ Online Issue</a>
</li>
</ul>
</div>
+</div>
</body>
</html>
Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=197738&r1=197737&r2=197738&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Thu Dec 19 16:50:10 2013
@@ -8,6 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -422,5 +423,6 @@ Ether
</td></tr></tbody></table>
</div>
+</div>
</body>
</html>
More information about the llvm-commits
mailing list