Site icon Technology Shout

Vikes Views: Who Do You Want to Watch Super Bowl Sunday?

Championship weekend is coming! The Seattle Seahawks will host the Los Angeles Rams and the Denver Broncos will host the New England Patriots. All four teams have had relative success recently, but three of the four have different quarterbacks. There are some guys on the team who have ties to the Vikings and there are some guys that we like to root for. I prefer the Seahawks vs. Patriots game, but I’m curious if everyone feels the same way.

seattle seahawks

The Seahawks are led by quarterback Sam Darnold, who led the Vikings to their second-most regular season wins in a year. The Vikings did match Seattle’s offer, but with J.J. McCarthy waiting in the wings, that didn’t give him a good feel for his future. Darnold was promoted by one of the best defenses in the league. They’ll be terrorizing Matthew Stafford on Sunday. They also have Vikings quarterbacks coach/offensive coordinator Klint Kubiak as their head coach. I don’t see any reason for Vikings fans to be against them other than a small rivalry that happened about 10 years ago.

Los Angeles Rams

The Los Angeles Rams defeated the Vikings twice last year. The first cost Christian Darrisso much of his season, and the second knocked the Vikings out of the playoffs in the wild-card round. The Rams helped Vikings fans knock the Bears out of the playoffs this year. Other than that, there isn’t much contact other than KOC. I love watching the Rams play and I wouldn’t hate it if they won. I just hope Darnold gets time to shine in the big game. Stafford already has his ring.

denver broncos

I can’t even think of a reason to support this coach. I can’t do it. The only way I can root for Sean Payton’s team is if they play the Packers, Bears, or Lions in the Super Bowl. With Bo Nix down, they will likely be out.

advertise

new england patriots

I don’t want to root for the Patriots either. Yet, somehow, they are the lesser of two evils. I love Stefon Diggs and appreciate everything he puts into this team. I’m also from Maine and my family are Pats fans. This way I can at least enjoy their happiness. Josh Dobbs is the No. 2 quarterback, Garrett Bradbury is their starting center, and Khyiris Tonga starts at NT, rounding out the former Vikings’ lineup.

Who do you want to see in the Super Bowl?

Choose your matchup and vote.

advertise

Seahawks v Pats — 0% (0)

Seahawks v Broncos— 0% (0)

Rams v Pats — 0% (0)

Rams v Broncos— 0% (0)

0 Total votes (stored in this browser only)

(function () { const POLL_ID = ‘superbowl-poll-v1’; const OPTIONS = [‘Seahawks v Pats’,’Seahawks v Broncos’,’Rams v Pats’,’Rams v Broncos’]; const root = document.getElementById(‘superbowl-poll’); const form = document.getElementById(‘poll-form’); const result = document.getElementById(‘result’); const voteBtn = document.getElementById(‘vote-btn’); const viewBtn = document.getElementById(‘view-results-btn’); function safeLocalStorage() { try { const k = ‘__t’; localStorage.setItem(k, ‘1’); localStorage.removeItem(k); return true; } catch (e) { return false; } } const HAS_LS = safeLocalStorage(); function getStore() { if (!HAS_LS) return { votes: Object.fromEntries(OPTIONS.map(o=>[o,0])), total: 0, votes: false }; const raw = localStorage.getItem(POLL_ID); if (raw) return JSON.parse (raw); const init = { votes: {}, total: 0, votes: false }; OPTIONS.forEach(o => init.votes[o] = 0); localStorage.setItem(POLL_ID, JSON.stringify(init)); Return to initialization; } function setStore(data) { if (HAS_LS) localStorage.setItem(POLL_ID, JSON.stringify(data)); } function updateBars() { const { Number of votes, total} = getStore(); results.querySelectorAll(‘.poll-bar’).forEach(bar => { const option = bar.getAttribute(‘data-option’); const count = number of votes[option] || 0;const pct = total? Math.round((count/total) * 100) : 0; bar.querySelector(‘.poll-bar-fill’).style.width = pct + ‘%’; bar.querySelector(‘.pct’).textContent = pct + ‘%’; bar.querySelector(‘.count’).textContent = count; }); document.getElementById(‘total-votes’).textContent = getStore().total; } function showResults() { results.style.display = ‘block’; viewBtn.setAttribute(‘aria-expanded’, ‘true’);update column(); } function markVoted() { const store = getStore(); store.voted = true; setStore(store); } function hasVoted() { return getStore().voted === true; } // Initialize updateBars(); if (hasVoted()) { form.querySelectorAll(‘Input[type=radio]’).forEach(i => i.disabled = true); voteBtn.disabled = true; display results (); } form.addEventListener(‘submit’, function (e) { e.preventDefault(); const fd = new FormData(form); const choice = fd.get(‘matchup’); if (!choice) return; const store = getStore(); store.votes[choice] = (store.vote[choice] || 0) + 1; store.total += 1; setStore(store); mark vote(); form.querySelectorAll(‘input[type=radio]’).forEach(i => i.disabled = true); voteBtn.disabled = true; show results (); }); viewBtn.addEventListener(‘click’, function () { constvisible = results.style.display === ‘block’; if (!visible) showResults(); else { results.style.display = ‘none’; viewBtn.setAttribute(‘aria-expanded’,’false’); } }); // Automatic resize: notify parent page height function resizeParent() { const h = document.documentElement.scrollHeight; parent.postMessage({ type: ‘poll-resize’, height: h }, ‘*’); new ResizeObserver(resizeParent).observe(root); Adjust parent size(); })(); >>

advertise

I’ll root for the Seahawks and the Patriots, but who do you want? Sign up and join the conversation below.

Spread the love
Exit mobile version