-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 2.56 KB
/
index.html
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
---
layout: default
title: "Home"
banner_text: |
UT Dallas students who want better non-car transit.
---
<h1 class="header">Message From Our Former President</h1>
<div class="py-4 px-8 my-4 border-s-4 border-gray-300 bg-gray-200">
<p class="text-xl italic font-medium leading-relaxed text-gray-900">
Happy New Year! We've achieved so much this year, like making 15 minute frequency on the 883 East permanent, getting a student housing development amended to add even more beds, and preventing the Board of Directors from cutting DART's funding. The Richardson Comprehensive Plan, while not perfect, prioritizes walkable mixed-use development, paving the way for better land use.
<br />
<br />
All of this has only been possible because you showed up and engaged with our local government and DART. The future may hold challenges, but it holds opportunities for progress as well. Your persistence and determination will be the decisive factors. In this new year, I encourage you to keep turning your dreams into action!
<br />
<br />
Best,
<br />
Chandu
</p>
</div>
<h1 class="header">Upcoming Events</h1>
<p>
<div class="flex justify-center flex-wrap">
{% for event in site.events %}
<div class="flex-col text-center p-4 m-2 shadow-lg lg:max-w-[50%]">
<div class="text-xl p-2">{{ event.title }}</div>
<div class="m-2">
<svg class="inline" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>
</svg>
{{ event.day }}
</div>
<div class="m-2">
<svg class="inline" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pin-map" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8z"/>
<path fill-rule="evenodd" d="M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z"/>
</svg>
{{ event.location }}
</div>
<div>{{ event.content | markdownify }}</div>
</div>
{% endfor %}
</div>
</p>
<div class="text-4xl bg-green-800 text-white p-8 my-8 w-full text-center hover:underline hover:cursor-pointer shadow-xl">
<a href="https://discord.com/invite/3mvUtGQzE3">Join our Discord to stay up to date</a>
</div>