Skip to content

Commit 7501551

Browse files
authored
Merge pull request #28 from CreateUNSW/2022design
2022design
2 parents 7e399d6 + e2c1a3e commit 7501551

159 files changed

Lines changed: 1611 additions & 1651 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ gem "github-pages", group: :jekyll_plugins
33

44
# If you have any plugins, put them here!
55
group :jekyll_plugins do
6-
gem "jekyll-feed", "~> 0.15"
6+
# gem "jekyll-feed", "~> 0.15"
77
gem 'jekyll-seo-tag'
88
end
9+
10+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
11+
12+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ GEM
272272
unf_ext (0.0.8)
273273
unf_ext (0.0.8-x64-mingw32)
274274
unicode-display_width (1.8.0)
275+
webrick (1.7.0)
275276
zeitwerk (2.5.1)
276277

277278
PLATFORMS
@@ -280,8 +281,8 @@ PLATFORMS
280281

281282
DEPENDENCIES
282283
github-pages
283-
jekyll-feed (~> 0.15)
284284
jekyll-seo-tag
285+
webrick (~> 1.7)
285286

286287
BUNDLED WITH
287-
2.1.4
288+
2.3.5

__media/new-website2019.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

__pages/404.html

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,13 @@
11
---
2-
layout: blank
3-
title: 404 - Page Not Found
4-
topic: 404 - Page Not Found
5-
sub-topic: The page you are looking for doesn't exist or has been moved.
6-
image: /images/404_notfound.jpg
2+
layout: default-cover
3+
title: Page Not Found
4+
subtitle: Oops, we got a problem here. The page you are looking for doesn't exist or has been moved.
5+
description: The page you are looking for doesn't exist or has been moved.
6+
image: /images/20190420_CREATE_PI_Tyree-0085.jpg
77
permalink: /404.html
8+
btn-name: Back to the Home Page
9+
btn-url: '/'
10+
btn2-name: Contact Us
11+
btn2-url: '/contact'
812
---
9-
<style type="text/css" media="screen">
10-
.container-xl {
11-
margin: 60px auto;
12-
text-align: center;
13-
}
14-
h1 {
15-
margin: 30px 0;
16-
font-size: 4em;
17-
line-height: 1;
18-
letter-spacing: -1px;
19-
}
20-
.logo-large {
21-
height: 100px;
22-
}
23-
</style>
24-
25-
<div class="container-xl">
26-
<img src="{{ site.logo-pos }}" class="logo-large">
27-
28-
<h1>404</h1>
29-
30-
<h5>Page not found</h5>
31-
<p>The page you are looking for doesn't exist or has been moved.</p>
32-
<div class="py-4">
33-
<a href="{{'/' | prepend: site.baseurl }}" class="btn btn-lg btn-primary">Take me back to the Home Page</a>
34-
</div>
35-
36-
</div>
13+
<!--No content required on this page-->

__pages/about.md

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,29 @@
11
---
22
title: About
3-
topic: About
4-
sub-topic: Student-Led / Project Starters / Maker Club
5-
tagline: "we provide opportunities for people to learn practical skills in engineering, invention and design, and collaborate on ideas and projects..."
6-
description: CREATE aims to provide an opportunity for people to learn practical skills in engineering, invention and design, and collaborate on ideas and projects.
3+
subtitle: Student-Led / Project Starters / Maker Club
4+
description: "We provide opportunities for people to learn practical skills in engineering, invention and design, and collaborate on ideas and projects..."
75
image: /images/20180410_CREATE_UAS_TestFly-0001.jpg
86
---
7+
## Your Student-Led Maker Club in UNSW Sydney
98

