-
Notifications
You must be signed in to change notification settings - Fork 0
/
lakerstrade.php
54 lines (42 loc) · 3.18 KB
/
lakerstrade.php
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
<html><head>
<?php require 'CORE/head.php'; ?>
<link href="CSS/lakerstrade.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php include 'CORE/navbar.php'; ?>
<div class="container">
<div class="section" id="intro" data-stellar-background-ratio="0.5">
<div class="container">
<div class="text-center">
<h1 class="text_welcome hvr-float hvr-underline-from-left">LAKERS TRADE PROSPECTS: BEST PLAYER AVAILABLE AT EVERY POSITION</h1>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="IMG/lakers2.jpg" class="img-responsive">
</div>
<div class="col-md-8">
<p> The NBA trade deadline is now only two days away and according to sources, trade talks are beginning to heat up around the league
Though it seems doubtful that the Lakers make a substantial move at the deadline, or any trades at all for that matter, with more and more names being thrown into the pot every minute, a blockbuster trade somewhere in the league appears inevitable at this point.
Los Angeles’ stagnation revolves around many things, but is mostly due to the fact that they are unwilling to break up their young core, which is actually good news for the Lakers. That said, the pieces they are willing to part with — Roy Hibbert, Nick Young, Lou Williams, Brandon Bass — aren’t likely to bring in a large haul.
Regardless, it is interesting to see some of the names on the trading block, players that could seriously shift the momentum for a team, quickly turning them from pretender to contender.
Point Guard: Jeff Teague
Honorable Mention: Ricky Rubio
Sadly, since entering the league, Atlanta Hawks point guard, Jeff Teague, has been wildly underrated. Likely due to his mild mannered demeanor, Teague continues to fly under the radar almost every year.
Subtracting Russell Westbrook and Stephen Curry from the equation, who are statistical outliers, when comparing his per 36 minute stats to the rest of the point guards in the league, Teague is actually one of the best in the business.
Report: Pacers Want to Trade George Hill for Jeff Teague https://t.co/iSAv065YoM pic.twitter.com/hSlDES91mU
— Jared Wade (@8pts9secs) February 9, 2016
Averaging just around 19 points, 3 rebounds and 7 assists per 36, he’s shown his ability to run an NBA offense, leading the Hawks to a 31-24 record, good for fourth in the Eastern Conference. Seeing how the Hawks were willing to entertain the Indiana Pacers’ offer of George Hill for Teague, it’s apparent that Atlanta still doesn’t appreciate what a gem they happened to stumbled upon.
That said, plenty of teams could benefit by trading for the sixth year point guard. Imagine a team like the San Antonio Spurs trading for Teague to bolster their bench and prepare for life without Tony Parker. Scary thought.
</p>
</div>
</div>
</div>
</div>
</div>
<?php include 'CORE/footer.php'; ?>
</body></html>