Skip to content

Instantly share code, notes, and snippets.

@frewsxcv
Created June 9, 2011 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frewsxcv/1017463 to your computer and use it in GitHub Desktop.
Save frewsxcv/1017463 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>CAL FIRE San Luis Obispo - Project Landing Page</title>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.3.0/build/cssreset/reset-min.css">
<link rel='stylesheet' href='style.css' />
<link href="http://fonts.googleapis.com/css?family=Crimson+Text:bold,400italic,600,600italic,700,700italic" rel="stylesheet" type="text/css" >
</head>
<body>
<h1>CAL FIRE San Luis Obispo Current Projects</h1>
<div id="wrapper">
<div class="bubble">
<a href="http://cfslo.no-ip.org/Ushahidi_Web/">
<img src="img/ushahidi.png" alt="" />
</a>
</div>
<div class="bubble">
<!--<a href="http://cfslo.no-ip.org/opengeo/dashboard">-->
<a href="http://cfslo.no-ip.org:8080/dashboard">
<img src="img/ogsuite.png" alt="" />
</a>
</div>
<div class="bubble">
<a href="http://cfslo.no-ip.org:8000">
<img src="img/geonode.png" alt="" />
<p>(OFF)</p>
</a>
</div>
<div class="smallbubble">
<a href="http://cfslo.no-ip.org:8889">
<p>TileMill</p>
</a>
</div>
<div class="smallbubble">
<a href="http://cfslo.no-ip.org:8888/">
<p>TileStream (OFF)</p>
</a>
</div>
<div class="smallbubble">
<a href="http://cfslo.no-ip.org/incident/viewer">
<p>Incident Viewer</p>
</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment