-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (65 loc) · 3.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundation</title>
<link rel="stylesheet" href="stylesheets/app.css" />
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:800italic,400,700,800|Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<script src="bower_components/modernizr/modernizr.js"></script>
</head>
<body>
<!-- TOP BAR -->
<!-- <div style="background-color:#212121;opacity:0.8;">
<img class="logo" src="http://dptv.denverpost.com/wp-content/themes/gigawatt/images/denverpost.png" alt="">
</div> -->
<div class="row" style="height:200px;">
</div>
<div class="row">
<div class="small-12 medium-6 large-4 large-centered medium-centered columns panel">
<a href="http://denverpost.com/thesportsshow"><img class="display" src="img/sportsshow.png" alt=""></a>
<h1 style="text-align:center;">WEEKDAYS, 1-3 pm</h1>
<h6 style="text-align:center;"><a href="http://denverpost.com/thesportsshow">denverpost.com/thesportsshow</a></h3>
<p>Get clips & news delivered to your inbox.</p>
<div class="row">
<div class="large-12 columns">
<script type ="text/javascript">
document.write('<style type="text/css"> \n\
#mj-tease {} \n\
#mj-tease .mj-form { width:100%; display:block; } \n\
#mj-tease .mj-form p { margin: 0; display:block; } \n\
#mj-tease .mj-form input[type=text] { clear:both; } \n\
#mj-tease .mj-form input[type=submit] {clear:both; } \n\
#mj-tease h2 { } \n\
</style>')
</script>
<div id="mj-tease">
<div class="mj-form">
<form action="http://neighbors.denverpost.com/app/mailer/" method="post" name="sportsshow" style="margin:0;">
<input type="hidden" name="keebler" value="goof111" />
<input type="hidden" name="goof111" value="TRUE" />
<input type="hidden" name="redirect" id="inputRedirURL" value="" />
<input type="hidden" name="id" value="autoadd" />
<input type="hidden" name="which" value="sportsshow" />
<input type="text" name="name_first" value="Humans: Do Not Use" style="display:none;" />
<p style="height:75px;text-align:center;"><input placeholder="Email Address" type="text" name="email_address" maxlength="50" value="" />
<input class="button radius expand" type="submit" name="submit" value="SUBMIT" />
</p>
<div class="clear"></div>
</form>
<script type="text/javascript">
document.getElementById('inputRedirURL').value = document.URL;
</script>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/foundation/js/foundation.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>