-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialise industry page. Fixes #164 #245
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,14 +4,23 @@ | |||||
draft: false | ||||||
--- | ||||||
|
||||||
<div class="section has-text-centered"> | ||||||
<h1 class="title">Under construction.</h1> | ||||||
<span class="icon has-text-warning is-large"> | ||||||
<i class="fas fa-tools fa-4x"></i> | ||||||
</span> | ||||||
<p> | ||||||
Check back later to find out more. | ||||||
</p> | ||||||
</div> | ||||||
|
||||||
|
||||||
<div class="section columns is-centered"> | ||||||
<section class="column is-6"> | ||||||
<h1 class="title is-3">UQCS Industry Partners</h1> | ||||||
<div class="content"> | ||||||
<p>UQCS is supported by a number of industry partners every year, ranging from Brisbane startups to large multinational companies in a wide range of industries including technology, trading, consulting and more.</p> | ||||||
|
||||||
<p> Sponsoring UQCS has a number of benefits for both our partners and UQCS. It enables us to have higher quality events as we put essentially all of our resources back into the community and its education and development, with the majority of our money spent catering every event we host. For partners, it means direct access to potential interns, graduates and employees from our talented community. In addition, association with UQCS broadcasts your presence and dedication into innovation, not just to UQ students, but to the wider Brisbane tech community, including UQCS' vast alumni network.</p> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it might be worth also including something about the value we get from events hosted by partners. E.g. "Events from our partners give the community the ability to learn directly from industry experts on a wide range of topics" |
||||||
|
||||||
<p>UQCS has a range of different sponsorship tiers that companies can subscribe to based on their needs. If you're interested in helping to cultivate the next generation of innovators, send us an email at <a href="mailto:[email protected]">[email protected]</a>!</p> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not the biggest fan of the next generation of innovators wording, but that is more personal preference than anything |
||||||
<div class="block"> | ||||||
<img src="{{< baseurl >}}/img/media/industry_panel_2020.png" style="width: 100%" /> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<i>(Virtual) UQCS Industry Panel, 2020</i> | ||||||
</div> | ||||||
<div class="block"> | ||||||
<img src="{{< baseurl >}}/img/media/high_frequency_networking_2019.jpg" style="width: 100%" /> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<i>High Frequency Networking Night, 2019</i> | ||||||
</div> | ||||||
</div> | ||||||
</section> | ||||||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.