-
Notifications
You must be signed in to change notification settings - Fork 482
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 #3494 from kaimmej/OpenSearch-UserGroups
Open search user groups
- Loading branch information
Showing
24 changed files
with
464 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,120 @@ | ||
|
||
|
||
{ | ||
|
||
"UserGroups": { | ||
|
||
"HeroBanner": { | ||
"Title": "Community User Groups", | ||
"SubText": "A place for local OpenSearch communities to gather worldwide", | ||
"PathIconImageDesktop": "/assets/img/usergroups-assets/UserGroup_Icon.png" | ||
}, | ||
"Content_PageOverview": { | ||
"Builders_ImagePath": "/assets/img/usergroups-assets/OpenSearchBuilders.png", | ||
"TextContent": "User Groups are community-driven meetups, or recurring gatherings who discuss OpenSearch topics, share knowledge, present related solutions, and network with the wider open source community. <br/> OpenSearch Project User Groups are meant to facilitate in-person collaboration, knowledge sharing, success stories, best practices, and resources." | ||
}, | ||
"Content_UserGroups": { | ||
"Title": "Participate in a local User Group", | ||
"ClassValue": "header--h2", | ||
"TextContent": "Anyone interested is welcome to join the OpenSearch Meetup Network. <br/> User Group presentations typically discuss search engineering, open source search technology, search relevancy, observability, log analytics, and other OpenSearch-related topics." | ||
}, | ||
"UserGroups_GroupCharter_Button": { | ||
"Title": "User group charter and guidelines", | ||
"ClassValue": "btn-secondary-dark", | ||
"Link": "https://github.com/opensearch-project/community/blob/main/user-groups/charter-guidelines.md" | ||
}, | ||
"UserGroup_Array": [ | ||
{ | ||
"Name": "Amsterdam, Neatherlands", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/Amsterdam_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-amsterdam/" | ||
}, | ||
{ | ||
"Name": "Austin, United States", | ||
"Location": "North America", | ||
"ImagePath": "/assets/img/usergroups-assets/Austin_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-austin/" | ||
}, | ||
{ | ||
"Name": "Bay Area, United States", | ||
"Location": "North America", | ||
"ImagePath": "/assets/img/usergroups-assets/OS-AWS-SF-UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-bay-area/" | ||
}, | ||
{ | ||
"Name": "Berlin, Germany", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/AWS-Berlin-UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-berlin/" | ||
}, | ||
{ | ||
"Name": "Bristol, United Kingdom", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/AWS-Bristol-UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-bristol/" | ||
}, | ||
{ | ||
"Name": "Chicago, United States", | ||
"Location": "North America", | ||
"ImagePath": "/assets/img/usergroups-assets/AWS-Chicago-UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-chicago/" | ||
}, | ||
{ | ||
"Name": "Dublin, Ireland", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/Dublin_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-dublin/" | ||
}, | ||
{ | ||
"Name": "London, England", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/London_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-london/" | ||
}, | ||
{ | ||
"Name": "Munchen, Germany", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/OpenSearch_Munich_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-munchen/" | ||
}, | ||
{ | ||
"Name": "New York City, United States", | ||
"Location": "North America", | ||
"ImagePath": "/assets/img/usergroups-assets/AWS-NYC-UserGroup.png", | ||
"Link": "https://www.meetup.com/new-york-city-opensearch-user-group/" | ||
}, | ||
{ | ||
"Name": "Paris, France", | ||
"Location": "Europe", | ||
"ImagePath": "/assets/img/usergroups-assets/Paris_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-paris/" | ||
}, | ||
{ | ||
"Name": "Seattle, United States", | ||
"Location": "North America", | ||
"ImagePath": "/assets/img/usergroups-assets/OpenSearch_Seattle_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-seattle/" | ||
}, | ||
{ | ||
"Name": "Seoul, South Korea", | ||
"Location": "Asia", | ||
"ImagePath": "/assets/img/usergroups-assets/AWS-Seoul-Skyline.png", | ||
"Link": "https://www.meetup.com/opensearch-project-seoul/" | ||
}, | ||
{ | ||
"Name": "Vancouver, Canada", | ||
"Location": "North America", | ||
"ImagePath": "/assets/img/usergroups-assets/OpenSearch_Vancouver_UserGroup.png", | ||
"Link": "https://www.meetup.com/opensearch-project-vancouver-bc/" | ||
} | ||
] | ||
|
||
|
||
|
||
} | ||
} | ||
|
||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
|
||
|
||
|
||
|
||
// HERO BANNER | ||
$mobile-usergroups-banner-height: 200px; | ||
$desktop-usergroups-banner-height: 255px; | ||
$desktop-sidebar-width: 200px; | ||
$favicon-img-desktop-height: 100px; | ||
.usergroups-desktopTopBanner-container{ | ||
position: relative; | ||
|
||
.usergroups-hero-heading-name{ | ||
color: $primary-open-sky-s2; | ||
font-size: 64px; | ||
font-family: 'Open Sans Condensed'; | ||
font-weight: 800; | ||
line-height: 72px; | ||
text-decoration: none; | ||
z-index: 1; | ||
} | ||
.icon-div-box{ | ||
margin-left: 0px; | ||
width: 30px; | ||
height: 30px; | ||
} | ||
|
||
|
||
.usergroups-topBanner-img-wrapper{ | ||
position: relative; | ||
height: $desktop-usergroups-banner-height; | ||
overflow: hidden; | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
.usergroups-topBanner-content-wrapper { | ||
height: $desktop-usergroups-banner-height; | ||
} | ||
} | ||
|
||
|
||
|
||
.usergroups-sidebar-favicon-wrapper{ | ||
// min-width: $desktop-sidebar-width; | ||
height: $desktop-usergroups-banner-height; | ||
background-color: white; | ||
|
||
.usergroups-favicon-image { | ||
min-width: 50px; | ||
max-width: 40%; | ||
object-fit: contain; | ||
display: block; | ||
} | ||
} | ||
|
||
// Bottom Border | ||
&::after { | ||
content: ""; | ||
position: absolute; | ||
height: 6px; | ||
width: 100%; | ||
background-color: $primary-open-sky-s2; | ||
bottom: 0px; | ||
left: 0; | ||
} | ||
} | ||
|
||
$desktop-usergroups-buildersbanner-height: 300px; | ||
// BUILDERS BANNER | ||
.Builders-banner-dark-backgroundBanner { | ||
position: relative; | ||
overflow: hidden; | ||
background-color: $primary-pacific-sky-t2; | ||
|
||
.Builders-banner-dark-backgroundBanner-container { | ||
position: fluid; | ||
height: $desktop-usergroups-buildersbanner-height; | ||
} | ||
|
||
.usergroups-builders-image { | ||
// max-width: 40%; | ||
// max-height: $desktop-usergroups-buildersbanner-height; | ||
min-width: 400px; | ||
// object-fit: contain; | ||
display: block; | ||
} | ||
|
||
} | ||
|
||
|
||
// FONT | ||
.usergroup-h2-header { | ||
color: $primary-open-sky-s3; | ||
font-size: 30px; | ||
font-weight: 700px; | ||
} | ||
.usergroup-herobanner-subtext { | ||
color: $primary-open-sky-s3; | ||
font-size: 20px; | ||
font-weight: 700px; | ||
line-height: 30px; | ||
} | ||
.usergroup-body-text { | ||
color: black; | ||
font-size: 24px; | ||
font-weight: 400px; | ||
line-height: 48px; | ||
} | ||
|
||
|
||
|
||
|
||
// USERGROUP CARDS | ||
.card-usergroup-img-top { | ||
|
||
.card-img-top{ | ||
width: 100%; | ||
} | ||
.card-title { | ||
color: #0085B8; | ||
font-size: 21px; | ||
font-family: Open Sans; | ||
font-weight: 700; | ||
line-height: 36px; | ||
word-wrap: break-word | ||
} | ||
.card-text { | ||
color: #003551; | ||
font-size: 15px; | ||
font-family: Open Sans; | ||
font-weight: 600; | ||
text-transform: uppercase; | ||
line-height: 24px; | ||
letter-spacing: 4.50px; | ||
} | ||
// Bottom Border | ||
&::after { | ||
content: ""; | ||
position: absolute; | ||
height: 6px; | ||
width: 100%; | ||
background-color: $primary-open-sky-s2; | ||
bottom: 0px; | ||
left: 0; | ||
} | ||
} | ||
|
||
|
||
|
||
// USERGROUP BUTTON | ||
.btn-secondary-dark { | ||
|
||
--bs-btn-padding-y: 15px; | ||
--bs-btn-padding-x: 20px; | ||
background-color: $primary-open-sky-s2; | ||
border-radius: 0px; | ||
color: $secondary-sanfrancisco-fog-t1; | ||
|
||
font-size: 18px; | ||
font-weight: 700; | ||
line-height: 24px; | ||
border-radius: 30px; | ||
text-wrap: nowrap; | ||
|
||
> .lg-button-content-icon-svg { | ||
|
||
fill: $secondary-sanfrancisco-fog-t1; | ||
margin-bottom: 2px; | ||
} | ||
&:active { | ||
background-color: $primary-open-sky-s3 !important; | ||
} | ||
&:hover { | ||
background-color: $primary-open-sky-s3; | ||
color: $secondary-sanfrancisco-fog-t1; | ||
} | ||
&:active > .button-content { | ||
|
||
> .lg-button-content-icon { | ||
> .lg-button-content-icon-svg{ | ||
fill: $secondary-golden-poppy; | ||
} | ||
} | ||
> .button-content-text { | ||
color: $secondary-golden-poppy; | ||
} | ||
|
||
} | ||
&:visited { | ||
color: $secondary-sanfrancisco-fog-t1; | ||
} | ||
} | ||
.lg-button-content-icon-svg { | ||
fill: $secondary-sanfrancisco-fog-t1; | ||
margin-bottom: 2px; | ||
|
||
|
||
} |
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 |
---|---|---|
|
@@ -34,3 +34,4 @@ | |
@import "navbar"; | ||
@import "main-imports"; | ||
@import "common/OpenSearch_typography"; | ||
@import "usergroups"; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.