Skip to content

Commit

Permalink
Merge branch 'main' into 2248-fix-events
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Mar 18, 2024
2 parents 152dfff + ab056d7 commit 1b3619e
Show file tree
Hide file tree
Showing 90 changed files with 2,292 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .tina/__generated__/_schema.json

Large diffs are not rendered by default.

41 changes: 20 additions & 21 deletions components/blocks/downloadBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const DownloadBlock = (data: DownloadBlockProps) => {
<Container className="prose !px-0 py-4 prose-img:my-0">
<h2 data-tina-field={tinaField(data, "title")}>{title}</h2>

<div className="grid grid-cols-1 md:grid-cols-4">
<div className="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4">
{downloads?.map((download, index) => (
<Download key={index} {...download} />
))}
Expand All @@ -58,29 +58,28 @@ const Download = (data: Downloads) => {
<div className="col-span-1">
<div className={classNames("py-3 text-black md:px-6")}>
<h3 data-tina-field={tinaField(data, "header")}> {header}</h3>
{img && (
<div
className={classNames(
`${bgOptions[imgBackground] || "bg-white"}`,
"flex justify-center"
)}
data-tina-field={tinaField(data, "img")}
>
{!isImgBroken && (
<Image
onError={() => setIsImgBroken(true)}
src={img}
alt={header}
height={400}
width={210}
/>
)}
</div>
)}
<div
className={classNames(
`${bgOptions[imgBackground] || "bg-white"}`,
"flex h-32 justify-center"
)}
data-tina-field={tinaField(data, "img")}
>
{img && !isImgBroken && (
<Image
onError={() => setIsImgBroken(true)}
src={img}
alt={header}
height={400}
width={210}
style={{ width: "auto", height: "100%" }}
/>
)}
</div>
<div className={"bg-gray-300 p-2 font-bold"}>Download</div>
<div
className={classNames(
"grid grid-cols-2 gap-x-0.25 border-t-2 border-white text-black"
"flex gap-x-0.25 border-t-2 border-white text-black"
)}
>
{firstLink && (
Expand Down
43 changes: 31 additions & 12 deletions content/company/case-study/event-cinemas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,55 @@ content: >
Event Cinemas is Australia's leading Cinema company.
They were looking to revamp their website with a new look and feel with the added ability to drive the site via a new CMS.
[Six different CMS options](https://www.ssw.com.au/ssw/consulting/ContentManagement.aspx) were assessed and [Telerik's Sitefinity](https://www.ssw.com.au/consulting/sitefinity) was chosen.
They were looking to revamp their website with a new look and feel with the
added ability to drive the site via a new CMS. [Six different CMS
options](https://www.ssw.com.au/ssw/consulting/ContentManagement.aspx) were
assessed and [Telerik's
Sitefinity](https://www.ssw.com.au/consulting/sitefinity) was chosen.
![Homepage with fullscreen image of movie](/images/case-studies/event-cinemas-1.jpg)**Figure: Homepage with fullscreen image of movie**
<CustomImage src="/images/event-cinemas-1-Cropped(1).jpg" altText="Event
Cinema Home page " alignment="items-start" width={800} height={400}
customClass="my-0" caption="Figure: Homepage with fullscreen image of movie"
/>
## We make complicated things simple
Using the Scrum methodology, we made sure that the most important parts of the system were built and tested 1st, ensuring transparency and value creation all the way through the development lifecycle.
The site and all components were to be reusable, so site templates, page layouts, content types and custom contols were used extensively.
This allows Event Cinemas employees with sufficient permissions to manage and maintain the website without requiring any assistance from developers.
Using the Scrum methodology, we made sure that the most important parts of the
system were built and tested 1st, ensuring transparency and value creation all
the way through the development lifecycle. The site and all components were to
be reusable, so site templates, page layouts, content types and custom contols
were used extensively. This allows Event Cinemas employees with sufficient
permissions to manage and maintain the website without requiring any
assistance from developers.
## Integration
We have live integration with the backend ticketing systems located at the 50+ cinemas Australia wide.
This means that users can jump online and order a movie ticket with seating reservations in real time.
We have live integration with the backend ticketing systems located at the 50+
cinemas Australia wide. This means that users can jump online and order a
movie ticket with seating reservations in real time.
<CustomImage src="/images/event-cinemas-2.jpg" width={800} altText="Event
Cinemas find times and location" alignment="items-start" height={399}
customClass="my-0" caption="Figure: Customize your cinema preferences" />
![Customize your cinema preferences](/images/case-studies/event-cinemas-2.png)**Figure: Customize your cinema preferences**
![Can preview the available seats](/images/case-studies/event-cinemas-3.png)**Figure: Can preview the available seats**
<CustomImage src="/images/event-cinemas-3.jpg" altText="Event Cinemas preview
available seating " alignment="items-start" width={800} height={400}
customClass="my-0" caption="Figure: Can preview the available seats" />
## Results
The [www.eventcinemas.com.au](https://www.eventcinemas.com.au) website has been released and is live to the public.
Both the client and the development team were very satisfied with the result.
The [www.eventcinemas.com.au](https://www.eventcinemas.com.au) website has
been released and is live to the public. Both the client and the development
team were very satisfied with the result.
## Related links
Expand Down
55 changes: 51 additions & 4 deletions content/consulting/ui-ux-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ seo:
Practical, creative, and unique website solutions to improve your website's
UI and UX design, delivering a high-traffic, interactive website
booking:
title: Longing for remarkable <span class="text-sswRed">design</span> impact?
subTitle: Unlock your brand's potential with awesome interfaces. Check our User Interface & User Experience Design showcase
title: Longing for remarkable <span class="text-sswRed">design</span> impact?
subTitle: >-
Unlock your brand's potential with awesome interfaces. Check our User
Interface & User Experience Design showcase
videoBackground: /images/videos/MVC_background.mp4
solution:
project: web project
callToAction: 'Talk to us about your {{TITLE}}'
afterBody:
- _template: AgreementForm
technologies:
header: Other Technologies
technologyCards:
Expand All @@ -19,8 +23,6 @@ technologies:
- technologyCard: content/technologies/angular.mdx
- technologyCard: content/technologies/react.mdx
- technologyCard: content/technologies/ms-azure.mdx
afterBody:
- _template: AgreementForm
---

# **Overview**
Expand Down Expand Up @@ -480,3 +482,48 @@ afterBody:
{ label: "Image description", imgSrc: "/images/carousel/aurecon-2.jpg" }
]}
/>

<InternalCarousel
header="Rapiscan"
paragraph={<>
SSW was engaged by Rapiscan Systems to re-design and assist in the product development of their reporting management solution ScanOs.
</>}
items={[
{
label: "Image description",
imgSrc:
"https://assets.tina.io/8a7b77f2-cde8-44e7-a592-ebeb7e9dc437/carousel/6-RapiScan.png"
},
{
label: "Image description",
imgSrc:
"https://assets.tina.io/8a7b77f2-cde8-44e7-a592-ebeb7e9dc437/carousel/5-RapiScan.png"
},
{
label: "Image description",
imgSrc:
"https://assets.tina.io/8a7b77f2-cde8-44e7-a592-ebeb7e9dc437/carousel/4-RapiScan.png"
},
{
label: "Image description",
imgSrc:
"https://assets.tina.io/8a7b77f2-cde8-44e7-a592-ebeb7e9dc437/carousel/3-Rapiscan-v2.png"
},
{
label: "Image description",
imgSrc:
"https://assets.tina.io/8a7b77f2-cde8-44e7-a592-ebeb7e9dc437/carousel/2-RapiScan.png"
},
{
label: "Image description",
imgSrc:
"https://assets.tina.io/8a7b77f2-cde8-44e7-a592-ebeb7e9dc437/carousel/1-RapiScan.png"
}
]}
technologies={[
{ name: "Figma" },
{ name: "Tailwind" },
{ name: "XHTML and CSS" },
{ name: "UI UX Design" }
]}
/>
19 changes: 19 additions & 0 deletions content/logo/angular-hackday.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
seo:
title: AngularHackDay Logo
showBreadcrumb: true
header: AngularHackDay Logo
subHeader: "If you have any queries please\_[contact SSW.](/company/contact-us)\n"
_body:
- title: Download
downloads:
- header: Color
img: /images/company-logos/AngularHackDay_preview.png
firstLink: /images/company-logos/downloads/images/AngularHackDay.png
- header: B&W
img: /images/company-logos/AngularHackday_BW_preview.png
firstLink: /images/company-logos/downloads/images/AngularHackDay_BW.png
_template: DownloadBlock
footer: ''
---

33 changes: 33 additions & 0 deletions content/logo/codeauditor.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
seo:
title: CodeAuditor Logo
showBreadcrumb: true
header: CodeAuditor Logo
subHeader: "If you have any queries please\_[contact SSW.](/company/contact-us)\n"
_body:
- title: Download
downloads:
- header: Color Vertical
img: /images/company-logos/CodeAuditor_preview.png
firstLink: /images/company-logos/downloads/images/CodeAuditor.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/CodeAuditor.svg
- header: B&W Vertical
img: /images/company-logos/CodeAuditor_preview_BW.png
firstLink: /images/company-logos/downloads/images/CodeAuditor_BW.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/CodeAuditor_BW.svg
- header: Color Horizontal
img: /images/company-logos/CodeAuditor_preview_horizontal.png
firstLink: /images/company-logos/downloads/images/CodeAuditor_horizontal.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/CodeAuditor_horizontal.svg
- header: B&W Horizontal
img: /images/company-logos/CodeAuditor_preview_horizontal_BW.png
firstLink: /images/company-logos/downloads/images/CodeAuditor_horizontal_BW.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/CodeAuditor_horizontal_BW.svg
_template: DownloadBlock
footer: ''
---

33 changes: 33 additions & 0 deletions content/logo/dory.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
seo:
title: SSW Dory Logo
showBreadcrumb: true
header: SSW Dory Logo
subHeader: "If you have any queries please\_[contact SSW.](/company/contact-us)\n"
_body:
- title: Download
downloads:
- header: Color Vertical
img: /images/company-logos/SSWDory-preview.png
firstLink: /images/company-logos/downloads/images/SSWDory.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/SSW-Dory.svg
- header: B&W Vertical
img: /images/company-logos/SSWDory-preview_BW.png
firstLink: /images/company-logos/downloads/images/SSWDory_BW.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/SSWDory_BW.svg
- header: Color Horizontal
img: /images/company-logos/SSWDory-horizontal_preview.png
firstLink: /images/company-logos/downloads/images/SSWDory-horizontal.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/SSWDory-horizontal.svg
- header: B&W Horizontal
img: /images/company-logos/SSWDory-horizontal_preview_BW.png
firstLink: /images/company-logos/downloads/images/SSWDory-horizontal_BW.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/SSW-Dory-horizontal_BW.svg
_template: DownloadBlock
footer: ''
---

33 changes: 33 additions & 0 deletions content/logo/eagleeye.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
seo:
title: EagleEye Logo
showBreadcrumb: true
header: EagleEye Logo
subHeader: "If you have any queries please\_[contact SSW.](/company/contact-us)\n"
_body:
- title: Download
downloads:
- header: Color Vertical
img: /images/company-logos/EagleEye_preview.png
firstLink: /images/company-logos/downloads/images/EagleEye.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/EagleEye-Icon.svg
- header: B&W Vertical
img: /images/company-logos/EagleEye-BW-preview.png
firstLink: /images/company-logos/downloads/images/EagleEye-BW.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/EagleEye-Vertical-Black.svg
- header: Color Horizontal
img: /images/company-logos/EagleEye-horizontal-preview.png
firstLink: /images/company-logos/downloads/images/EagleEye-horizontal.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/EagleEye-Horizontal-Color.svg
- header: B&W Horizontal
img: /images/company-logos/EagleEye-horizontal-BW-preview.png
firstLink: /images/company-logos/downloads/images/EagleEye-horizontal-BW.png
secondLinkText: SVG
secondLink: /images/company-logos/downloads/svgs/EagleEye-Horizontal-Black.svg
_template: DownloadBlock
footer: ''
---

12 changes: 6 additions & 6 deletions content/logo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ _body:
linkContent: >
<UtilityButton buttonText="LOGO OPTIONS" size="small"
btnIcon="BsArrowRightCircle" removeTopMargin={true}
link="https://www.ssw.com.au/ssw/logo/SophieHub" />
link="/logo/sophiehub" />
- title: LinkAuditor
image: /images/company-logos/LinkAuditor_preview.png
linkContent: >
Expand All @@ -65,31 +65,31 @@ _body:
linkContent: >
<UtilityButton buttonText="LOGO OPTIONS" size="small"
btnIcon="BsArrowRightCircle" removeTopMargin={true}
link="https://www.ssw.com.au/ssw/logo/CodeAuditor" />
link="/logo/codeauditor" />
- title: SmashingBarrier
image: /images/company-logos/SmashingBarrier_preview.png
linkContent: >
<UtilityButton buttonText="LOGO OPTIONS" size="small"
btnIcon="BsArrowRightCircle" removeTopMargin={true}
link="https://www.ssw.com.au/ssw/logo/SmashingBarrier" />
link="/logo/smashingbarrier" />
- title: EagleEye
image: /images/company-logos/EagleEye_preview.png
linkContent: >
<UtilityButton buttonText="LOGO OPTIONS" size="small"
btnIcon="BsArrowRightCircle" removeTopMargin={true}
link="https://www.ssw.com.au/ssw/logo/EagleEye" />
link="/logo/eagleeye" />
- title: SSWDory
image: /images/company-logos/SSWDory-preview.png
linkContent: >
<UtilityButton buttonText="LOGO OPTIONS" size="small"
btnIcon="BsArrowRightCircle" removeTopMargin={true}
link="https://www.ssw.com.au/ssw/logo/Dory" />
link="/logo/dory" />
- title: SSWRules
image: /images/company-logos/SSW Rules_preview.png
linkContent: >
<UtilityButton buttonText="LOGO OPTIONS" size="small"
btnIcon="BsArrowRightCircle" removeTopMargin={true}
link="https://www.ssw.com.au/ssw/logo/SSWRules" />
link="/logo/ssw-rules" />
- title: SSWRewards
image: /images/company-logos/SSW Rewards_preview.png
linkContent: >
Expand Down
2 changes: 1 addition & 1 deletion content/logo/linkauditor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ seo:
title: LinkAuditor Logo
showBreadcrumb: true
header: LinkAuditor Logo
subHeader: "If you have any queries please\_[contact](/company/about-us) SSW.\n"
subHeader: "If you have any queries please\_[contact SSW.](/company/contact-us)\n"
_body:
- title: Download
downloads:
Expand Down
Loading

0 comments on commit 1b3619e

Please sign in to comment.