-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsorships.html
More file actions
74 lines (64 loc) · 2.75 KB
/
sponsorships.html
File metadata and controls
74 lines (64 loc) · 2.75 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="sponsorships.css"/>
</head>
<!-- Header code -->
<body>
<div class="main" >
<div class="background_n_logo">
<div class = "spin2">
<img class="Acm_Logo" src="Graphics/acmlogo.png">
</div>
</div>
<div class="btn_n_background">
<a href="index.html" >
<button class = "btn homebtn">Home</button>
</a>
<a href="leadership.html" >
<button class = "btn leadershipbtn">Leadership</button>
</a>
<a href="projects.html" >
<button class = "btn projectsbtn">Projects</button>
</a>
<a href="workshops.html" >
<button class = "btn workshopsbtn">Workshops</button>
</a>
<a href="events.html" >
<button class = "btn eventsbtn">Events</button>
</a>
<div class="dropdown">
<button class="dropdown-button morebtn">More</button>
<div class="dropdown-content">
<a href="sponsorships.html" class="btn_dropdown sponsorshipsbtn">Sponsorships</a>
<a href="merchandise.html" class="btn_dropdown merchandisebtn">Merchandise</a>
<a href="calendar.html" class="btn_dropdown calendarbtn">Calendar</a>
<a href="important-links.html" class="btn_dropdown importantlinksbtn">Important Links</a>
</div>
</div>
</div>
</div>
</body>
<div class = "below" >
<div class = "column_left">
<p class="title">Sponsorships</p>
<div class = "text">
<p>Our club thrives thanks to the unwavering support of our incredible sponsors.<br><br>Their commitment fuels our mission and vision,
enabling us to make a lasting impact on our community.<br><br>We extend our heartfelt appreciation to these valued partners, as they are integral to ACM's
journey to success... </p>
</div>
</div>
<div class = "column_right">
<img src= "Graphics/Meta-Logo.png" alt="Meta Logo" width=300 height=auto>
<img src= "Graphics/Iron-galaxy.webp" alt="IGS Logo" width=300 height=auto>
<!-- <img src="Graphics/https://presskit.irongalaxystudios.com/images/header.png" alt="IGS Logo" width=300 height=auto> -->
</div>
</div>
<footer>
<div class="logoContainer">
<a href="https://www.instagram.com/ucfacm/"> <img class="insta" src ="Graphics/instagramlogo.png"/></a>
<a href="https://discord.gg/v5MGt27PsV" > <img class="discord" src="Graphics/discordlogo.png"/></a>
</div>
</footer>
</html>