Skip to content
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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Initialise industry page. Fixes #164 #245

wants to merge 1 commit into from

Conversation

kumar-ish
Copy link
Member

@kumar-ish kumar-ish commented Jan 17, 2021

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*): imageimage

@kumar-ish kumar-ish requested a review from TomCranitch January 17, 2021 09:10
@kumar-ish kumar-ish linked an issue Jan 17, 2021 that may be closed by this pull request
@kumar-ish kumar-ish linked an issue Jan 17, 2021 that may be closed by this pull request
@kumar-ish kumar-ish changed the title Initialise industry page. Fixes #163 Initialise industry page. Fixes #164 Jan 17, 2021
Copy link
Member

@TomCranitch TomCranitch left a 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>
Copy link
Member

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>
Copy link
Member

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

@katrinafyi katrinafyi self-requested a review January 20, 2021 12:41
Copy link
Member

@katrinafyi katrinafyi left a 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 😅

Copy link
Contributor

@jtc jtc left a 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">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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%" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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%" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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%" />

@jenseni-git jenseni-git marked this pull request as draft August 14, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Industry] Initialise industry page
4 participants