Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit bf06ad0

Browse files
committed
Add banner
1 parent 402f1fa commit bf06ad0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
55
<title>File Uploader</title>
66
<link href="css/basic.css" type="text/css" rel="stylesheet" />
7+
<style>
8+
/* Logo */
9+
.header {
10+
background: #247201 url(http://filamentgroup.com/images/headerbg-new.jpg) no-repeat bottom left;
11+
}
12+
#fg-logo {
13+
text-indent: -9999px;
14+
margin: 0 auto;
15+
width: 287px;
16+
height: 52px;
17+
background-image: url(http://filamentgroup.com/images/fg-logo-icon.png);
18+
}
19+
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5){
20+
#fg-logo {
21+
background-size: 287px 52px;
22+
background-image: url(http://filamentgroup.com/images/fg-logo-icon-lrg.png);
23+
}
24+
}
25+
</style>
726
<script type="text/javascript" src="http://filamentgroup.github.com/EnhanceJS/enhance.js"></script>
827
<script type="text/javascript">
928
// Run capabilities test
@@ -18,6 +37,9 @@
1837
</script>
1938
</head>
2039
<body>
40+
<div class="header">
41+
<a href="http://filamentgroup.com/"><h1 id="fg-logo">Filament Group</h1></a>
42+
</div>
2143

2244
<!-- realistic form attributes: <form action="#" method="post" enctype="multipart/form-data"> -->
2345
<form action="#">

0 commit comments

Comments
 (0)