10-
# About CREATE
11-
12-
Founded in October 2012, CREATE is a student-led maker-club situated at UNSW Sydney.
13-
14-
The core aim of CREATE is to provide opportunities for students to learn practical skills in engineering, innovation, and design as well as collaborate on shared ideas and projects. By maintaining an active community of like-minded ‘makers’ and providing resources, knowledge and technology, the club seeks to foster an environment where anyone, regardless of their background or degree, can be inspired to turn their ideas into designs, prototypes and products. We are firm believers in collective knowledge, learning and cooperation as an effective way to expand what is possible for any individual to accomplish.
9+
Founded in October 2012. The core aim of CREATE is to provide opportunities for students to learn practical skills in engineering, innovation, and design as well as collaborate on shared ideas and projects. By maintaining an active community of like-minded ‘makers’ and providing resources, knowledge and technology, the club seeks to foster an environment where anyone, regardless of their background or degree, can be inspired to turn their ideas into designs, prototypes and products. We are firm believers in collective knowledge, learning and cooperation as an effective way to expand what is possible for any individual to accomplish.
1510

1611
CREATE runs an array of activities to further this ideal, hosting a series of workshops teaching basic technical skills in Arduino, electronics, programming, CAD, and digital fabrication. CREATE operates a weekly electronics stall to supply students with the parts they need for projects big or small. CREATE facilitates a number of projects including the QUT Robotic Club's Droid Racing Competition and Sumobots in collaboration with UNSW MTRNSoc. UNSW Illuminate and Flight Labs UNSW both started as CREATE projects and have since grown into their own independent organisations.
1712

18-
## Awards:
13+
SECTION
1914

20-
* Arc Club of the Year - 2013 and 2015
21-
* Arc Regular Club of the Year - 2017
22-
* Arc Best Off-Campus Activity - Crystallise 2017
23-
* UNSW Engineering Student Service Awards - 2014:
24-
- Founding Member Nathan Adler
25-
- Founding President Sam Cassisi
26-
- Founding Member Austin Kong
15+
## Our Achievements
2716

28-
29-
<hr class="my-4">
30-
<div class="row">
31-
<div class="col-6">
32-
<a href="{{'/team' | prepend: site.baseurl }}" class="btn btn-block btn-primary">Meet our Team</a>
33-
</div>
34-
<div class="col-6">
35-
<a href="{{'/contact' | prepend: site.baseurl }}" class="btn btn-block btn-primary">Contact Us</a>
17+
<div class="row row-cols-1 row-cols-md-3">
18+
{% for card in site.data.achievements %}
19+
<div class="col mb-4">
20+
<div class="card h-100 bg-light text-center shadow">
21+
<img src="/images/icons/{{ card.icon }}" class="card-img-top svg-icon" alt="{{ card.alt }}">
22+
<div class="card-body">
23+
<h3 class="card-title">{{ card.title }}</h3>
24+
<p class="card-text">{{ card.description }}</p>
25+
</div>
26+
</div>
3627
</div>
37-
</div>
28+
{% endfor %}
29+
</div>

__pages/contact.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
---
22
title: Contact
3-
topic: Contact
4-
sub-topic: Get in touch with us
3+
subtitle: Get in touch with us
54
image: /images/20181008_CREATE_AGM-0003.jpg
65
---
7-
86
## General Enquires
97

108
For all general enquires, sponsorships, events enquires (except Sales).
119

1210
{% include email.html %}
1311

12+
SECTION
13+
1414
## Sales Enquires
1515

1616
For any enquiries about the online store, products, or ordering.
1717

18-
{% include sales/email.html %}
18+
{% include salesemail.html %}
19+
20+
SECTION
21+
22+
{% include get-involved.html %}

__pages/events.html

Lines changed: 41 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2+
layout: default-page
23
title: Events
3-
topic: Events
4-
sub-topic: Workshops / Social / Sales
5-
tagline: "we run various workshops throughout the year."
6-
description: CREATE aims to provide an opportunity for people to learn practical skills in engineering, invention and design, and collaborate on ideas and projects.
7-
image: /images/20180409_CREATE_EGM_Arduino1-0048.jpg
8-
layout: default_old
4+
subtitle: Get involved in our exciting workshops
5+
description: "We run various workshops in engineering, invention and design, and collaborate on ideas and projects throughout the year."
6+
image: /images/2020-CREATE-Events.jpg
97
---
8+
<!--Facebook plugin-->
109
<div id="fb-root"></div>
1110
<script>
1211
(function (d, s, id) {
@@ -19,103 +18,50 @@
1918
}(document, 'script', 'facebook-jssdk'));
2019
</script>
2120

22-
<div class="container-xl">
21+
<div class="row">
22+
<!--Our Events-->
23+
<div class="col-md">
2324
<div class="row">
2425
<div class="col-md">
25-
<p>Follow our <a href="#facebook-events">Facebook Events</a> for upcoming events & announcements.</p>
26+
<h2>Our Events</h2>
2627
</div>
2728
</div>
28-
<div class="row">
29-
<div class="col-md-8 column-flex single-md-column">
30-
<h2>Key Workshop and Activities </h2>
31-
32-
<div class="columns twogrids black">
33-
<img src="/images/20180409_CREATE_EGM_Arduino1-0050.jpg" id="arduino" class="card-img-top">
34-
<div class="card-body">
35-
<h5>Basic Electronics & Arduino</h5>
36-
<p>The workshops cover the basics of:
37-
<li>Electronics and wiring</li>
38-
<li>Arduino programming and wiring</li>
39-
<li>And use of breadboards, sensors and other parts</li>
40-
</div>
41-
</div>
42-
43-
<div class="columns twogrids black">
44-
<img src="/images/20180430_CREATE_CAD1-0016.jpg" alt="2D / 3D CAD" class="card-img-top">
45-
<div class="card-body">
46-
<h5>2D / 3D CAD</h5>
47-
<p>The workshops cover: how to model laser cut and 3D printed objects in Fusion 360. You will need to bring in your laptop if you already have the software installed. </p>
48-
</div>
49-
</div>
50-
51-
<div class="columns twogrids black">
52-
<img src="/images/20181022_CREATE_FlashSales-0013.jpg" alt="Sales Store" class="card-img-top">
53-
<div class="card-body">
54-
<h5>Sales Store</h5>
55-
<p>CREATE sells electronic parts including microcontrollers, breadboards, Arduino kits and quadcopters throughout the terms. Find us every Monday.</p>
56-
<div class="text-right">
57-
<a href="{{'/store' | prepend: site.baseurl }}" class="btn btn-primary">CREATE Online Store</a>
58-
</div>
59-
</div>
60-
</div>
61-
62-
63-
<div class="columns twogrids black">
64-
<img src="/images/IMG_9179.jpg" alt="Projects Info Night" class="card-img-top">
65-
<div class="card-body">
66-
<h5>Projects Info Night</h5>
67-
<p>CREATE runs various projects each year, keep an eye on project info nights and attend to express your interest.</p>
68-
<div class="text-right">
69-
<a href="{{'/projects' | prepend: site.baseurl }}" class="btn btn-primary">Previous Projects</a>
29+
<div class="row row-cols-1 row-cols-lg-2">
30+
{% for card in site.data.our-events %}
31+
<div class="col mb-4">
32+
<div class="card h-100 bg-light shadow">
33+
<img src="{{ card.image }}" class="card-img-top" alt="{{ card.alt }}">
34+
<div class="card-body">
35+
<h3 class="card-title">{{ card.title }}</h3>
36+
<ul>
37+
{% for item in card.list %}
38+
<li>{{ item }}</li>
39+
{% endfor %}
40+
</ul>
7041
</div>
71-
</div>
7242
</div>
73-
7443
</div>
75-
<div class="col-md-4 text-center">
76-
<h3>Upcoming Events</h3>
77-
78-
<div class="facebook-container">
79-
80-
<div class="fb-page" data-href="https://www.facebook.com/createUNSW" data-tabs="events" data-width="320" date-height="400" data-small-header="true"
81-
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
82-
<blockquote cite="https://www.facebook.com/createUNSW" class="fb-xfbml-parse-ignore">
83-
<a href="https://www.facebook.com/createUNSW">CREATE UNSW</a>
84-
</blockquote>
85-
</div>
86-
87-
</div>
88-
89-
</div>
44+
{% endfor %}
45+
</div>
46+
</div>
47+
<!--Facebook Plugin Insert-->
48+
<div class="facebook-col">
49+
<div class="row">
50+
<div class="col-md">
51+
<h2>Upcoming Events</h2>
52+
</div>
53+
</div>
54+
<div class="row">
55+
<div class="col-md">
56+
<div class="fb-page" data-href="https://www.facebook.com/createUNSW" data-tabs="events" data-width="320" date-height="400" data-small-header="true"
57+
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
58+
<blockquote cite="https://www.facebook.com/createUNSW" class="fb-xfbml-parse-ignore">
59+
<a href="https://www.facebook.com/createUNSW">CREATE UNSW</a>
60+
</blockquote>
9061
</div>
62+
</div>
9163
</div>
9264
</div>
65+
</div>
9366

94-
<!--Archived Activities-->
95-
96-
<!--div class="columns threegrids black">
97-
<img src="/images/wk2-s1-17.jpg" alt="projectfair" class="card-img-top">
98-
<div class="card-body">
99-
<h5>Maker Faire</h5>
100-
<p>If you have a cool personal project of your own or with your friends, come and showcase them to the rest of our community in CREATE’s hackathon! There will be complimentary food, potential networking opportunities with other passionate makers and cash prizes for the ‘people’s choice’.</p>
101-
<a href="#workshops" class="btn btn-primary">More info here</a>
102-
</div>
103-
</div-->
104-
105-
<!--div class="columns threegrids black">
106-
<img src="/images/IMG_2014_08_29_15_38_10_04491.JPG" alt="Socials" class="card-img-top">
107-
<div class="card-body">
108-
<h5>Socials</h5>
109-
<p>Three times a term, CREATE will be hosting a social event for all members in our community.</p>
110-
<p>Come and meet other passionate makers, our executive team, project leaders and members in this all-chill event, there will be fun games and free food for all attending.</p>
111-
</div>
112-
</div-->
113-
114-
<!--div class="columns threegrids black">
115-
<img src="/images/create-starters-banner.png" alt="starters" class="card-img-top">
116-
<div class="card-body">
117-
<h5>Starters Pitch Night</h5>
118-
<p>To reboot the Starters program, CREATE will be hosting a pitch night. Present your great ideas to the audience for a chance to receive $500 from CREATE and additional technical and logistical support for your great project.</p>
119-
<p>Come and join us to hear some innovative ideas, or pitch your own.</p>
120-
</div>
121-
</div-->
67+
<!-- <p>Follow our <a href="#facebook-events">Facebook Events</a> for upcoming events & announcements.</p> -->

__pages/media.html

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
---
2+
layout: default-page
23
title: Media
3-
topic: Media
4-
sub-topic: Newsletters / Announcements / Blog
5-
tagline: "coming back soon"
4+
subtitle: Newsletters / Announcements / Blog
65
description: CREATE's latest newsletters, announcements and blogs.
7-
image: /images/vivid2019/20190520_CREATE_PI_BumpInDay5_ArtDesignSoftware-0039-WM.jpg
6+
image: /images/IMG_2014_08_29_15_38_10_04491.JPG
87
---
9-
<main type="main">
10-
<div class="container-xl">
11-
<div class="row">
12-
<h2>This page is current under construction. A new refreshing page is coming back soon.</h2>
8+
<div class="row">
9+
<div class="col-md">
10+
<p class="h5">This page is currently archived.</p>
11+
</div>
12+
</div>
13+
<!--Display media posts-->
14+
<div class="card-grids-media">
15+
{% for post in site._media %}
16+
<div class="card">
17+
<img src="{{ post.image | prepend: site.baseurl }}" alt="Picture for - {{post.title}}">
18+
<div class="card-body">
19+
<a href="{{ post.url | prepend:site.baseurl }}" class="stretched-link"><p class="h5 mt-0">{{ post.title }}</p></a>
20+
<p class="date">{{ post.date | date_to_long_string }}</p>
21+
<h6>
22+
{% for tag in post.categories %}
23+
<span class="badge bg-light">{{ tag | capitalize }}</span>
24+
{% endfor %}
25+
</h6>
1326
</div>
1427
</div>
15-
</main>
28+
{% endfor %}
29+
</div>
30+

0 commit comments

Comments
 (0)