-
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?
Conversation
22d772d
to
44becfa
Compare
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.
Just a few bits of wording otherwise looks good
<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 comment
The 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> 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> | ||
|
||
<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 comment
The 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
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.
Personally, I think this page on the main site should be more focused towards students (the current draft is more for sponsors).
For example, what connections to industry we offer through UQCS. Examples would be the industry panel and hfn, with some more text about those events. You can also mention #jobs-bulletin and jobs.uqcs.org
Also, the style could be more like the about page with subheadings and float left/right images for the images.
This is probably a lot and could be fixed up in a later PR, as long as we make sure to do it 😅
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.
Due to #257 removing the baseurl
shortcode, relURL
will need to be used instead. If preferred, a non-templated relative URL would work fine too.
@@ -88,7 +88,7 @@ <h1 class="title">What is UQCS?</h1> | |||
<p class="title has-text-centered">Industry</p> | |||
<figure class="image is-256x256" | |||
style="display: block; margin-left: auto; margin-right: auto;"> | |||
<img src="{{< baseurl >}}/img/media/industry_panel.jpg"> | |||
<img src="{{< baseurl >}}/img/media/industry_panel_2019.jpg"> |
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.
<img src="{{< baseurl >}}/img/media/industry_panel_2019.jpg"> | |
<img src="{{< relURL "/img/media/industry_panel_2019.jpg" >}}"> |
|
||
<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> | ||
<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 comment
The reason will be displayed to describe this comment to others. Learn more.
<img src="{{< baseurl >}}/img/media/industry_panel_2020.png" style="width: 100%" /> | |
<img src="{{< relURL "/img/media/industry_panel_2020.png" >}}" style="width: 100%" /> |
<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 comment
The reason will be displayed to describe this comment to others. Learn more.
<img src="{{< baseurl >}}/img/media/high_frequency_networking_2019.jpg" style="width: 100%" /> | |
<img src="{{< relURL "/img/media/high_frequency_networking_2019.jpg" >}}" style="width: 100%" /> |
Initialises the UQCS industry page. We should maybe swap out the second image for the sponsors SVG, but open to ideas.
Preview (title says UQCS Industry Partners now*):