forked from skule/skule.ca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (82 loc) · 5.46 KB
/
index.html
File metadata and controls
84 lines (82 loc) · 5.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: default
---
<section class="hero is-primary" id="index-title">
<div class="hero-head">
<div class="hero-body">
<div class="container">
<div class="columns is-gapless">
<div class="column is-3 is-hidden-mobile" id="crest">
</div>
<div class="column">
<h1 class="title"> University of Toronto Engineering Society </h1>
<h1 class="subtitle"> Founded in 1885, we are the student government for Skule™, the student body at the University of Toronto’s Faculty of Applied Science and Engineering. We provide services, funding, and countless extracurricular opportunities to over 5500 members, proudly continuing the traditions and storied history of Canada’s oldest and largest engineering school. </h1>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Skule™ Courses</h1>
<h2 class=subtitle>Visit courses.skule.ca to see past exams, midterms, and more.</h2>
<a href="https://courses.skule.ca" class="button is-primary">Visit Skule™ Courses</a>
<hr>
<h1 class="title">EngSoc Office Location Change</h1>
<h2 class="subtitle">
The new EngSoc office is in Galbraith, GB 173.<br/>
Deliveries should be sent to Sandford Fleming, SF B540.
</h2>
<hr>
<h1 class="title">Skule™ Digest</h1>
<h2 class=subtitle>Read the latest news about Skule™.</h2>
{% for post in site.posts limit:3 %}
<div class="box">
<h1 class="title is-5"> <a href="{{ post.url }}">{{ post.title }}</a> </h1>
<h2 class="subtitle is-6">Posted {{ post.date | date_to_string: "ordinal", "US" }} by {{ post.author }}</h2>
<p> {{ post.excerpt | truncatewords:30 }} </p>
</div>
{% endfor %}
<a href="/announcements" class="button is-primary">See More</a>
<hr>
<h1 class="title">Important Dates</h1>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23efefef&ctz=America%2FToronto&showTitle=0&showNav=1&showDate=1&showPrint=1&showTabs=1&showCalendars=1&src=Y18zNTVkYTcxZWExYTIyNTJlYTUwNmJmNGFkNmM3MjM5Y2JhYTgwOWE1YmUwYzljMjYzMjY0ZTM5MTA2NDJlZGVlQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20&src=c29jaWFsbWVkaWFAZy5za3VsZS5jYQ&color=%238E24AA&color=%23EF6C00" style="border:none; width:100%; height:600px" frameborder="0" scrolling="no"></iframe>
<hr>
<div class="columns is-desktop">
<div class="column">
<h1 class="title is-4">About Us</h1>
<h1 class="subtitle">Learn more about what the Engineering Society is, what EngSoc does for you, who occupies each role, and how to contact EngSoc. You can also learn more about Skule™, the community of Engineering Students at the University of Toronto.</h1>
<a class="button is-primary" href="/about/engsoc">Learn more</a>
</div>
<div class="column">
<h1 class="title is-4">Get Involved!</h1>
<h1 class="subtitle">There are so many groups at Skule™ that you can join and be part of! You can learn more about the types of student groups at Skule, as well as contacts for each group.</h1>
<a class="button is-primary" href="/get-involved/affiliated_clubs">Get Involved!</a>
</div>
</div>
<div class="columns is-desktop">
<div class="column">
<h1 class="title is-4">Finances</h1>
<h1 class="subtitle">The Engineering Society helps with financing student projects. You can request funding for Special Projects, receive Cheque Requisitionfor past expenses, and apply for Levies from Student fees.</h1>
<a class="button is-primary" href="/finances/finance-committee">Learn more</a>
</div>
<div class="column">
<h1 class="title is-4">Academics</h1>
<h1 class="subtitle">The Engineering Society provides many academic services to its Members, such as Academic representation, course descriptions and tips, ana database of past exams and midterms.</h1>
<a class="button is-primary" href="/academics/academic_resources.md">Learn more</a>
</div>
</div>
<div class="columns is-desktop">
<div class="column">
<h1 class="title is-4">Club Resources</h1>
<h1 class="subtitle">We provide many resources to EngSoc-affiliated Clubs, groups, and Project Directorships, such as promotion and funding. If you're a studengroup that would like to affiliate with EngSoc, you can read the affiliation process for Clubs.</h1>
<a class="button is-primary" href="/club-resources/club_affiliation">View Resources</a>
</div>
<div class="column">
<h1 class="title is-4">Bookings & Rentals</h1>
<h1 class="subtitle">The Engineering Society provides room bookings on campus and a parking spot booking for EngSoc-affiliated clubs and project directorshipsas well as rentals of audio/visual equipment. Additionally, EngSoc rents out lockers for students in certain Engineering buildings.</h1>
<a class="button is-primary" href="/bookings/av_bookings">See Bookings and Rentals</a>
</div>
</div>
</div>
</section>