-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (128 loc) · 4.29 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>
Leagify Draft Charts
</title>
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel="stylesheet">
<link href="css/draftcharts-home.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Draft Charts</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="draftcharts-home.html">Home</a>
</li>
<li>
</li>
<li>
</li>
<li class="dropdown open">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Charts<div class="pull-right"><b class="caret"></b></div></a>
<ul class="dropdown-menu">
<li id="">
<a href="draftresults-top100-2009to2014.html">Top 100 schools of the last 5 years</a>
</li>
<li>
<a href="draftresults-allschools-2005to2014.html">Complete review of the last 10 years</a>
</li>
<li>
<a href="2015-potential.html">2015 - Preview</a>
</li>
<li class="divider">
</li>
<li class="dropdown-header">
Draft History - Top 50 Lists
</li>
<li>
<a href="2015-draftresultsbyposition.html">2015</a>
</li>
<li>
<a href="2014-draftresults-top50.html">2014</a>
</li>
<li>
<a href="2013-draftresults-top50.html">2013</a>
</li>
<li>
<a href="2012-draftresults-top50.html">2012</a>
</li>
<li>
<a href="2011-draftresults-top50.html">2011</a>
</li>
<li>
<a href="2010-draftresults-top50.html">2010</a>
</li>
<li>
<a href="2009-draftresults-top50.html">2009</a>
</li>
</ul>
</li>
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action
-->
<div class="jumbotron">
<div class="container">
<h1>
Welcome to Leagify's Draft Charts!
</h1>
<img src="https://s3.amazonaws.com/media.jetstrap.com/yDdPLL4YSuxPNZgQ0ln0_hipsterlogogenerator_1423023948291.png">
<p>
This site has some information about the professional football draft from
the point of view of the alma mater, which is helpful when playing the
Leagify fantasy alma mater draft.
</p>
<div>
Want to learn more about Leagify? Check out the
<a href="http://signup.leagify.me/">signup page</a>
and discuss on the
<a href="http://discourse.leagify.me/t/nfl-draft-alma-mater-league-beta/16/2">forums</a>
!
</div>
<p>
</p>
<p>
</p>
</div>
</div>
<!-- /container -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
>
</script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
>
</script>
<div class="container">
<!-- Example row of columns -->
<hr>
<footer>
<p>
<br>
<img src="https://s3.amazonaws.com/media.jetstrap.com/3ITIUxWNTZuJpVPqBpfw_leagify.png"
width="300">
</p>
<p>
© Leagify 2015
</p>
</footer>
</div>
</body>
</html>