website-2018/sgawebsite/templates/index.html
2018-06-03 18:53:44 -04:00

49 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
{% load static %}
<head>
{% include 'head.html' %}
<title>Home - TJSGA</title>
</head>
<body>
{% include 'header.html' %}
<div id="wrapper" class="fluid">
<section id="intro">
<div id="intro-text" class="fluid">
<h2 id="intro-title">Welcome!</h2>
<div id="letter">
<p>
Welcome to Thomas Jefferson High School for Science and Technologys student leadership site! Here, you can find information about your class and school-wide officers, our current goals and initiatives, and important events and forms.
</p>
<p>
We meet every 8th period block in the Student Leadership Room (Room 224), and all members of the student body are welcome to attend. If you cant make it to an SGA meeting and have any questions, concerns, or suggestions, feel free to contact us at sga.tjhsst@gmail.com.
</p>
<p>
Best,<br />Nick Begotka<br /> SGA President 2017-18
</p>
</div>
</div>
<div id="intro-image" class="fluid">
<img src="{% static 'img/group.jpg' %}" alt="TJSGA Group Photo" />
</div>
</section>
<hr />
<section id="updates">
<div id="tweets">
<h2>Twitter</h2>
<a class="twitter-timeline" data-height="640" data-theme="dark" data-link-color="#2B7BB9" href="https://twitter.com/tjSGA">Tweets by tjSGA</a>
<script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="feedback">
<h2>Feedback</h2>
<iframe src="https://docs.google.com/forms/d/18KRo3RritoN6RddNvI-l2zZs1h_1mmVWWgRQGOk2vvQ/viewform?embedded=true" width="100%"
height="640" frameborder="0" marginheight="0" marginwidth="0">
Loading...
</iframe>
</div>
</section>
</div>
{% include 'footer.html' %}
</body>
</html>