-
Notifications
You must be signed in to change notification settings - Fork 0
/
socials.html
63 lines (47 loc) · 3.85 KB
/
socials.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
<!DOCTYPE html>
<html>
<head>
<title>UT AWM Socials</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<h1 class="blinking-text">SOCIALS</h1>
<div id="socials-container">
<div id="socials-image-box">
<img id="socials-image" src="photos/group.jpg" width = 750>
<figcaption style="font-size: small;">AWM Officers :)</figcaption>
</div>
<a> </a>
<!-- <div id="socials-list">
<ul>
<li><a href="https://utlists.utexas.edu/sympa/subscribe/utawm?previous_action=edit_list_request#" target="_blank" style="text-decoration: none;">Mailing Link</a></li>
<li><a href="https://www.instagram.com/texasawm/" target="_blank" class = "button"><img id="button" src="photos/instagram.jpg" width = 50></a></li>
<li><a href="https://discord.gg/gpZPKceVgF" target="_blank"><img id="button" src="photos/discord.jpg" width = 50></a></li>
<li><a href="https://www.facebook.com/groups/texasawm/?ref=share" target="_blank"><img id="button" src="photos/facebook.jpg" width = 50></a></li>
<li><a href="mailto:[email protected]" target="_blank"><img id="button" src="photos/gmail.jpg" width = 50></a></li>
<li><a href="https://github.com/Texas-AWM" target="_blank"><img id="button" src="photos/github.jpg " width = 50></a></li>
</ul>
In addition to our successful T-shirt fundraiser, AWM is committed to supporting our members both within and beyond the club. We understand the importance of fostering a supportive community where members can grow both academically and professionally. That's why we allocate a portion of our fundraising proceeds to fund club meetings, ensuring that we can provide valuable resources, workshops, and guest speakers to enhance our members' learning experience.
Furthermore, we believe in extending our support beyond the confines of our club. Through various initiatives, we aim to assist our members in their academic pursuits and expose them to valuable programming tips and resources. Whether it's through mentorship programs, networking events, or online resources, we strive to provide opportunities for skill development and knowledge exchange.
By participating in AWM events and fundraisers like our T-shirt sale, you're not only supporting our club's activities but also contributing to the growth and development of our members. Together, we can empower individuals to excel in mathematics and related fields while fostering a culture of collaboration and inclusivity. Thank you for your continued support!
</div> -->
<div id = "socials-image-box">
<!--for the spaces between the list and the picture-->
<img id="socials-image" src="photos/social9.jpg" width = 650>
<figcaption style="font-size: small;">AWM Meetings!</figcaption>
</div>
<br/>
<div id="socials-image-box">
<img id="socials-image" src="photos/social2.jpg" width = 350/>
<img id="socials-image" src="photos/social5.jpg" width = 350/>
<img id="socials-image" src="photos/social7.jpg" width = 350/>
<img id="socials-image" src="photos/social8.jpg" width = 350/>
<img id="socials-image" src="photos/social1.jpg" width = 350/>
<img id="socials-image" src="photos/social6.jpg" width = 350/>
<img id="socials-image" src="photos/social3.jpg" width = 350/>
<img id="socials-image" src="photos/social4.jpg" width = 350/>
</div>
</div>
</body>
<footer><p><a href="index.html"><-- Back to home</a></p></footer>
</html>