Skip to content

Instantly share code, notes, and snippets.

@andyhullinger
Created October 11, 2021 12:50
Show Gist options
  • Save andyhullinger/76549dc7e75d8099e404ddd62a883e47 to your computer and use it in GitHub Desktop.
Save andyhullinger/76549dc7e75d8099e404ddd62a883e47 to your computer and use it in GitHub Desktop.
Project 2 Sketch — Ross Shinberg
<article>
<header>
<h1> Mason Men’s Basketball 2019-2020 Nonconference Schedule Breakdown </h1>
<h2> BY ROSS SHINBERG STAFF WRITER </h2>
</header>
<figure>
<img src="https://northwestern.box.com/shared/static/4c4mwi6z5rhb0u7qu3nceyuh4bvuvgh6.png">
<figcaption>
Mason forward A.J. Wilson emphatically dunks a ball during a game against Richmond.
<small>Photo courtesy of Mason Athletics</small>
</figcaption>
</figure>
<p> <span class="dropcap">A</span>fter a disappointing 6-7 nonconference record last season, the Mason Patriots will look to start the 2019-2020 season on a much higher note. </p>
<p> There are a handful of dates that Mason fans should circle on their calendars, but perhaps the biggest circle should go on Nov. 22, as the Patriots will take a bus ride up to College Park, Maryland., to take on the Terrapins. </p>
<p> Maryland is ranked seventh in the preseason Associated Press Poll and 16th by college basketball statistician Ken Pomeroy. The Terps have made the NCAA Tournament in four of the last five seasons and have been seeded as high as fourth. Last season, as a six seed, they fell in the Round of 32 to LSU. </p>
<p> The only other team on Mason’s nonconference schedule that has an inside track to an NCAA Tournament bid are the TCU Horned Frogs. The Patriots will travel down to Fort Worth, Texas, on Dec. 30 for a game that will conclude nonconference play for both teams. </p>
<p> When watching the game, Patriot fans might see a familiar face on the TCU side of the Schollmaier Arena. Former Mason starter Jaire Grayer joined TCU this season as a graduate transfer after spending the past four years in the green and gold. </p>
<p> Last season, Mason played in the Emerald Coast Classic, a special in-season tournament for a select group of schools. This year, Mason accepted an invitation to the Cayman Island Classic, featuring a field of eight teams — including in-state rival Old Dominion University and 2018 NCAA Final Four member Loyola University Chicago. </p>
<p> The Patriots will begin the tournament by playing Old Dominion on Nov. 25 and will face either Nebraska or Washington State the following day. Mason will play again on Nov. 27, concluding three days of basketball in George Town. </p>
<p> Of course, a Mason basketball schedule is not complete without a faceoff against James Madison University (JMU). The Dukes will return to EagleBank Arena on Nov. 16 after taking a 66-53 loss in the same building last season. </p>
<blockquote> Since 2005, Mason is 22-2 against JMU and is 13-0 at home against the Dukes during that period. </blockquote>
<p> Shortly after students have wrapped up final exams for the fall semester, Mason will welcome the UMBC Retrievers to EagleBank Arena on Dec. 21. UMBC shocked the college basketball world in 2018, becoming the first No. 16 seed to defeat a No. 1 seed in NCAA Men’s Tournament history. </p>
<p> But before any of these games tip-off, Mason will host Navy on Tuesday, Nov. 5, to start the 2019-2020 season. The Patriots defeated the Midshipmen last season, 84-63. </p>
<p> The Patriots will open the season with five consecutive home games before their clash against Maryland. Eight of Mason’s thirteen nonconference games will take place in Fairfax. </p>
<p> For a team that lost Otis Livingston II as a graduating senior last year, Ian Boyd, who is out for the season with a wrist injury, and Justin Kier for the start of the season, the home games early on will serve as critical building blocks before the competition increases later in the month and into December. </p>
<p> (Down here, I want to add a srollable schedule from the GMU website. I think this makes sense so that people who read the full article can see all of the teams and dates of games. It is accessible via this link: https://gomason.com/sports/mens-basketball/schedule/2019-20)</p>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1{
text-align: center;
font-family: Georgia;
}
h2{
text-align: center;
font-family: georgia;
font-weight: normal;
}
.dropcap {
font-family: "Domaine";
font-size: 300%;
line-height: 0.5;
float: left;
padding-right: 0.05em;
padding-top: 0.3em;
color: green;
}
p{
line-height: 250%;
}
figure{
width: 400px;
height: 400px;
display: flex;
}
figcaption{
background-color: orange;
width: 300px;
display: flex;
justify-content: flex-end;
flex-wrap: wrap-reverse;
}
blockquote{
font-size: 1.8em;
width: 40%;
height: 50%
margin: auto;
color: green;
padding: 0.5em 15px 0.5em 25px;
border-left: 5px solid gold;
border-top: 5px solid gold;
border-right: 5px solid gold;
border-bottom: 5px solid gold;
line-height: 1.6;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment