-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbusiness.html
More file actions
94 lines (87 loc) · 4.47 KB
/
business.html
File metadata and controls
94 lines (87 loc) · 4.47 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html>
<head>
<title>Business - Benzene Bots</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Oswald&family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="/style.css">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="/partials/loader.js"></script>
</head>
<body>
<nav>
<div class="nav-wrapper black" id="nav">
</div>
</nav>
<ul class="sidenav grey darken-4" id="mobile-nav">
</ul>
<main>
<div class="container bigger-text">
<h1>What is Technical?</h1>
<div class="row equal-height-cards cards-no-padding">
<div class="col s12 l4">
<div class="card red darken-3">
<div class="card-image">
<img src="/img/business1.webp">
<span class="card-title">Sponsors and Communication</span>
</div>
<div class="card-content">
<p>
In the sponsors and communication section of the business team, you will be writing
letters and working closely with sponsors in order to retain them for the long run as
well as get new sponsors.
The second part of this section of business is the communication aspect.
Here you will work at documenting events and working on the social media side of the
team.
You will also update the teams website and YouTube channel.
</p>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card black">
<div class="card-image">
<img src="/img/business2.jpg">
<span class="card-title">Awards and Outreach</span>
</div>
<div class="card-content">
<p>
In the Awards and Outreach section, you're main focus will be to work towards team
awards such as Chairman's or other smaller awards.
Awards are necessary to the team since they can ensure a trip to the state level
competitions or even the world level.
Awards in general serve as a way for the team to earn points also.
Outreach is the second aspect of this section.
In outreach, you will be working in the community to spread more knowledge about STEM
fields.
In outreach we work with both elementary and middle schools and conduct experiments and
other events.
</p>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card grey darken-3">
<div class="card-image">
<img src="/img/business3.png">
<span class="card-title">Finances</span>
</div>
<div class="card-content">
<p>
In the finances section of our business team, you will work mainly on the team finances
such as our financial statements.
You will also calculate our expenditures and revenue for each season.
You will also handle the team purchases and monetary aid.
</p>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>