Skip to content

Commit 9ac9580

Browse files
authored
Merge pull request #21 from tomkerkhove/oam-implementations
Provide overview of implementations by partners
2 parents 4847af4 + 7a68c3f commit 9ac9580

12 files changed

Lines changed: 152 additions & 63 deletions

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ params:
4141
url: /#overview
4242
- title: Examples
4343
url: /#examples
44-
- title: Implementation
45-
url: /#rudr
44+
- title: Implementations
45+
url: /#implementations
4646
- title: Community
4747
url: /#community
4848
footer:

public/css/style.min.ad804c51161da4bdd6017ab60071285f3e096885ece9e836c5ea669c56ff37ff.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/images/alibaba-cloud.png

2.29 KB
Loading

public/index.html

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
3-
<head>
3+
<head>
44
<meta name="generator" content="Hugo 0.59.1" />
55

66

@@ -30,7 +30,7 @@
3030

3131
<link rel="icon" type="image/png" href="/images/favicon.png" />
3232
<link href="https://fonts.googleapis.com/css?family=Work&#43;Sans:400,600" rel="stylesheet">
33-
<link rel="stylesheet" type="text/css" href="/css/style.min.f8bc58a96d9683fcaa726aec66d6e6c613ef289c7b863c78df6d5509af0c5f06.css" integrity="sha256-&#43;LxYqW2Wg/yqcmrsZtbmxhPvKJx7hjx4321VCa8MXwY=">
33+
<link rel="stylesheet" type="text/css" href="/css/style.min.ad804c51161da4bdd6017ab60071285f3e096885ece9e836c5ea669c56ff37ff.css" integrity="sha256-rYBMURYdpL3WAXq2AHEoXz4JaIXs6eg2xepmnFb/N/8=">
3434
<link rel="stylesheet" type="text/css" href="/css/icons.css">
3535

3636
</head>
@@ -62,8 +62,8 @@
6262
<li><a href="/#examples" class="sidebar-item is-secondary">
6363
Examples
6464
</li></a>
65-
<li><a href="/#rudr" class="sidebar-item is-secondary">
66-
Implementation
65+
<li><a href="/#implementations" class="sidebar-item is-secondary">
66+
Implementations
6767
</li></a>
6868
<li><a href="/#community" class="sidebar-item is-secondary">
6969
Community
@@ -283,7 +283,7 @@ <h4>Show a component and a config in one file:</h4>
283283
</section>
284284

285285

286-
<section class="section is-medium" id="rudr">
286+
<section class="section is-medium" id="implementations">
287287
<div class="content-wrapper">
288288

289289
<div class="subtitle has-text-centered">
@@ -324,6 +324,50 @@ <h1>Rudr: A Kubernetes Implementation of the Open Application Model</h1>
324324
<p><a href="https://github.com/oam-dev/rudr" class="button is-primary is-large"><span class="icon"><i class="fa fa-github"></i></span> &nbsp; Learn More</a></p>
325325
</div>
326326
</div>
327+
328+
<div class="columns">
329+
<div class="column is-quarter is-one-quarter-mobile has-text-left"><img src="images/alibaba-cloud.png" alt="Rudr" /></div>
330+
331+
<div class="column is-three-quarters is-three-quarters-mobile">
332+
<h1>Alibaba</h1>
333+
<small><a href="https://www.alibabacloud.com/">www.alibabacloud.com</a></small>
334+
</div>
335+
336+
</div>
337+
338+
<div class="columns">
339+
<div class="column is-quarter has-text-left">
340+
</div>
341+
<div class="column is-three-quarters">
342+
343+
<p>Alibaba supports Open Application Model in their offerings:</p>
344+
<ul>
345+
<li><b>Alibaba Enterprise Distributed Application Service</b> (Available) - A PaaS platform for a variety of application deployment options and microservices solutions. (<a href="https://www.alibabacloud.com/product/edas">More info</a>)</li>
346+
<li><b>Alibaba Resource Orchestration Service</b> (Available) - Provides developers and system managers with a simple method to create and manage their Alibaba Cloud resources. (<a href="https://www.alibabacloud.com/product/ros">More info</a>)</li>
347+
</ul>
348+
</div>
349+
</div>
350+
351+
<div class="columns">
352+
<div class="column is-quarter is-one-quarter-mobile has-text-left"><img src="images/logos/ohm-borderless.svg" alt="Ohm" /></div>
353+
354+
<div class="column is-three-quarters is-three-quarters-mobile">
355+
<h1>Upcoming Implementations</h1>
356+
</div>
357+
358+
</div>
359+
360+
<div class="columns">
361+
<div class="column is-quarter has-text-left">
362+
</div>
363+
<div class="column is-three-quarters">
364+
365+
<p>A variety of parterns working on adding support for Open Application Model in their offerings:</p>
366+
<ul>
367+
<li><b>Rainbond</b> - Enterprise application cloud operating system. (<a href="https://github.com/goodrain/rainbond/issues/616">More Info</a>)</li>
368+
</ul>
369+
</div>
370+
</div>
327371
</div>
328372
</section>
329373

resources/_gen/assets/sass/style.sass_5ad6f408b0e3e473c748aac88af0ea18.content

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7070,25 +7070,25 @@ body {
70707070
letter-spacing: 0.2em;
70717071
font-size: 0.825rem; }
70727072

7073-
#rudr {
7073+
#implementations {
70747074
background: linear-gradient(180deg, #f7f7f7 0%, white 100%);
70757075
border-top: 2px solid rgba(255, 255, 255, 0.35);
70767076
padding-top: 3rem; }
7077-
#rudr img {
7077+
#implementations img {
70787078
min-width: 100%;
70797079
margin-left: -3vw; }
7080-
#rudr h1 {
7080+
#implementations h1 {
70817081
font-weight: bold;
70827082
font-size: 2rem;
70837083
line-height: 1.2;
70847084
margin-top: 4.5rem;
70857085
margin-bottom: 1rem;
70867086
padding-right: 10%; }
7087-
#rudr ul {
7087+
#implementations ul {
70887088
list-style: disc;
70897089
margin: 1.5rem 1rem;
70907090
line-height: 2; }
7091-
#rudr .button {
7091+
#implementations .button {
70927092
padding: 2rem 3rem; }
70937093

70947094
#community img {
@@ -7194,9 +7194,9 @@ body {
71947194
#community img {
71957195
max-height: 12.5rem !important;
71967196
width: 25vw; }
7197-
#rudr {
7197+
#implementations {
71987198
position: relative; }
7199-
#rudr img {
7199+
#implementations img {
72007200
max-height: 8rem;
72017201
position: absolute;
72027202
right: -32vw;

resources/_gen/assets/sass/style.sass_cf66e63debe6917c04534d6c7b66f623.content

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"css/style.min.f8bc58a96d9683fcaa726aec66d6e6c613ef289c7b863c78df6d5509af0c5f06.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LxYqW2Wg/yqcmrsZtbmxhPvKJx7hjx4321VCa8MXwY="}}
1+
{"Target":"css/style.min.ad804c51161da4bdd6017ab60071285f3e096885ece9e836c5ea669c56ff37ff.css","MediaType":"text/css","Data":{"Integrity":"sha256-rYBMURYdpL3WAXq2AHEoXz4JaIXs6eg2xepmnFb/N/8="}}

themes/clean-landing/assets/clean/core.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ $sidebar-min: 20vw;
269269
}
270270
}
271271

272-
#rudr {
272+
#implementations {
273273
background: linear-gradient(180deg, darken(white, 3%) 0%, white 100%);
274274
border-top: 2px solid rgba(255,255,255,0.35);
275275
padding-top: 3rem;
@@ -464,7 +464,7 @@ $sidebar-min: 20vw;
464464
}
465465
}
466466

467-
#rudr {
467+
#implementations {
468468
position: relative;
469469

470470
img {

themes/clean-landing/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{{ partial "examples.html" . }}
1414

15-
{{ partial "rudr.html" . }}
15+
{{ partial "implementations.html" . }}
1616

1717
{{ partial "community.html" . }}
1818

themes/clean-landing/layouts/partials/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- $rudr := .Site.Params.rudr }}
1+
{{- $implementations := .Site.Params.implementations }}
22
<section class="section is-medium" id="examples">
33
<div class="content-wrapper">
44

0 commit comments

Comments
 (0)