-
Notifications
You must be signed in to change notification settings - Fork 0
/
draftresults-top100-2009to2014.html
170 lines (166 loc) · 5.09 KB
/
draftresults-top100-2009to2014.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!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>
Top 100 Schools by NFL Draft Value 2009-2014
</title>
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel="stylesheet">
<link href="css/draftresults-top100-2009to2014.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="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">
<img src="https://s3.amazonaws.com/media.jetstrap.com/84ld1zSBT1ykSoSYkd6g_leagify.png"
width="400">
<h1>
Top 100 Schools by NFL Draft Value:
<div>
2009-2014
</div>
</h1>
<p>
</p>
</div>
</div>
<table class="table table-striped">
<tbody>
<tr>
</tr>
<tr>
</tr>
</tbody>
</table>
<div>
</div>
<ul class="list-group">
</ul>
<div class="container">
<!-- Example row of columns -->
<div>
<iframe width="1065" height="2781" seamless="" frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/1Smk-yjo-bZds0PY2PJHIJzz-PQDOQCSkzGk5zVTD4S4/pubchart?oid=779269127&format=interactive">
</iframe>
</div>
<hr>
<div class="panel panel-default">
<div class="panel-heading">
<h4>
Draft Values are calculated using these point values, with school and
draft data obtained from draft history.
</h4>
</div>
<div class="panel-body">
Top Pick: 40 Points
<div>
Picks 2-10: 35 Points
<div>
Picks 11-20: 30 Points
</div>
<div>
Picks 21-32: 25 Points
</div>
<div>
Picks 33-48: 20 Points
<div>
Picks 49-64: 15 Points
</div>
<div>
Round 3: 10 Points
</div>
<div>
Round 4: 8 Points
</div>
<div>
Round 5: 7 Points
</div>
<div>
Round 6: 6 Points
</div>
<div>
Round 7: 5 Points
</div>
</div>
</div>
</div>
</div>
<footer>
<p>
© Leagify 2015
</p>
</footer>
</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>
</body>
</html>