-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from CyberAnode/14-update-the-company-pages-to…
…-include-au-or-nz-fields Added Country 1 and 2 and address 1 and 2
- Loading branch information
Showing
14 changed files
with
109 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: "OpSys Australia" | ||
Country1: Australia | ||
headquarters: "SA" | ||
partners: | ||
- Proofpoint | ||
|
@@ -15,7 +16,7 @@ services: | |
email: "[email protected]" | ||
linkedin: "opsys-australia" | ||
website: "https://opsys.com.au/" | ||
address: "83 Sturt Street Adelaide" | ||
address1: "83 Sturt Street Adelaide" | ||
image: "images/company_logos/OpSys.png" | ||
summary: "Established in 2016 as a leader in sovereign cyber security, OpSys Australia is dedicated to Australian-led innovation in digital security. Our team, operating across Australia, New Zealand, and Singapore, specialises in advanced cyber security solutions, protecting businesses from emerging threats within a sovereign framework. We are committed to developing cutting-edge security strategies and technologies, ensuring robust protection against evolving cyber challenges." | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
141 changes: 82 additions & 59 deletions
141
themes/hugoplate/layouts/partials/components/contact.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,96 @@ | ||
<h5 class="mb-6">Contact</h5> | ||
|
||
<div class="content mb-10"> | ||
<ul> | ||
<li class="inline-block"> | ||
{{ $address:= .Params.address }} | ||
{{ if $address }} | ||
<i class="fas fa-building mr-2"></i> | ||
{{ $address }} | ||
{{ end }} | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $email:= .Params.email }} | ||
{{ if $email }} | ||
<i class="fa fa-envelope mr-2"></i> | ||
<a href="mailto:{{ $email }}" title="Email"> | ||
{{ $email }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $twitter:= .Params.twitter }} | ||
{{ if $twitter }} | ||
<i class="fab fa-twitter mr-2"></i> | ||
<a href="https://www.twitter.com/{{ $twitter }}" title="twitter">{{ $twitter }}</a> | ||
{{ end }} | ||
</li> | ||
<!-- This section adds the country and the address | ||
Country1--> | ||
<li class="inline-block"> | ||
{{ $country1:= .Params.country1 }} | ||
{{ if $country1 }} | ||
<h6>{{ $country1 }}</h6> | ||
{{ end }} | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $linkedin:= .Params.linkedin }} | ||
{{ if $linkedin }} | ||
<i class="fab fa-linkedin mr-2"></i> | ||
<a href="https://www.linkedin.com/company/{{ $linkedin }}" title="linkedin">{{ $linkedin }}</a> | ||
{{ end }} | ||
</li> | ||
<li class="inline-block"> | ||
{{ $address1:= .Params.address1 }} | ||
{{ if $address1 }} | ||
<i class="fas fa-building mr-2"></i> | ||
{{ $address1 }} | ||
{{ end }} | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $youtube:= .Params.youtube }} | ||
{{ if $youtube }} | ||
<i class="fab fa-youtube mr-2"></i> | ||
<a href="https://www.youtube.com/@{{ $youtube }}" title="youtube">{{ $youtube }}</a> | ||
{{ end }} | ||
</li> | ||
<!-- Country2--> | ||
<li class="inline-block"> | ||
{{ $country2:= .Params.country2 }} | ||
{{ if $country2 }} | ||
<h6>{{ $country2 }}</h6> | ||
{{ end }} | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $address2:= .Params.address2 }} | ||
{{ if $address2 }} | ||
<i class="fas fa-building mr-2"></i> | ||
{{ $address2 }} | ||
{{ end }} | ||
</li> | ||
|
||
{{ $github:= .Params.github }} | ||
{{ if $github }} | ||
<li class="inline-block"> | ||
<i class="fab fa-github mr-2"></i> | ||
<a href="https://www.github.com/{{ $github }}" title="github">{{ $github }}</a> | ||
{{ end }} | ||
</li> | ||
<!-- Start of the contact list for socials --> | ||
<li class="inline-block"> | ||
{{ $email:= .Params.email }} | ||
{{ if $email }} | ||
<i class="fa fa-envelope mr-2"></i> | ||
<a href="mailto:{{ $email }}" title="Email"> | ||
{{ $email }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $twitter:= .Params.twitter }} | ||
{{ if $twitter }} | ||
<i class="fab fa-twitter mr-2"></i> | ||
<a href="https://www.twitter.com/{{ $twitter }}" title="twitter">{{ $twitter }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
{{ $facebook:= .Params.facebook }} | ||
{{ if $facebook }} | ||
<li class="inline-block"> | ||
<i class="fab fa-facebook mr-2"></i> | ||
<a href="https://www.facebook.com/{{ $facebook }}" title="facebook">{{ $facebook }}</a> | ||
<li class="inline-block"> | ||
{{ $linkedin:= .Params.linkedin }} | ||
{{ if $linkedin }} | ||
<i class="fab fa-linkedin mr-2"></i> | ||
<a href="https://www.linkedin.com/company/{{ $linkedin }}" title="linkedin">{{ $linkedin }}</a> | ||
{{ end }} | ||
</li> | ||
</li> | ||
|
||
<li class="inline-block"> | ||
{{ $youtube:= .Params.youtube }} | ||
{{ if $youtube }} | ||
<i class="fab fa-youtube mr-2"></i> | ||
<a href="https://www.youtube.com/@{{ $youtube }}" title="youtube">{{ $youtube }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
{{ $github:= .Params.github }} | ||
{{ if $github }} | ||
<li class="inline-block"> | ||
<i class="fab fa-github mr-2"></i> | ||
<a href="https://www.github.com/{{ $github }}" title="github">{{ $github }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
{{ $facebook:= .Params.facebook }} | ||
{{ if $facebook }} | ||
<li class="inline-block"> | ||
<i class="fab fa-facebook mr-2"></i> | ||
<a href="https://www.facebook.com/{{ $facebook }}" title="facebook">{{ $facebook }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
{{ $website:= .Params.website }} | ||
{{ if $website }} | ||
<li class="inline-block"> | ||
<i class="fas fa-bookmark mr-2"></i><a href="{{ $website }}" title="website"> | ||
{{ $website }}</a> | ||
{{ end }} | ||
</li> | ||
|
||
{{ $website:= .Params.website }} | ||
{{ if $website }} | ||
<li class="inline-block"> | ||
<i class="fas fa-bookmark mr-2"></i><a href="{{ $website }}" title="website"> | ||
{{ $website }}</a> | ||
{{ end }} | ||
</li> | ||
</ul> | ||
</div> |