Skip to content

Commit 36a89ce

Browse files
committed
remove link from brazil
update sig pages
1 parent 6de63a8 commit 36a89ce

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

src/content/gatherings/sao-paulo-24-agust-28/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ venue_URL: 'Disponível em Breve'
1111
venue_address: 'Boulevard JK International Plaza - Av. Pres. Juscelino Kubitschek, 1327 - Itaim Bibi, São Paulo'
1212

1313
registration_text: 'Registro Disponível nesse link'
14-
registration_URL: 'https://events.redhat.com/profile/form/index.cfm?PKformID=0x1154574abcd'
14+
registration_URL: ''
1515

1616
head_text: >-
1717
O espaço que une clientes, contribuidores, parceiros, cliente e líderes de projetos para contar suas experiências com OpenShift.

src/pages/sigs/index.js

+27-27
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ const AccordionItem = ({ ...props }) => {
3636
className={`${
3737
open &&
3838
'text-secondary-800 hover:text-secondary-900 bg-secondary-200 hover:bg-secondary-200'
39-
} w-full border-b border-base-500 hover:bg-base-200 focus:outline-none focus:ring-inset focus:ring-2 focus:ring-primary-600 text-left py-4 px-3 text-xl lg:text-2xl font-medium`}
39+
} w-full border-b border-base-500 hover:bg-base-200 focus:outline-none focus:ring-inset focus:ring-2 focus:ring-primary-600 text-left py-4 px-3 text-xl lg:text-2xl font-medium`}
4040
>
4141
<h2 className="flex items-center space-x-3">
4242
{open ? (
4343
<MinusCircle className="flex-shrink-0 w-6 h-6" />
4444
) : (
45-
<PlusCircle className="flex-shrink-0 w-6 h-6" />
46-
)}
45+
<PlusCircle className="flex-shrink-0 w-6 h-6" />
46+
)}
4747
<span className="flex gap-2 space-x-6 items-center">
4848
<span className="inline h-6 w-6 lg:h-8 lg:w-8">{icon}</span> {title}
4949
</span>
@@ -91,34 +91,34 @@ export default function SIGPage() {
9191
The purpose of the edge SIG is to collaborate and share information around best practices and lessons learned for the community’s deployment at the edge.
9292
</p>
9393
<h3 className={h3Style}>About edge computing</h3>
94-
<p className={paragraphStyle}></p>
95-
Simply put, edge computing is when compute/insights/decisions happen outside of larger, centralized data centers and public clouds.
96-
This Special Interest Group is a way for the community to meet, discuss and share information about a quickly-growing, highly-variable subject.
94+
<p className={paragraphStyle}>
95+
Simply put, edge computing is when compute/insights/decisions happen outside of larger, centralized data centers and public clouds.
96+
This Special Interest Group is a way for the community to meet, discuss and share information about a quickly-growing, highly-variable subject.
9797
</p>
98-
<h3 className={h3Style}>Links</h3>
99-
<div className="grid lg:grid-cols-2 my-8 lg:my-0 gap-8 page-wrapper">
100-
<Callout
101-
title="What is edge computing?"
102-
url="https://www.redhat.com/en/topics/edge-computing/what-is-edge-computing"
103-
icon={<ExternalLink alt="" />}
104-
>
105-
Edge computing is computing that takes place at or near the physical location of either the user or the source of the data
98+
<h3 className={h3Style}>Links</h3>
99+
<div className="grid lg:grid-cols-3 my-8 lg:my-0 gap-8 page-wrapper">
100+
<Callout
101+
title="What is edge computing?"
102+
url="https://www.redhat.com/en/topics/edge-computing/what-is-edge-computing"
103+
icon={<ExternalLink alt="" />}
104+
>
105+
Edge computing is computing that takes place at or near the physical location of either the user or the source of the data
106106
</Callout>
107-
<Callout
108-
title="Edge computing with Red Hat OpenShift?"
109-
url="https://www.redhat.com/en/technologies/cloud-computing/openshift/edge-computing"
110-
icon={<ExternalLink alt="" />}
111-
>
112-
For organizations using cloud-native applications, virtual machines (VMs), IoT (Internet of Things), and cloud computing to deliver extraordinary customer experiences, or using applications powered by artificial intelligence and machine learning (AI/ML) to unlock new opportunities from data, they are evolving and distributing their IT infrastructure using edge computing to get resources as close to the data and users as possible.
107+
<Callout
108+
title="Edge computing with Red Hat OpenShift?"
109+
url="https://www.redhat.com/en/technologies/cloud-computing/openshift/edge-computing"
110+
icon={<ExternalLink alt="" />}
111+
>
112+
For organizations using cloud-native applications, virtual machines (VMs), IoT (Internet of Things), and cloud computing to deliver extraordinary customer experiences, or using applications powered by artificial intelligence and machine learning (AI/ML) to unlock new opportunities from data, they are evolving and distributing their IT infrastructure using edge computing to get resources as close to the data and users as possible.
113113
</Callout>
114-
<Callout
115-
title="Edge computing with Red Hat Device Edge"
116-
url="https://www.redhat.com/en/topics/edge-computing/what-is-edge-computing"
117-
icon={<ExternalLink alt="" />}
118-
>
119-
Devices at the far edge need a different approach. Edge devices such as assembly line tools, IoT gateways, points of sale, and industrial controllers have to operate with limited computing resources, power, cooling, and connectivity.
114+
<Callout
115+
title="Edge computing with Red Hat Device Edge"
116+
url="https://www.redhat.com/en/topics/edge-computing/what-is-edge-computing"
117+
icon={<ExternalLink alt="" />}
118+
>
119+
Devices at the far edge need a different approach. Edge devices such as assembly line tools, IoT gateways, points of sale, and industrial controllers have to operate with limited computing resources, power, cooling, and connectivity.
120120
</Callout>
121-
121+
</div>
122122
</AccordionItem>
123123
<AccordionItem title="Validated Patterns" icon={<Triangle alt="" />}>
124124
<p className={paragraphStyle}>

0 commit comments

Comments
 (0)