Skip to content

Commit

Permalink
Merge pull request #12 from lego37yoon/main
Browse files Browse the repository at this point in the history
후원사 추가 [안랩클라우드메이트]
  • Loading branch information
sukso96100 authored Jun 21, 2024
2 parents 84c9b8d + 61df724 commit 34ca599
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/assets/sponsors/ahnlab_cloudmate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/data/sponsors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { ColSize } from "@canonical/react-components"
import logoPlaceHolder from "@assets/logo_placeholder.svg";
import groMetric from "@assets/sponsors/grometric.svg";
import ahnlabCloudmate from "@assets/sponsors/ahnlab_cloudmate.png";

export const sponsors = [
{
Expand All @@ -9,6 +10,12 @@ export const sponsors = [
sizeOnMediumScreen: 6 as ColSize,
sizeOnSmallScreen: 6 as ColSize,
},
{
sponsorLevelName: "Venue",
sizeOnLargeScreen: 4 as ColSize,
sizeOnMediumScreen: 4 as ColSize,
sizeOnSmallScreen: 3 as ColSize,
},
{
sponsorLevelName: "Gold",
sizeOnLargeScreen: 4 as ColSize,
Expand All @@ -20,6 +27,14 @@ export const sponsors = [
sizeOnLargeScreen: 3 as ColSize,
sizeOnMediumScreen: 3 as ColSize,
sizeOnSmallScreen: 2 as ColSize,
list: [
{
name: "안랩클라우드메이트",
logoUrl: ahnlabCloudmate.src,
url: "https://www.cloudmt.co.kr",
description: "AhnLab CloudMate is the certified CSP company that located in Seoul, Korea. AhnLab CloudMate provides professional managed service on cloud environment. Based on experiences from MNCs, AhnLab CloudMate has its best certified engineers and developers in the cloud sector. Through the professional managed service, AhnLab CloudMate supports systematic management and its cloud infrastructure to the customers. Furthermore, AhnLab CloudMate also offers consulting for cloud service to industries that are adapting cloud infrastructure for the first time. Lastly, With Microsoft Azure MVP, AhnLab CloudMate has been contributed educational programs and activities to various vendors and many communities for years."
}
]
},
{
sponsorLevelName: "Bronze",
Expand Down

0 comments on commit 34ca599

Please sign in to comment.