Skip to content

Commit

Permalink
Added AWS advanced logo + text to Our Team section with link to blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
relevanto committed Aug 23, 2024
1 parent 73a90cc commit e2ec943
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 1 deletion.
3 changes: 3 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Agile, transparency, and comprehensive documentation for effective knowledge tra
{{< /column >}}
{{< /two_columns >}}

<!-- {{< section heading="AWS Advanced Partner" >}}
As an AWS Advanced Partner, FivexL combines real-world experience with deep knowledge in building scalable, secure, and cost-effective AWS environments for fast-growing startups.
{{< /section >}} -->

{{< our_team heading="Our Team" cta_url="https://sales.fivexl.io/schedule-a-call" cta_text="Book a consultation" >}}
{{< md >}}
Expand Down
Binary file modified content/blog/AWS-Advanced-Partner/Bages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/AWS-Advanced-Partner/Bages3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/blog/AWS-Advanced-Partner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Getting this status means we've met AWS strict criteria for deep experience in i
### Real-World Experience and Continuous Learning
Almost for five years, we've helped startups in Scandinavia and the US build infrastructure on AWS. We love assisting innovative services to meet their customers - check out [our case studies](https://fivexl.io/case-studies/). During this time, we are continuously learning to stay on the cutting edge of fast-evolving cloud technologies, passing exams, and getting certified.

{{< image src="Bages.png" alt="AWS Certificates" width="70%" align="left" style="border-radius: 5px; box-shadow: 2px 1px 3px 0 rgba(0,0,0, 0.3)" >}}
{{< image src="Bages3.png" alt="AWS Certificates" width="70%" align="left" style="border-radius: 5px; box-shadow: 2px 1px 3px 0 rgba(0,0,0, 0.3)" >}}
Binary file added static/aws_partner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions themes/example/assets/sass/our_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
position: relative;
overflow: hidden;

&-Award {
display: flex;
max-width: clamp(280px, calc(50vw - 5rem), 640px);
margin-bottom: clamp(1rem, 4vw, 5.5rem);
@media (max-width:1280px) {
max-width: none;
}
@media (max-width: 768px) {
flex-direction: column;
gap: 20px;
}
}

&-AwardImg {
width: 200px;
height: fit-content;
align-self: center;
}

&-Wrapper {
padding: 3.25rem clamp(3rem, 15vw, 17rem) 0;
padding: clamp(3.25rem, 6vw, 6.75rem) clamp(3rem, 15vw, 17rem) 0;
Expand Down Expand Up @@ -42,6 +61,14 @@
}
}

&-AwardText {
// max-width: clamp(180px, calc(50vw -200px - 5rem), 440px);
// font-size: clamp(0.875rem, 1vw, 1.25rem);
max-width: none !important;
margin-bottom: 0;
align-self: center;
}

.ButtonCTA {
border-radius: 4rem;
padding: clamp(1rem, 2vw, 1.25rem) clamp(1.25rem, 2vw, 1.75rem);
Expand Down
13 changes: 13 additions & 0 deletions themes/example/layouts/shortcodes/our_team.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<section class="ot">
<div class="ot-Wrapper">
<div class="ot-Award">
<a href="/blog/aws-advanced-partner/">
<img
src="/aws_partner.png"
alt="partner"
class="ot-AwardImg"
>
</a>
<p class="ot-AwardText">
As an AWS Advanced Partner, FivexL combines real-world experience with deep knowledge in building scalable, secure, and cost-effective AWS environments for fast-growing startups.
</p>
</div>

<h2 class="ot-Heading">{{ .Params.heading }}</h2>
{{ .Inner }}
</div>
Expand Down
Binary file added themes/example/static/aws_partner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2ec943

Please sign in to comment.