summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html8
-rw-r--r--schedule.html7
-rw-r--r--style.css3
3 files changed, 13 insertions, 5 deletions
diff --git a/index.html b/index.html
index 372b183..e971400 100644
--- a/index.html
+++ b/index.html
@@ -85,22 +85,22 @@
<!-- elimiatory games -->
<div id="Q1" class="quarter shadow">
<h2>Quarter-final 1</h2>
- <p>1<sup>st</sup> of group A vs 2<sup>nd</sup> of group B</p>
+ <p>{Pedro, Peter} vs Nighthawks</p>
</div>
<div id="Q2" class="quarter shadow">
<h2>Quarter-final 2</h2>
- <p>1<sup>st</sup> of group B vs 2<sup>nd</sup> of group A</p>
+ <p>Cake and Death vs Olympic Croquet</p>
</div>
<div id="Q3" class="quarter shadow">
<h2>Quarter-final 3</h2>
- <p>1<sup>st</sup> of group C vs 2<sup>nd</sup> of group D</p>
+ <p>{Sandy, Jinyun} vs 2<sup>nd</sup> of group D</p>
</div>
<div id="Q4" class="quarter shadow">
<h2>Quarter-final 4</h2>
- <p>1<sup>st</sup> of group D vs 2<sup>nd</sup> of group C</p>
+ <p>1<sup>st</sup> of group D vs Red and Ruskie</p>
</div>
<br class="spacer"/>
diff --git a/schedule.html b/schedule.html
index 78a0052..65f73c3 100644
--- a/schedule.html
+++ b/schedule.html
@@ -38,6 +38,13 @@
<tr><td><strong>5:15pm</strong></td><td>Group A - Olympics Croquet vs {Pedro, Peter}</td><td>5 - 10</td></tr>
<tr><td><strong>5:30pm</strong></td><td>Group C - {Sandy, Jinyun} vs {Vijay, Zhen}</td><td>10 - 1</td></tr>
</table>
+
+ <h2>Wednesday, August 8th (Quarter-Finals)</h2>
+
+ <table>
+ <tr><td><strong>1:00pm</strong></td><td>{Pedro, Peter} vs Nighthawks</td><td></td></tr>
+ <tr><td><strong>1:15pm</strong></td><td>Cake and Death vs Olympic Croquet</td><td></td></tr>
+ </table>
</div> <!-- calendar -->
<div id="beaver" class="center">
diff --git a/style.css b/style.css
index 7cf082f..b46ec97 100644
--- a/style.css
+++ b/style.css
@@ -149,9 +149,9 @@ tr:nth-child(even) {
margin: 15px;
border: thin solid;
border-radius: .75em;
+ font-size: 98%;
width: 220px;
height: 130px;
- font-size: 98%;
}
#groupA {
@@ -211,6 +211,7 @@ tr:nth-child(even) {
width: 220px;
height: 80px;
background-color: #BB86FF;
+ font-size: 98%;
}
.semi {