<!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="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>
            <h1>TJ STUDENT GOVERNMENT ASSOCIATION</h1>
        </div>
        <nav id="menu" class="fluid">
            <a class="menu-item" href="index.html">
                <button class="menu-item fluid">Home</button>
            </a>
            <a class="menu-item" href="about.html">
                <button class="menu-item fluid">About</button>
            </a>
            <a class="menu-item" href="resources.html">
                <button class="menu-item fluid">Resources</button>
            </a>
            <a class="menu-item" href="forms.html">
                <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 Resources</h2>
                <ul>
                    <li>
                        <a href="https://docs.google.com/forms/d/18KRo3RritoN6RddNvI-l2zZs1h_1mmVWWgRQGOk2vvQ/viewform">
                            SGA Feedback and Suggestion Google Form
                        </a>
                    </li>
                    <li>
                        <a href="/uploads/3/8/0/7/38079437/wi-fi_faq_-_june_2015.pdf" target="_blank">
                            TJ Wi-Fi FAQs: FCPSonboard
                        </a>
                    </li>
                    <li>
                        <a href="/uploads/3/8/0/7/38079437/sgafoodguidelinesmadeeasypizzasalebakesales-2.pdf" target="_blank">
                            SGA Pizza Sale and Bake Sale Food Guidelines
                        </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 &amp; 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://www.tjhsst.edu/abouttj/integrity/docs/Student%20advocacy%20brochure%202014.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>
        <span>&copy; 2017 TJSGA</span>
        <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.js"></script>
</body>

</html>