Organize images
This commit is contained in:
parent
5ae68cc520
commit
a64b78301b
|
@ -1,9 +1,9 @@
|
|||
<div id="map_canvas">
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<img id="boston-logo" src="images/boston-logo.png">
|
||||
<img id="cert-logo" src="images/cert-logo.png">
|
||||
<img id="cfa-logo" src="images/cfa-logo.png">
|
||||
<img id="boston-logo" src="images/logos/boston.png" alt="City of Boston" title="City of Boston" />
|
||||
<img id="cert-logo" src="images/logos/cert.png" alt="Community Emergency Response Team" title="Community Emergency Response Team" />
|
||||
<img id="cfa-logo" src="images/logos/cfa.png" alt="Code for America" title="Code for America" />
|
||||
<h1>Adopt a Hydrant</h1>
|
||||
<p>
|
||||
Take responsibility for shoveling out a fire hydrant after it snows.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -12,14 +12,14 @@ body {
|
|||
#map_canvas {
|
||||
float: left;
|
||||
height: 100%;
|
||||
width: 70%;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
float: left;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
width: 30%;
|
||||
width: 25%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue