File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,29 @@ const Interact = () => {
200200 </ ul >
201201
202202 </ div >
203+
204+ { /* To be implemented if I show up more than twice */ }
205+ { /* <div className="h-[200px] w-full border-2 border-gray-800 rounded p-2">
206+ <h2>In the Media:</h2>
207+ <ul className="list-disc pl-4">
208+ <li>
209+ <a href="https://www.burnabynow.com/local-news/police-investigating-theft-of-sfu-sign-on-burnaby-mountain-10295321"
210+ className="text-blue-600 hover:text-blue-800 underline"
211+ target="_blank"
212+ rel="noopener noreferrer">"Police investigating theft of SFU sign on Burnaby Mountain" (unattributed photo)
213+ </a>
214+ </li>
215+ <li>
216+ <a href="https://www.langaravoice.ca/affordable-housing-near-campus-remains-a-distant-dream-for-students/"
217+ className="text-blue-600 hover:text-blue-800 underline"
218+ target="_blank"
219+ rel="noopener noreferrer">
220+ "Affordable housing near campus remains a distant dream for students" (quoted in article)
221+ </a>
222+ </li>
223+ </ul>
224+
225+ </div> */ }
203226 </ div >
204227 ) ;
205228} ;
You can’t perform that action at this time.
0 commit comments