Skip to content

Commit

Permalink
Add our investors and working at ff sections
Browse files Browse the repository at this point in the history
  • Loading branch information
“yndira-flowforge” committed Jul 27, 2023
1 parent 437012e commit a5399e5
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 18 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/_includes/components/icons/arrow-top-right-on-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 77 additions & 8 deletions src/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ meta:
<!-- Primary Content -->
<div class="about w-full ff-bg-light">
<div class="w-full pt-12 pb-24 md:pb-10 md:pt-12 flex flex-col items-center">
<div class="container text-center max-w-4xl px-6">
<div class="container text-center max-w-xl md:max-w-4xl px-6">
<h1>About FlowForge</h1>
<div class="flex flex-col md:flex-row gap-8 items-center mt-10">
<div class="md:w-1/2 text-left my-auto">
Expand All @@ -34,7 +34,7 @@ meta:
<!-- Secondary Content -->

<div class="about w-full bg-gray-100">
<div class="container m-auto max-w-4xl pt-10 pb-20 md:pb-32 px-6">
<div class="container m-auto max-w-xl md:max-w-4xl pt-10 pb-20 md:pb-32 px-6">
<div class="pb-6 md:pb-0 flex flex-col md:flex-row gap-3 md:gap-1">
<div class="md:w-[28%] md:mt-4 flex flex-row gap-3">
<div class="w-[42px]">
Expand All @@ -60,9 +60,10 @@ meta:
</div>
</div>
{% include "components/divider-flow--top-red--dark.njk" %}

<!-- Company Values -->
<div class="about w-full ff-bg-dark px-6 pt-12 pb-6 md:pt-10 md:pb-6">
<div class="container about-values m-auto max-w-4xl">
<div class="about w-full ff-bg-dark px-6 pt-12 pb-6 md:pt-12 md:pb-6">
<div class="container about-values m-auto max-w-xl md:max-w-4xl sm:px-6">
<div>
<h2 class="mb-10 text-center">Corporate Values</h2>
<p class="text-justify">As a remote-only company, FlowForge brings together talented professionals from Europe, North America, and Asia. Our <a href="/handbook/company/values/">corporate values</a> drive our team to focus on achieving results, continuous iterative improvements, fostering a collaborative community, encouraging constructive candor, and prioritizing customer empathy.</p>
Expand All @@ -75,11 +76,79 @@ meta:
</div>

<!-- Investors -->
<div class="about w-full ff-bg-light px-6 pt-12 pb-20 md:px-0 md:pt-20">
<div class="container m-auto text-center max-w-4xl">
<div class="about w-full ff-bg-light px-6 pt-6 pb-16 md:px-0 -mt-px">
<div class="container m-auto text-center max-w-5xl">
<h2 class="mb-4">Our Investors</h2>
<div class="investors">

<!-- Mobile -->
<div class="investors mt-12 md:hidden">
<div class="logos">
{% image "./images/about/investors/opencore.png", "Open Core Ventures Logo", [280] %}
{% image "./images/about/investors/cota-capital.png", "Cota Capital Logo", [200] %}
</div>
<div class="logos">
{% image "./images/about/investors/westwave.png", "Westwave Capital Logo", [215] %}
{% image "./images/about/investors/uncorrelated.png", "Uncorrelated Logo", [190] %}
</div>
</div>
<!-- Desktop -->
<div class="investors mt-12 hidden md:block">
<div class="logos">
{% image "./images/about/investors/opencore.png", "Open Core Ventures Logo", [238] %}
{% image "./images/about/investors/cota-capital.png", "Cota Capital Logo", [170] %}
{% image "./images/about/investors/westwave.png", "Westwave Capital Logo", [184] %}
{% image "./images/about/investors/uncorrelated.png", "Uncorrelated Logo", [152] %}
</div>
</div>
</div>
</div>
<div class="text-gray-50 bg-white">
{% include "components/dividers/light-grey-curve-inverted.svg" %}
</div>
<!-- Working at FlowForge -->
<div class="about w-full ff-bg-light">
<div class="w-full bg-white px-6 pt-6 pb-12 md:px-0">
<div class="container m-auto text-center max-w-xl md:max-w-4xl mt-12 md:mt-3">
<h2 class="mb-4">Working at FlowForge</h2>
</div>
<div class="grid px-6 grid-cols-1 md:grid-cols-2 md:gap-3 sm:gap-x-8 gap-y-6 mb-6 max-w-md sm:max-w-xl md:max-w-4xl m-auto mt-8 md:mt-0">
<!-- Team -->
<div class="w-full text-left m-auto flex flex-row justify-start items-center gap-3">
<div class="w-16">
{% image "./images/pictograms/collaboration_red.png", "Graphics depicting a team.", [64] %}
</div>
<div class="about-team flex flex-col justify-center">
<a href="/team/">
<h4 class="flex leading-8 mt-6">
<span class="font-medium">Team</span>
<div class="w-5 inline self-end mb-1 ml-2">
{% include "components/icons/arrow-top-right-on-square.svg" %}
</div>
</h4>
</a>
<div class="-mt-6">
<p>Meet our growing team of professionals.</p>
</div>
</div>
</div>
<!-- Careers -->
<div class="w-full text-left m-auto flex flex-row justify-start items-center gap-3">
<div class="w-16 -mt-4 md:mt-0" style="flex-shrink: 0;">
{% image "./images/pictograms/briefcase_red.png", "Graphics depicting a briefcase.", [64] %}
</div>
<div class="about-team flex flex-col justify-center">
<a href="/careers/">
<h4 class="flex leading-8 md:mt-14">
<span class="font-medium">Careers</span>
<div class="w-5 inline self-end mb-1 ml-2">
{% include "components/icons/arrow-top-right-on-square.svg" %}
</div>
</h4>
</a>
<div class="-mt-6">
<p>Join our team. Check out current career opportunities.</p>
</div>
</div>
</div>
</div>
</div>
</div>
33 changes: 26 additions & 7 deletions src/css/style.page.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
padding: 0 24px;
}

.about-team h4 {
color: theme(colors.gray.800);
}

.about-team a:hover,
.about-team h4:hover,
.about-team path:hover {
color: theme(colors.blue.600);
text-decoration: none;
--tdur: 0;
}

/*
PRODUCT
*/
Expand Down Expand Up @@ -323,7 +335,7 @@
flex-direction: row;
align-items: center;
margin-bottom: 2rem;
@apply w-1/2 md:w-1/3 justify-start md:justify-center px-6;
@apply w-1/2 md:w-1/3 justify-start md:justify-center px-3 sm:px-6;
}

.about-values .company-value img {
Expand All @@ -338,8 +350,7 @@
margin-bottom: 0;
font-size: 1.2rem;
line-height: 1.3rem;
margin-left: 1rem;
@apply px-2 md:px-0 text-left;
@apply px-2 md:px-0 text-left ml-2 md:ml-4;
}
}

Expand All @@ -349,14 +360,22 @@
.investors {
display: flex;
flex-direction:row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
@apply w-1/4 md:w-1/2 gap-3;
justify-content: space-between;
@apply md:px-3;
}

.investors .logos {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin-bottom: 10px;
@apply gap-3 w-full justify-center gap-6 md:gap-0 md:justify-between;
}

.investors img {
max-width: fit-content;
min-height: 100%;
@apply px-3 max-h-[48px] md:max-h-[41px];
}
}

Expand Down
Binary file added src/images/about/investors/cota-capital.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 src/images/about/investors/opencore.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 src/images/about/investors/uncorrelated.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 src/images/about/investors/westwave.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 src/images/pictograms/briefcase_red.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 a5399e5

Please sign in to comment.