| @@ -0,0 +1,98 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <link type = "text/css" rel="stylesheet" href= "start.css"/> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| <title> FantasyStars Homepage</title> | ||
| </head> | ||
| <body> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
| <script src="script.js"></script> | ||
|
|
||
| <div id = "menu"> | ||
| <h1> <a href = "index.html" style="text-decoration:none";>FantasyStars </a></h1> | ||
| <div id = "menu_wrapper"> | ||
| <ul> | ||
| <li><a href = "#"> articles </a> | ||
| <ul> | ||
| <li> <a href = "qbstart.html">Start-em Sit-em </a> </li> | ||
| <li><a href = "waiver.html"> Waiver Wire | ||
| </a> </li> | ||
| <li> <a href = "#">Rapid Reaction | ||
| </a> </li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> rankings </a> | ||
| <ul> | ||
| <li> <a href = "qbwrankings.html"> | ||
| Weekly Rankings </a></li> | ||
| <li> <a href = "#"> | ||
| Rest of Season Rankings </a></li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> blog </a> </li><li> | ||
| <a href = "#" >about us </a> </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class = "list"> | ||
| <h1> Start 'Em Sit 'Em </h1> | ||
| <div id = "rankingsHeader"> | ||
| <div><a href = "qbstart.html">QB</a></div> | ||
| <div><a href = "rbstart.html">RB</a></div> | ||
| <div><a href = "wrstart.html">WR</a></div> | ||
| <div><a href = "testart.html">TE</a></div> | ||
| <div><a href = "dststart.html">DST</a></div> | ||
| <div><a href = "kstart.html"> K</a></div> | ||
| </div> | ||
| <h1> Start 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table1" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://sites.middlebury.edu/pttp/files/2014/01/steven-hauschka-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Start of the Week: Steven Hauschka vs. Rams </h1> | ||
| <p> In what should be a gritty effort, expect the Seahawks to turn to their trusted kicker early and often. Hauchska is easily the top option for Week 1. </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://l3.yimg.com/bt/api/res/1.2/Pn_70IbNs_ne3dP.I8P4cQ--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/nick-novak-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Nick Novak vs. Lioins </h1> | ||
| <p> Noticing a trend here? Tough defenses lead to inefficient red-zone trips. Inefficient red-zone trips lead to fantasy points galore for kickers. Novak is a top play in Week 1. </td> | ||
| </tr> | ||
| <td><img src = "http://sports.cbsimg.net/images/football/nfl/players/60x80/1117835.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Kai Forbath vs. Dolphins </h1> | ||
| <p> While Forbath reportedly struggled in training camp, he has been a reliable play throughout his career. With the inconsistent Cousins under center, Forbath should have plenty of opportunities to convert field goals on stalled drives. </td> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| <h1> Sit 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table2" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://l.yimg.com/bt/api/res/1.2/bSdva5KXpxQbAbgSo8ZGqA--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/josh-scobee-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Sit of the Week: Josh Scobee vs. Patriots </h1> | ||
| <p> Don't get too excited about the Steelers acquisition just yet. Scobee was only a mediocre option in Jacksonville last year, and while he will have plenty of opportunities to prove himself in Pittsburgh, we'd advise staying away form him in Week 1. </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://chronicle.northcoastnow.com/files/2012/12/dawson.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Phil Dawson vs. Vikings </h1> | ||
| <p> The 49ers offense as a whole should have a tough time moving the ball in Week 1. Don't expect Dawson to get a lot of opportunities here.</td> | ||
| </tr> | ||
| <td><img src = "http://l.yimg.com/bt/api/res/1.2/fwBlLPZQI.e6HjYS27GA0Q--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/dan-carpenter-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Dan Carpenter vs. Colts </h1> | ||
| <p> Carpenter has been a very reliable option for fantasy owners, however the tides appear to be changing. Inconsistency in the preseason may relegate Carpenter to a smaller role in this offense than we initially may have thought. </td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| </div> | ||
| </body> | ||
|
|
||
| </html> | ||
|
|
| @@ -0,0 +1,76 @@ | ||
| body{ | ||
| padding: 0; | ||
| margin: 0; | ||
| overflow-y: scroll; | ||
| font-family: Calibri; | ||
| } | ||
|
|
||
| #menu{ | ||
| background-color: #7D1935; | ||
| } | ||
|
|
||
| #menu h1 a,visited{ | ||
| padding: 18px; | ||
| color: #FFFFFF; | ||
| } | ||
|
|
||
| #menu_wrapper{ | ||
| width: 960px; | ||
| margin: 0 auto; | ||
| text-align: right; | ||
| position: relative; | ||
| z-index: 40; | ||
| } | ||
|
|
||
| #menu ul{ | ||
| list-style: none; | ||
| padding: 0; | ||
| margin: 0; | ||
| position: relative; | ||
| font-size: 22px; | ||
| } | ||
|
|
||
| #menu ul li{ | ||
| display: inline-block; | ||
| } | ||
|
|
||
| #menu ul li:hover{ | ||
| background-color: #4A96AD; | ||
| } | ||
|
|
||
| #menu ul li a,visited{ | ||
| color: #F5F3EE; | ||
| display: block; | ||
| padding: 15px; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| #menu ul li:hover ul{ | ||
| display: block; | ||
| } | ||
| #menu ul ul{ | ||
| display: none; | ||
| position: absolute; | ||
| background-color: #4A96AD; | ||
| border: 5px solid #7D1935; | ||
| border-top: 0; | ||
| margin-left: -5px; | ||
| } | ||
| #menu ul ul li{ | ||
| display: block; | ||
| text-align: left; | ||
| } | ||
|
|
||
| #menu ul ul li a:hover{ | ||
| color:#2E2EFE; | ||
| } | ||
| .positionReview{ | ||
| display: none; | ||
| } | ||
|
|
||
| .activeReview{ | ||
| display: block; | ||
| } | ||
|
|
||
|
|
||
|
|
| @@ -0,0 +1,109 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <link type = "text/css" rel="stylesheet" href= "start.css"/> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| <title> FantasyStars Homepage</title> | ||
| </head> | ||
| <body> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
| <script src="script.js"></script> | ||
|
|
||
| <div id = "menu"> | ||
| <h1> <a href = "index.html" style="text-decoration:none";>FantasyStars </a></h1> | ||
| <div id = "menu_wrapper"> | ||
| <ul> | ||
| <li><a href = "#"> articles </a> | ||
| <ul> | ||
| <li> <a href = "qbstart.html">Start-em Sit-em </a> </li> | ||
| <li><a href = "waiver.html"> Waiver Wire | ||
| </a> </li> | ||
| <li> <a href = "#">Rapid Reaction | ||
| </a> </li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> rankings </a> | ||
| <ul> | ||
| <li> <a href = "qbwrankings.html"> | ||
| Weekly Rankings </a></li> | ||
| <li> <a href = "#"> | ||
| Rest of Season Rankings </a></li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> blog </a> </li><li> | ||
| <a href = "#" >about us </a> </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class = "list"> | ||
| <h1> Start 'Em Sit 'Em </h1> | ||
| <div id = "rankingsHeader"> | ||
| <div><a href = "qbstart.html">QB</a></div> | ||
| <div><a href = "rbstart.html">RB</a></div> | ||
| <div><a href = "wrstart.html">WR</a></div> | ||
| <div><a href = "testart.html">TE</a></div> | ||
| <div><a href = "dststart.html">DST</a></div> | ||
| <div><a href = "kstart.html"> K</a></div> | ||
| </div> | ||
| <h1> Start 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table1" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://l.yimg.com/bt/api/res/1.2/xwiIB9tFaCMEgwpxUcUbcQ--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/jonathan-stewart-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Start of the Week: Jonathan Stewart vs. Jaguars </h1> | ||
| <p> All signs point to a run-heavy approach for the Panthers this season. The loss of Kelvin Benjamin coupled with the unimpressive receiving corps in Carolina should lead them to rely upon the run more than they have in the past. With a juicy matchup against the Jaguars, Stewart should have a field day. </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://l1.yimg.com/bt/api/res/1.2/CFo8tq1k2IJnE1ntTYRt6g--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/doug-martin-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Doug Martin vs. Titans </h1> | ||
| <p> If the Titans preseason showing was any indication, their defense is going to have a tough time getting stops this season. On the other side, Martin looks like he may have rediscovered the burst that made him so dangerous in his rookie season. Start Martin as your RB2 with confidence. </td> | ||
| </tr> | ||
| <td><img src = "http://sports.cbsimg.net/images/football/nfl/players/60x80/2028284.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> T.J. Yeldon vs. Panthers </h1> | ||
| <p> It appears as though the Jaguars intend to use Yeldon as a true three-down workhorse back. While the offense as a whole might drag his value down, the Jaguars offense appear to be trending in the right direction. Look for Yeldon to return solid RB3/flex value in his Week 1 tilt with the Panthers. </td> | ||
| </tr> | ||
| <td><img src = "http://l1.yimg.com/bt/api/res/1.2/QoczxMtz4IBgdIhJUnYUDQ--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/chris-ivory-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Chris Ivory vs. Browns </h1> | ||
| <p> While the Browns selection of Danny Shelton should help shore up their run defense, the unit as a whole should still be largely below average. Ivory projects to be a true workhorse back in New York, and should see solid production in Week 1. </td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| <h1> Sit 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table2" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://l3.yimg.com/bt/api/res/1.2/XQJ1XoT5pgm2Sh10bI1kDA--/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NDE2O3E9NzU7dz0zMDA-/http://media.zenfs.com/en_us/Sports/ap/201505151607580797393" width= "90px" height= "110px"></td> | ||
| <td><h1> Sit of the Week: Melvin Gordon vs. Lions</h1> | ||
| <p> Don't let the offseason loss of Suh fool you into thinking this defense is any less potent. Heralded run-stuffer Haloti Ngata should ensure this unit remains a fearsome bunch. A tough matchup coupled with question marks surrounding Gordon's workload make him a low end RB2 in week 1. </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://l.yimg.com/bt/api/res/1.2/eoPXA5aoGm95FinUk75dZA--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/joique-bell-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Joique Bell vs. Chargers </h1> | ||
| <p> It's probably best for owners to temper expectations for Bell until we find out how the workload is going to be split between him, Abdullah, and Riddick. While he should still see plenty of goal-line work, Bell's role is becoming increasingly uncertain. Start him if you must, but only as a flex. </td> | ||
| </tr> | ||
| <td><img src = "https://ct.yimg.com/mr/IMAGES/PROSPECT/PHOTO/TREMASON3_29150.JPG" width= "90px" height= "110px"></td> | ||
| <td><h1> Tre Mason vs. Seahawks </h1> | ||
| <p> Mason's status for Week 1 is currently unclear, as he sustained a hamstring injury in the preseason. If he does play however, it shouldn't make too much of an impact on your lineup, as he faces a brutal matchup in the Seahawks. </td> | ||
| </tr> | ||
| <td><img src = "http://l2.yimg.com/bt/api/res/1.2/ocsUs4vGpzX_AWPRGMEHrw--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/deangelo-williams-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> DeAngelo Williams vs. Patriots </h1> | ||
| <p> Don't expect too much production out of Williams in Week 1 against a formidable Patriots defense. His value as a handcuff to Bell is handicapped by the lack of a favorable matchup in the first two weeks of the season (He plays the 49ers in Week 2). </td> | ||
| </tr> | ||
|
|
||
|
|
||
| </tbody> | ||
| </table> | ||
| </div> | ||
| </div> | ||
| </body> | ||
|
|
||
| </html> | ||
|
|
| @@ -0,0 +1,82 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <link type = "text/css" rel="stylesheet" href= "rater2.css"/> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| <title> FantasyStars Homepage</title> | ||
| </head> | ||
| <body> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
| <script src="rater.js"></script> | ||
|
|
||
| <div id = "menu"> | ||
| <h1> <a href = "index.html" style="text-decoration:none";>FantasyStars </a></h1> | ||
| <div id = "menu_wrapper"> | ||
| <ul> | ||
| <li><a href = "#"> articles </a> | ||
| <ul> | ||
| <li> <a href = "qbstart.html">Start-em Sit-em </a> </li> | ||
| <li><a href = "waiver.html"> Waiver Wire | ||
| </a> </li> | ||
| <li> <a href = "#">Rapid Reaction | ||
| </a> </li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> rankings </a> | ||
| <ul> | ||
| <li> <a href = "qbwrankings.html"> | ||
| Weekly Rankings </a></li> | ||
| <li> <a href = "#"> | ||
| Rest of Season Rankings </a></li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> blog </a> </li><li> | ||
| <a href = "#"> tools </a> </li><li> | ||
| <a href = "#" >about us </a> </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class = "positionReview" id = "wrReview1"> As a group, your starting Wide Receivers are phenomenal. In fact, we believe it will be a major contributing factor to your success in fantasy this season. Our projections believe your starting WRs are all excellent weekly options, and this position should give you very little trouble us the season unfolds. </div> | ||
| <div class = "positionReview" id = "wrReview2"> As a group, your starting Wide Receivers should be above average. We believe this position group should be a source of strength for your lineup. Our projections indicate that your starters are all more than capable of matching if not outscoring your opponents receivers on a weekly basis. </div> | ||
| <div class = "positionReview" id = "wrReview3"> As a group, your starting Wide Receivers should be slightly below average. However, if your team were to have a weakness, having it at this position is probably survivable. Based on our projections however, a scoring advantage from this position group on a weekly basis is probably an unlikely proposition. </div> | ||
| <div class = "positionReview" id = "wrReview4"> As a group, your starting Wide Receivers should be below average. This is far from a crippling sentence however, if you have managed to accumulate either high-upside players at this position, or very strong options in another position group. Nevertheless, you should be aware that this group has serious holes that could prevent your team from succeeding this season. </div> | ||
|
|
||
| <script> | ||
|
|
||
| function rateTeam(){ | ||
| // rateQB(); | ||
| // rateRB(); | ||
| rateWR(); | ||
| // rateTE(); | ||
| // rateK(); | ||
| // rateD(); | ||
| } | ||
| function rateWR(){ | ||
|
|
||
| for(var i = 0; i < wrCount; i++){ | ||
| var wrRelativeRank = myWR[i].rank - i*8; | ||
| wrRating += wrRelativeRank/teamCount; | ||
| } | ||
| wrReview(); | ||
| } | ||
| function wrReview(){ | ||
| if(wrRating < 0){ | ||
| $('#wrReview1').addClass("activeReview"); | ||
| } | ||
| else if(wrRating < wrCount*0.5){ | ||
| $('#wrReview2').addClass("activeReview"); | ||
| } | ||
| else if(wrRating > wrCount*0.5 && wrRating < wrCount){ | ||
| $('#wrReview3').addClass("activeReview"); | ||
| } | ||
| else if(wrRating > wrCount) | ||
| $('#wrReview4').addClass("activeReview"); | ||
| } | ||
| rateTeam(); | ||
| </script> | ||
| </body> | ||
|
|
||
| </html> |
| @@ -0,0 +1,98 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <link type = "text/css" rel="stylesheet" href= "start.css"/> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| <title> FantasyStars Homepage</title> | ||
| </head> | ||
| <body> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
| <script src="script.js"></script> | ||
|
|
||
| <div id = "menu"> | ||
| <h1> <a href = "index.html" style="text-decoration:none";>FantasyStars </a></h1> | ||
| <div id = "menu_wrapper"> | ||
| <ul> | ||
| <li><a href = "#"> articles </a> | ||
| <ul> | ||
| <li> <a href = "qbstart.html">Start-em Sit-em </a> </li> | ||
| <li><a href = "waiver.html"> Waiver Wire | ||
| </a> </li> | ||
| <li> <a href = "#">Rapid Reaction | ||
| </a> </li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> rankings </a> | ||
| <ul> | ||
| <li> <a href = "qbwrankings.html"> | ||
| Weekly Rankings </a></li> | ||
| <li> <a href = "#"> | ||
| Rest of Season Rankings </a></li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> blog </a> </li><li> | ||
| <a href = "#" >about us </a> </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class = "list"> | ||
| <h1> Start 'Em Sit 'Em </h1> | ||
| <div id = "rankingsHeader"> | ||
| <div><a href = "qbstart.html">QB</a></div> | ||
| <div><a href = "rbstart.html">RB</a></div> | ||
| <div><a href = "wrstart.html">WR</a></div> | ||
| <div><a href = "testart.html">TE</a></div> | ||
| <div><a href = "dststart.html">DST</a></div> | ||
| <div><a href = "kstart.html"> K</a></div> | ||
| </div> | ||
| <h1> Start 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table1" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://l2.yimg.com/bt/api/res/1.2/1_G1qM47_TPQVf_pzrSmMg--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/jordan-cameron-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Start of the Week: Jordan Cameron vs. Redskins </h1> | ||
| <p> We've already mentioned that we're high on Jarvis Landry and Ryan Tannehill this week so were bringing Cameron to the party as well. A talented pass-catcher in his own right, Cameron struggled with concussions last year. Expect a bounce-back campaign, starting with a strong showing in Week 1. </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://images.fantasypros.com/images/nfl/players/195x270/3b7a1409-d154-4e5c-8c94-9d4a0e0993c7-20141024.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Jared Cook vs. Seahawks </h1> | ||
| <p> Against the Seahawks? For some odd reason, the 'Hawks seemed to struggle to contain TEs in 2014. The most memorable performance was Antonio Gates three TD performance in Week 2. Cook is quick, and should be able to enjoy even more success if Kam is out of action.</td> | ||
| </tr> | ||
| <td><img src = "http://images.fantasypros.com/images/nfl/players/195x270/14ecf9dd-3a77-4847-8e62-407cd1182f1c-20140530.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Tyler Eifert vs. Raiders </h1> | ||
| <p> Eifert has been earning rave reviews in the offseason for his improved playmaking. He was said to have been "uncoverable" in practice. In a cupcake matchup against the Raiders, owners can bet that the Eifert hype train will only continue to pick up steam. </td> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| <h1> Sit 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table2" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://l1.yimg.com/bt/api/res/1.2/Kum2XhhzEffwGyD_cHdPow--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/owen-daniels-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Sit of the Week: Owen Daniels vs. Ravens</h1> | ||
| <p> The Ravens secondary prides itself on being a physical outfit, holding big names like Jimmy Graham to relatively pedestrian numbers. With a far less talented option like Daniels, expecting anything more than low-end TE1 value is too optimistic.</td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://l1.yimg.com/bt/api/res/1.2/a_4Xa.VGzq7ADvO40.Cw5Q--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/kyle-rudolph-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Kyle Rudolph vs. 49ers </h1> | ||
| <p> It seems like Rudolph earning MVP of the Pro Bowl happened just yesterday. Since then, Rudolph has struggled to stay on the field, and against an imposing 49ers corps anchored by Navorro Bowman, Rudolph will struggle to get open looks. Start him at your own risk. </td> | ||
| </tr> | ||
| <td><img src = "http://content.rotowire.com/images/headshots/nfl/xt.fss.l.nfl.com-p.12596.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Eric Ebron vs. Chargers </h1> | ||
| <p> Ebron could prove to be a sneaky fantasy option this year, and he figures to see easy matchups with Megatron and Tate being the focal points of hte passing game. In Week 1 however, he will face a secondary that conceded just three touchdowns to tight ends all of last season. Keep him on the bench for now. </td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| </div> | ||
| </body> | ||
|
|
||
| </html> | ||
|
|
| @@ -0,0 +1,109 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <link type = "text/css" rel="stylesheet" href= "start.css"/> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| <title> FantasyStars Homepage</title> | ||
| </head> | ||
| <body> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
| <script src="script.js"></script> | ||
|
|
||
| <div id = "menu"> | ||
| <h1> <a href = "index.html" style="text-decoration:none";>FantasyStars </a></h1> | ||
| <div id = "menu_wrapper"> | ||
| <ul> | ||
| <li><a href = "#"> articles </a> | ||
| <ul> | ||
| <li> <a href = "qbstart.html">Start-em Sit-em </a> </li> | ||
| <li><a href = "waiver.html"> Waiver Wire | ||
| </a> </li> | ||
| <li> <a href = "#">Rapid Reaction | ||
| </a> </li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> rankings </a> | ||
| <ul> | ||
| <li> <a href = "qbwrankings.html"> | ||
| Weekly Rankings </a></li> | ||
| <li> <a href = "#"> | ||
| Rest of Season Rankings </a></li> | ||
| </ul> | ||
| </li><li> | ||
| <a href = "#"> blog </a> </li><li> | ||
| <a href = "#" >about us </a> </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class = "list"> | ||
| <h1> Start 'Em Sit 'Em </h1> | ||
| <div id = "rankingsHeader"> | ||
| <div><a href = "qbstart.html">QB</a></div> | ||
| <div><a href = "rbstart.html">RB</a></div> | ||
| <div><a href = "wrstart.html">WR</a></div> | ||
| <div><a href = "testart.html">TE</a></div> | ||
| <div><a href = "dststart.html">DST</a></div> | ||
| <div><a href = "kstart.html"> K</a></div> | ||
| </div> | ||
| <h1> Start 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table1" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://bloximages.chicago2.vip.townnews.com/chippewa.com/content/tncms/assets/v3/editorial/1/27/127b6332-7c99-5818-8d0c-e439838ce38f/5580e7a38c713.image.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Start of the Week: Davante Adams vs. Bears </h1> | ||
| <p> The best QB in the NFL takes on one of the worst secondaries. The Packers should dominate the Bears, with Adams being a big part of it. We only hope that the game doesn't get too out of hand, otherwise the starters might head to the bench early. He is a low-end WR1 in Week 1. </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "http://img1.findthebest.com/sites/default/files/5246/media/images/_3931621.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Jarvis Landry vs. Redskins </h1> | ||
| <p> With the news that DeVante Parker will be ready for Week 1, Landry's value does take a small hit. However, against a shaky Redskins secondary, Landry should prove to be a strong WR2 play. </td> | ||
| </tr> | ||
| <td><img src = "http://l.yimg.com/bt/api/res/1.2/2p.ySuX8xu2Kf5F_5HhRSQ--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/vincent-jackson-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Vincent Jackson vs. Titans </h1> | ||
| <p> With a lot of attention headed towards Mike Evans (rightfully so), it appears fantasy owners have forgotten another fantasy stud: V-Jax. Keep in mind Vincent Jackson tallied almost identical yardage to Mike Evans, with even more targets. Jackson figures to play a heavy role, and is a high upside WR2. </td> | ||
| </tr> | ||
| <td><img src = "http://images.fantasypros.com/images/nfl/players/195x270/cfb0ff68-51cb-4dad-ba81-f9e019a93a91-20150717.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Nelson Agholor vs. Falcons </h1> | ||
| <p> While many are expecting big things out of Matthews this season, don't forget Agholor. Early indications are that Matthews will play a majority of his snaps from the slot, meaning Agholor should have plenty of opportunities on the outside. Against a weak secondary, Agholor should be able to easily return WR2 outing. </td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| <h1> Sit 'Em </h1> | ||
| <div id = "start"> | ||
| <table id = "table2" > | ||
| <tbody> | ||
| <tr> | ||
| <td><img src = "http://st.snimg.com/image/nfl/headshots/5521-smith-steve_large.png" width= "90px" height= "110px"></td> | ||
| <td><h1> Sit of the Week: Steve Smith Sr. vs. Broncos</h1> | ||
| <p> Steve Smith continues to defy the odds and put up respectable fantasy numbers. However, a tough matchup with the Broncos in Week 1 means he will have his work cut out for him. The lack of comparable talent in Baltimore means he should see a lot more double teams. Smith is a low-end flex play in Week 1.</td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td><img src = "https://bigmoneyleaguelive.s3.amazonaws.com/headshots/NFL/BUF/7d80b51f-1462-442e-aa7f-8c320a62deed.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Sammy Watkins vs. Colts </h1> | ||
| <p> The good news for Watkins is that he finally appears to have help in the form of a capable QB. Tyrod Taylor looked more than serviceable in the preseason, giving the Bills a legit dual-threat QB. However, a date with Vontae Davis does put a dampener on Watkins Week 1 prospects. Start him as a low-end WR2. </td> | ||
| </tr> | ||
| <td><img src = "http://images.fantasypros.com/images/nfl/players/195x270/3e618eb6-41f2-4f20-ad70-2460f9366f43-20141024.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Desean Jackson vs. Dolphins </h1> | ||
| <p> Jackson has always been a boom or bust weapon. His Week 1 bout with the Dolphins appears to be of the latter variety. The Dolphins should generate a ton of pressure against a suspect line, meaning the deep ball might get pushed aside for the shorter/intermediate routes. Don't forget about Brent Grimes either, as he figures to play a huge part in holding Jackson to what should be a flex play. </td> | ||
| </tr> | ||
| <td><img src = "http://l3.yimg.com/bt/api/res/1.2/g24kS2BrIG35Gw0mxDDOrg--/YXBwaWQ9eW5ld3NfbGVnbztpbD1wbGFuZTtxPTc1O3c9NjAw/http://media.zenfs.com/en/person/Ysports/mike-wallace-football-headshot-photo.jpg" width= "90px" height= "110px"></td> | ||
| <td><h1> Mike Wallace vs. 49ers </h1> | ||
| <p> In what figures to be a low scoring affair against the 49ers, expect the run game to take front and center. The presence of two Pro bowlers in Antoine Bethea and Eric Reid figure to make Wallace's chances of a long bomb all the more improbable. </td> | ||
| </tr> | ||
|
|
||
|
|
||
| </tbody> | ||
| </table> | ||
| </div> | ||
| </div> | ||
| </body> | ||
|
|
||
| </html> | ||
|
|