added sponsorr: added content to sponsor page

This commit is contained in:
darkicewolf50 2024-03-23 16:49:18 -06:00
parent ed09013129
commit 03d7ce66ea
3 changed files with 69 additions and 15 deletions

View File

@ -4,9 +4,9 @@ Diamond Tier:
Url: https://schulich.ucalgary.ca/
DescriptionAboutSponsor: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eu magna in diam consectetur rhoncus vel nec turpis. Sed finibus mi eu sem varius faucibus. Donec semper erat et bibendum pharetra. Suspendisse cursus lorem sed nisi semper, a rutrum nunc luctus. Nunc ullamcorper enim id orci interdum ultrices. Donec vestibulum nunc vel nisl pretium tempus. Morbi quis ante et ligula eleifend eleifend. Proin bibendum maximus elit vitae congue. Vivamus egestas, ex in tempor posuere, ligula nunc iaculis massa, in imperdiet dui justo eu dolor. Nullam placerat velit quis sem mattis, laoreet pharetra elit tempor.
Platinum Tier:
- Platinum Sponsor Name:
LogoUrl:
Url:
- Morphgenix:
LogoUrl: Sam I need this
Url: https://www.morphgenix.com
DescriptionAboutSponsor:
Gold Tier:
- Suri:
@ -21,6 +21,14 @@ Gold Tier:
LogoUrl: https://wildrosemx.com/wp-content/uploads/2021/08/wild-rose-motocross-calgary-rasterized.png
Url: https://wildrosemx.com/
DescriptionAboutSponsor:
- Trotec:
LogoUrl: https://www.troteclaser.com/_nuxt/img/logo-trotec.709e7ce.svg
Url: https://www.troteclaser.com/en-ca/
DescriptionAboutSponsor:
- Solidworks:
LogoUrl: https://www.3ds.com/assets/3ds-navigation/3DS_corporate-logo_solidworks.svg
Url: https://www.solidworks.com/
DescriptionAboutSponsor:
Silver Tier:
- Encore Metals:
LogoUrl: https://www.encoremetals.com/assets/images/logos/encore-metals-logo.png
@ -30,6 +38,10 @@ Silver Tier:
LogoUrl: https://cnoocinternational.com/img/cnooc-logo.png
Url: https://cnoocinternational.com/
DescriptionAboutSponsor:
- Polaris:
LogoUrl: https://cdn1.polaris.com/globalassets/crp/2024/nav-bar-logos/nav-bar-logo-polaris.svg?v=c0e00521
Url: https://www.polaris.com/en-ca/
DescriptionAboutSponsor:
Bronze Tier:
- Redbull:
LogoUrl: "https://img.redbull.com/redbullcom/static/redbullcom-logo_double-with-text.svg"

View File

@ -40,7 +40,7 @@
text-align: end;
}
.SponsorsTitle {
h1 {
text-align: left;
border-bottom: 2px solid black;
}

View File

@ -60,9 +60,27 @@ const OurSponsors = () => {
return (
<div id="OurSponsors">
<h1>Sponsor</h1>
<div id="BecomeASponsors">
<p>(How our team uses what's given by and benefits from sponsors)</p>
<h1>How sponsors help us</h1>
<p>
Schulich Off-Road expresses deep appreciation for sponsors' crucial
support in various team operations, from sourcing parts to
participating in competitions. Tailored sponsorship agreements
acknowledge each sponsor's unique contributions. As a student-led
team, every form of support, whether monetary or in goods and
services, is essential for success. Past sponsor assistance includes:
</p>
<ul>
<li>Design fabrication</li>
<li>Material procurement</li>
<li>Design consultations</li>
<li>Software provision Travel funding for competitions</li>
</ul>
<p>
These partnerships signify a commitment to excellence and innovation
in engineering.
</p>
<h1>Become a sponsor</h1>
<div>
<a
href="https://google.com"
@ -79,19 +97,43 @@ const OurSponsors = () => {
a link to the form as well)
</p>
</div>
<p>
(Talk about what we can offer our sponsors for helping us briefly or
in a listing format. We can also mention how they can find more on the
sponsorship package - plus provide some way they can access the
package from here)
</p>
<h1>Why Sponsor Us?</h1>
<ul>
<li>
Objective: Connect sponsors with next generation of Canadian
engineers
</li>
<li>
Opportunity to work with Schulich Off-Road team and wider
undergraduate community at University of Calgary who are a part of
the Schulich Off-Road team
</li>
<li>
Build mutually beneficial relationships with dedicated and ambitious
students
</li>
<li>
Benefits include perks for advertising and promoting services and
company to team members
</li>
<li>
Collaboration with leading companies to ensure members learn
sought-after skills
</li>
<li>Mitigate frictional unemployment for graduating team members</li>
<li>Networking opportunities for members with potential employers</li>
<li>
Employers can build connections with new generation of engineers to
secure jobs and potential employees
</li>
</ul>
<img
src="https://res.cloudinary.com/dpgrgsh7g/image/upload/v1708797415/Screenshot_from_2024-02-24_10-52-24_nsn9uv.png"
alt="A photo of our sponsorship package"
/>
</div>
<div id="Sponsor">
<h2 className="SponsorsTitle">Current Sponsors</h2>
<h1>Current Sponsors</h1>
{/* shows the current sponsors only after the data has been recieved */}
{currentSponsorsDict === undefined ? (
<p>Loading...</p>
@ -147,11 +189,11 @@ const OurSponsors = () => {
)}
</div>
<div id="Sponsor">
<h2
<h1
className="SponsorsTitle"
id="SponsorEnd">
Past Sponsors
</h2>
</h1>
{/* shows past sponsors only when recieved, do not duplicate the sponsors from current ones */}
{pastSponsorsDict === undefined ? (
<p>Loading...</p>