Skip to content

Commit 50a1e3d

Browse files
committed
feat: Added an area for sponsorship package.
1 parent ca619b9 commit 50a1e3d

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

public/tech_fair/2025/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h2>I'm a student, why should I go?</h2>
165165

166166
<div class="centering">
167167
<a class="btn-anchor" href="http://discord.sfucsss.org/" target="_blank">
168-
Join our Discord!
168+
Join our Discord to learn more!
169169
</a>
170170
</div>
171171
</div>
@@ -205,6 +205,8 @@ <h2>My company is interested, what else can you tell me?</h2>
205205
is invited. To make sure costs are not an issue, if your company has
206206
<strong>less than 50</strong> employees we offer a discounted price of
207207
<strong>$500</strong>. <br /><br />
208+
If you'd like to know more, check out our
209+
<a href="" target="_blank">sponsorship package</a>. <br /><br />
208210
Don't miss this chance to show off who you are!
209211
</p>
210212
</div>
@@ -219,7 +221,6 @@ <h2>How do I sign up?</h2>
219221
<li>Your company's name</li>
220222
<li>Any questions about the event</li>
221223
</ul>
222-
<br />
223224
<p>We promise to get back to you as soon as possible!</p>
224225
</div>
225226
</div>

public/tech_fair/2025/style.css

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
body {
1515
font-family: 'Questrial';
1616
background-image: url('./images/mountain-landscape.svg');
17-
background-color: #cc893d;
1817
background-position: center;
1918
background-size: cover;
19+
background-repeat: no-repeat;
2020
}
2121

2222
ul,
@@ -35,16 +35,6 @@ a:visited:active {
3535
color: black;
3636
}
3737

38-
.btn-anchor {
39-
display: inline-block;
40-
margin: 0 auto;
41-
cursor: pointer;
42-
padding: 1rem;
43-
background-color: pink;
44-
border-radius: 20px;
45-
box-shadow: 5px 5px black;
46-
}
47-
4838
.centering {
4939
display: flex;
5040
justify-content: center;
@@ -190,6 +180,10 @@ main {
190180
margin: var(--header-height) 0 2rem;
191181
padding: 1.5rem;
192182
max-width: 40rem;
183+
184+
& a {
185+
color: #d16711;
186+
}
193187
}
194188

195189
&>.main {
@@ -239,11 +233,6 @@ main {
239233
}
240234
}
241235

242-
#companies {
243-
a {
244-
color: #d16711;
245-
}
246-
}
247236

248237
#final {
249238
display: flex;

0 commit comments

Comments
 (0)