mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
2 lines
3.7 KiB
HTML
2 lines
3.7 KiB
HTML
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta content="" name="description"> <meta content="William Zhang" name="author"> <meta name="theme-color" content="#1976D2" /> <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" /> <link href="icons/favicon.ico" rel="icon" type="image/ico"> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/> <link href="css/header.css" rel="stylesheet"/> <link href="css/main.css" rel="stylesheet"/> <link href="css/footer.css" rel="stylesheet"/> <link href="css/responsive.css" rel="stylesheet"/> <title>Resources - TJSGA</title> </head> <body> <header> <div id="banner"> <button id="menu-toggle"> <i></i> </button> </div> <nav id="menu"> <a class="menu-item" href="/"> <button class="menu-item fluid">Home</button> </a> <a class="menu-item" href="about"> <button class="menu-item fluid">About</button> </a> <a id="logo-wrapper" href="/"> <div id="logo"> </div> </a> <a class="menu-item" href="resources"> <button class="menu-item fluid">Resources</button> </a> <a class="menu-item" href="forms"> <button class="menu-item fluid">Forms</button> </a> </nav> <div id="dome"> </div> </header> <div id="wrapper" class="fluid"> <section id="resources"> <div class="list"> <h2>General</h2> <ul> <li> <a href="https://ion.tjhsst.edu/static/WiFiFAQ.pdf" target="_blank"> TJ Wi-Fi FAQs: FCPSonboard </a> </li> <li> <a href="https://integrity.tjhsst.edu" target="_blank"> Academic Integrity Guide </a> </li> </ul> </div> <div class="list"> <h2>Mental Health</h2> <ul> <li> <a href="https://tjmindmatters.weebly.com" target="_blank"> TJ Mind Matters </a> </li> <li> <a href="https://tjmindmatters.weebly.com/dos-and-donts.html"> How to Help a Friend </a> </li> <li> <a href="https://tjmindmatters.weebly.com/from-tj-to-tj" target="_blank"> Read & Submit From TJ, to TJ Letters </a> </li> <li> <a href="https://tjmindmatters.weebly.com/youth-mental-health-first-aid.html" target="_blank"> Register for YMHFA Training </a> </li> <li> <a href="http://tjmindmatters.weebly.com/blog" target="_blank"> TJ Mind Matters Blog </a> </li> </ul> </div> <div class="links"> <h2>Course for Action</h2> <div class="desc"> An SGA initiative, designed by the students, for the students. Learn about the courses available at TJHSST from students who've taken them and the teachers that teach them! <span> Visit the YouTube channel <a href="https://youtube.com/channel/UCGvdoktHFvLHpqBaj17zKwQ" target="_blank"> here. </a> </span> </div> </div> <div class="links"> <h2>Student Advocacy</h2> <div class="desc"> At Jefferson, students have rights and responsibilities that they are guaranteed as a part of their educational experience. <a href="https://ion.tjhsst.edu/uploads/advocacy.pdf" target="_blank"> The Student Advocacy Guidlines </a> were created to help students be aware of how they can proactively manage their learning, self-advocate, and succeed in school. </div> <div class="desc"> Use <a href="https://docs.google.com/forms/d/1clH0ga4U2G2hu2gW3EZpwW9BCJDU76RytTTJCKaheao/viewform" target="_blank"> this form </a> to report divergences from the Student Advocacy Guidelines. Submissions will be kept strictly confidential, but name & grade are required for follow-up of the situation. </div> </div> </section> </div> <footer> <a href="https://facebook.com/tjsga" target="_blank"> <button class="social" id="fb"> </button> </a> <a href="https://twitter.com/tjSGA" target="_blank"> <button class="social" id="tw"> </button> </a> <a href="https://facebook.com/tjsga" target="_blank"> <button class="social" id="flickr"> </button> </a> <a href="mailto:sga.tjhsst@gmail.com" target="_blank"> <button class="social" id="mail"> </button> </a> </footer> <script src="js/sidebar-min.js"></script> </body> </html>
|