-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
93 lines (83 loc) · 3.36 KB
/
about.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
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
85
86
87
88
89
90
91
92
93
---
layout: default
title: "About"
banner_text: |
About Us
---
<h1 class="header">What We Do</h1>
<p>
Founded in December 2021, we have become one of the largest activist student organizations at UT Dallas.
We advocate for the ability of students on campus and the surrounding community to get around without a car.
This includes public transportation such as trains and busses, the safety of pedestrians and bicyclists, and the urban planning that dictates how we live our lives.
</p>
<p>
We frequently show up to local city council meetings, talk with officials, members of the community, and the university to voice our opinions and achieve our goals.
Among our accomplishments, we have fought for higher frequencies on bus routes near campus and helped get an undeveloped lot near campus rezoned to allow for a future transit-oriented housing development.
</p>
<h1 class="header" >Our Officers</h1>
<div class="flex justify-center place-items-center flex-wrap">
<div class="flex-col items-center px-2 py-2 mx-4 w-[270]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/placeholder.svg" />
<div class="text-center">
<div>Ben</div>
<div>President</div>
<div></div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/placeholder.svg" />
<div class="text-center">
<div>Harrison</div>
<div>Vice President</div>
<div></div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/placeholder.svg" />
<div class="text-center">
<div>Liam Nichols</div>
<div>Policy Researcher</div>
<div>Mathematics, Class of 2026</div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/placeholder.svg" />
<div class="text-center">
<div>Robert</div>
<div>Secretary</div>
<div>Class of 2027</div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/placeholder.svg" />
<div class="text-center">
<div>Johnathan Dang</div>
<div>Social Media</div>
<div>Economics, Class of 2025</div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/emma.jpg" />
<div class="text-center">
<div>Emma Liu</div>
<div>Event Coordinator</div>
<div>Chemistry, Class of 2025</div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/theo.png" />
<div class="text-center">
<div>Theo Henson</div>
<div>Website Manager</div>
<div>Computer Science, Class of 2027</div>
</div>
</div>
<div class="flex-col items-center px-2 py-2 mx-4 w-[270px]">
<img class="w-[215px] h-[285px] my-4 m-auto object-cover" src="/assets/img/placeholder.svg" />
<div class="text-center">
<div>Joaquin Moreno</div>
<div>Treasurer</div>
<div>Political Science, Class of 2025</div>
</div>
</div>
</div>