summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2007-12-07 12:13:02 -0500
committerBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2007-12-07 12:13:02 -0500
commit9dc6701a9cd243ea9bd8981ee21133b659533b13 (patch)
tree6d3a029e4753bfd06bd16c038e1369f3840fa35d
parentae25f593b3fdbe35f4811578edec183ab64b0fff (diff)
added new logo and changed style
logo credit: Jasper McChesney
-rw-r--r--inc/format.css23
-rw-r--r--inc/litmusrt.pngbin0 -> 5260 bytes
-rw-r--r--index.html29
3 files changed, 35 insertions, 17 deletions
diff --git a/inc/format.css b/inc/format.css
index 2b9e1bc..17b1c2b 100644
--- a/inc/format.css
+++ b/inc/format.css
@@ -117,24 +117,29 @@ table {
117 117
118.boxsize { 118.boxsize {
119 width: 8.5in; 119 width: 8.5in;
120 margin-top: 0cm;
120 margin-left: 1cm; 121 margin-left: 1cm;
121 } 122 }
122 123
123 124
124.authors { 125.authors {
125 margin-left: 1cm; 126 margin-top: 0.75cm;
126 font-style: italic; 127// margin-left: 1cm;
128 font-style: italic;
127 } 129 }
128 130
129 131
130a { 132a {
131 color: #032e03; 133// color: #47733c;
134 color: #6fb45e;
135 font-weight: bold;
132 text-decoration: underline; 136 text-decoration: underline;
133 } 137 }
134 138
135 139
136a:hover { 140a:hover {
137 color: #147614; 141 color: #d66836;
142 font-weight: bold;
138 } 143 }
139 144
140 145
@@ -203,4 +208,10 @@ h3 {
203 208
204.flushright { 209.flushright {
205 text-align: right; 210 text-align: right;
206} \ No newline at end of file 211}
212
213.logobox {
214 width: 8.5in;
215 margin-left: 1cm;
216 margin-bottom: 1.0cm;
217 }
diff --git a/inc/litmusrt.png b/inc/litmusrt.png
new file mode 100644
index 0000000..6177940
--- /dev/null
+++ b/inc/litmusrt.png
Binary files differ
diff --git a/index.html b/index.html
index 621c64b..d68684d 100644
--- a/index.html
+++ b/index.html
@@ -7,15 +7,19 @@
7 <title>LITMUS RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</title> 7 <title>LITMUS RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 <h1>LITMUS<sup>RT</sup>: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</h1> 10 <!--<h1>LITMUS<sup>RT</sup>: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems</h1>-->
11 11 <div class="logobox" align="center">
12 <p class="authors"> 12 <img src="inc/litmusrt.png" alt="LITMUS^RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems" />
13 <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson &amp; 13 <p class="authors">
14 Students</a>, 14 <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson &amp;
15 <a href="http://www.unc.edu">The University of North Carolina at Chapel Hill</a> 15 Students</a>,
16 </p> 16 <a href="http://www.unc.edu">The University of North Carolina at Chapel Hill</a>
17 17 </p>
18 <p class="boxsize"> 18
19 </div>
20
21 <div class="boxsize" align="center">
22 <p>
19 <a href="#about">about</a> - 23 <a href="#about">about</a> -
20 <a href="#support">support</a> - 24 <a href="#support">support</a> -
21 <a href="#collaborators">collaborators</a> - 25 <a href="#collaborators">collaborators</a> -
@@ -24,6 +28,9 @@
24 <a href="#install">installation</a> - 28 <a href="#install">installation</a> -
25 <a href="#links">documentation</a> 29 <a href="#links">documentation</a>
26 </p> 30 </p>
31 </div>
32
33
27 34
28 <h2 id="about">About</h2> 35 <h2 id="about">About</h2>
29 <div class="box"> 36 <div class="box">
@@ -70,7 +77,7 @@
70 </p> 77 </p>
71 <ul> 78 <ul>
72 79
73 <li> <a href="http://www.cs.unc.edu/~block/">Aaron Block</a> 80 <li> <a href="http://www.cs.unc.edu/~block/">Aaron D. Block</a>
74 </li> 81 </li>
75 82
76 <li> <a href="http://www.cs.unc.edu/~bbb/">Bj&ouml;rn B. Brandenburg</a> 83 <li> <a href="http://www.cs.unc.edu/~bbb/">Bj&ouml;rn B. Brandenburg</a>
@@ -83,7 +90,7 @@
83 Dec. 2006)</em> 90 Dec. 2006)</em>
84 </li> 91 </li>
85 92
86 <li> <a href="http://www.cs.unc.edu/~leontyev/">Hennadiy Leontyev</a> 93 <li> <a href="http://www.cs.unc.edu/~leontyev/">Hennadiy Leontyev</a>
87 </li> 94 </li>
88 95
89 </ul> 96 </ul>