Skip to content

Commit 5cdbae7

Browse files
committed
adding header
1 parent 6b34245 commit 5cdbae7

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

index.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,36 @@
22
<html>
33
<head>
44
<title>Map Maker</title>
5-
<meta name="generator" content="BBEdit 11.1" />
5+
<meta charset="utf-8" />
66
<script src="js/jquery.min.js"></script>
77
<script src="js/jscolor.js"></script>
88
<script src="js/mapcontroller.js"></script>
99
<style type="text/css">
1010
body {
1111
font-family: Arial, sans-serif;
1212
font-size: 16px;
13-
margin: 20px;
13+
margin: 0 20px 20px 20px;
1414
}
1515
form, figure {
1616
margin: 0;
1717
padding: 0;
1818
}
19+
div.header {
20+
width: 1160px;
21+
margin: 0 auto 20px auto;
22+
padding: 10px 20px;
23+
background-color: #e5f5ff;
24+
}
25+
.tool-title {
26+
font-size: 28px;
27+
line-height: 35px;
28+
font-weight: bold;
29+
}
30+
.details {
31+
float: right;
32+
font-size: 16px;
33+
line-height: 35px;
34+
}
1935
div.columns {
2036
position: relative;
2137
width: 1160px;
@@ -27,7 +43,6 @@
2743
float: left;
2844
padding: 0 7px;
2945
}
30-
3146
.jscolor {
3247
width: 180px;
3348
height: 40px;
@@ -59,6 +74,10 @@
5974
</style>
6075
</head>
6176
<body>
77+
<div class="header">
78+
<span class="tool-title">U.S. Map Infographic Tool</span>
79+
<div class="details"><a href="https://github.com/kaldari/SVG-map-maker">Source code</a><a href="https://github.com/kaldari/SVG-map-maker/blob/master/CREDITS.txt">Credits</a><a href="https://github.com/kaldari/SVG-map-maker/issues">Report bugs</a></div>
80+
</div>
6281
<form action="mapgenerate.php" method="POST" style="text-align: center;">
6382
<div class="columns"">
6483
<div class="column" id="left">

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy