Skip to content

Commit f18da7c

Browse files
committed
cleanup
1 parent 39cd026 commit f18da7c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
margin: 0 auto;
1717
width: 700px;
1818
}
19+
#urgent {
20+
color: #ff4444;
21+
}
1922
h1 { font-size: 3em; color: #004488; margin-bottom: 1px; }
2023
h1 .small { font-size: 0.4em; }
2124
h1 a { text-decoration: none }
@@ -38,9 +41,10 @@
3841
<div id="container">
3942
<table width=100%>
4043
<tr><td align=left width=80%><h1>Programming the Cloud</h1></td>
41-
<td style="vertical-align: bottom; text-align: right" rowspan=2 width=20%><img style="border:0;" src="images/UCSeal122x122.gif"></td>
44+
<td style="vertical-align: middle; text-align: right" rowspan=3 width=20%><img style="border:0;" src="images/UCSeal122x122.gif"></td>
4245
</tr>
4346
<tr><td><h2>CS194-017, Fall 2011, UC Berkeley</h2></td></tr>
47+
<tr><td>Instructors: <a href="http://db.cs.berkeley.edu/jmh">Joe Hellerstein</a> and <a href="http://www.cs.berkeley.edu/~palvaro">Peter Alvaro</a>.</td></tr>
4448
</table>
4549
<!--
4650
<h1><a href="http://github.com/programthecloud/ptcrepo">ptcrepo</a>
@@ -49,12 +53,12 @@ <h1><a href="http://github.com/programthecloud/ptcrepo">ptcrepo</a>
4953
<!-- <div class="description">
5054
UC Berkeley Computer Science 194-017: Programming the Cloud
5155
</div> -->
52-
53-
<hr/>
54-
<p>Instructors: <a href="http://db.cs.berkeley.edu/jmh">Joe Hellerstein</a> and <a href="http://www.cs.berkeley.edu/~palvaro">Peter Alvaro</a>.</p>
55-
<p>The course explores both distributed systems fundamentals and new challenges in cloud computing, through a practical lens of software development. As part of the course, students undertake significant software development in a language for distributed systems like <a href="http://bloom-lang.org">Bloom</a> or <a href="http://www.erlang.org">Erlang</a>.</P>
56+
<hr/>
57+
<p>The course explores cloud computing&ndash;distributed systems fundamentals and new challenges&ndash;through a practical lens of software development. As part of the course, students undertake significant software development in a language for distributed systems like <a href="http://bloom-lang.org">Bloom</a> or <a href="http://www.erlang.org">Erlang</a>.</P>
5658

5759
<H2>Resources</H2>
60+
<div id="urgent"><B>Have questions about getting into the course? See the <a href="https://github.com/programthecloud/ptcrepo/wiki/FAQ">FAQ!</a></B></div>
61+
5862
<ul>
5963
<li><a href="https://github.com/programthecloud/ptcrepo/wiki/Announcements">Class Announcements</a></li>
6064
<li><a href="https://github.com/programthecloud/ptcrepo/wiki/FAQ">FAQ</a></li>

0 commit comments

Comments
 (0)