Skip to content

Instantly share code, notes, and snippets.

@jonahlyn
Created March 19, 2010 15:25
Show Gist options
  • Save jonahlyn/337592 to your computer and use it in GitHub Desktop.
Save jonahlyn/337592 to your computer and use it in GitHub Desktop.
Ugly announcements example. http://jsbin.com/gist/337592
/* There is no javascript in this example */
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<meta charset=utf-8 />
<title>Ugly Announcements</title>
</head>
<body>
<div style="font-size: 12px;">
<style>
.bold { font-weight:bold;}
.small {font-size:10px;}
</style>
<p>
<span class="bold">Planned Electrical Outage 04/09/10 4:30am-6:00am</span>
<br>
An Electrical Power Outage is planned for April 09, 2010 from 4:30am-6:00am in the Economics building #57 and Social Sciences building #78. This is required for Safety Equipment testing for lighting and automatic power transfer switches. Please remember to power off all computer and sensitive electrical equipment prior to the outage.<br>&nbsp;<br>Please note that elevators in these buildings will also be affected.<br> <br> Please <a href="https://unm.custhelp.com/cgi-bin/unm.cfg/php/enduser/std_adp.php?p_faqid=1681">contact the IT Support Center</a> at 277-5757 if you have further questions.
</p>
<p>
<span class="bold">Planned Power Outage Saturday 4/03/10 5:00 A.M. to 12-Noon</span>
<br>
The Student Health and University Honors Program division (Building 73) will undergo a planned power outage on Saturday, April 3rd from 5:00am to 12:00noon. This is a required outage to test the emergency lighting systems and building electrical systems. It is recommended that computers and sensitive equipment should be turned off prior to the outage.<br> <br> Please note that elevators will not be functional during the outage.<br> <br> Please <a href="https://unm.custhelp.com/cgi-bin/unm.cfg/php/enduser/std_adp.php?p_faqid=1681">contact the IT Support Center</a> at 277-5757 if you have further questions.
</p>
<p>
<span class="bold">Planned Electrical Outage 3/26/10 5:00am - 6:30am</span>
<br>
The Technology and Education building (number 64 on the UNM Campus Map) will undergo a planned power outage on Friday, March 26th from 5:00am to 6:30am. This is a required outage to test the emergency lighting systems. It is recommended that computers and sensitive equipment should be turned off prior to the outage. <br> <br> Please note that elevators will not be functional during the outage, and there will be a loss of data and VoIP service for tenants of this building.<br> <br> Please <a href="https://unm.custhelp.com/cgi-bin/unm.cfg/php/enduser/std_adp.php?p_faqid=1681">contact the IT Support Center</a> at 277-5757 if you have further questions.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment