Skip to content

Commit da01913

Browse files
Nigel Brownmadolson
andauthored
Adds Ericsson and Oracle to Participants page (#219)
### Description <!-- Describe what this change achieves--> Adds Ericsson and Oracle to Participants page ### Issues Resolved <!-- List any issues this PR will resolve. --> <!-- Example: closes #1234 --> closes #205 closes #217 ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. --------- Signed-off-by: Nigel Brown <[email protected]> Signed-off-by: Nigel Brown <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]>
1 parent 742fe70 commit da01913

File tree

4 files changed

+62
-1
lines changed

4 files changed

+62
-1
lines changed

_data/participants.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,21 @@
6161
Our mission at [Google Cloud](https://cloud.google.com/) is to accelerate every organization's ability to digitally transform its business and industry. We empower our customers to become digital and AI leaders by combining Google's AI innovation with differentiated solutions for compute, app development, data, security, and collaboration — all built on Google's reliable and planet-scale infrastructure.
6262
offering: >
6363
[Google Cloud Memorystore](https://cloud.google.com/memorystore) is a versatile, fully-managed, in-memory database service for Valkey, offering sub-millisecond data access, scalability, and high availability.
64+
65+
- name: Ericsson
66+
link: https://www.ericsson.com/
67+
image:
68+
path: /img/ericsson.svg
69+
alt: Ericsson logo
70+
company: >
71+
Founded in 1876, Ericsson is a Swedish communication technology and services provider. The company offers software, services, and infrastructure for information and communications technology used by telecommunications operators, including traditional telecommunications, Internet Protocol networking equipment and business support solutions. Ericsson is headquartered in Stockholm, Sweden.
72+
73+
- name: Oracle Cloud Infrastructure
74+
link: https://www.oracle.com/cloud/
75+
image:
76+
path: /img/oracle.svg
77+
alt: Oracle logo
78+
company: >
79+
The next-generation cloud designed to run any application, faster and more securely, for less.
80+
offering: >
81+
Achieve sub-millisecond latency with [Oracle Cloud Infrastructure (OCI) Cache](https://www.oracle.com/cloud/cache/).

static/img/Oracle.svg

Lines changed: 1 addition & 0 deletions
Loading

static/img/ericsson.svg

Lines changed: 40 additions & 0 deletions
Loading

templates/participants.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
<a href="{{participant.link}}" class="logo">
1515
<img src="{{participant.image.path}}" alt="{{participant.image.alt}}" />
1616
</a>
17+
{% if participant.offering %}
1718
<h3>Valkey offering:</h3>
1819
{{ participant.offering | markdown | safe }}
20+
{% endif %}
1921
<h3>About the company:</h3>
2022
{{ participant.company | markdown | safe }}
2123

2224
</div>
2325
{% endfor %}
2426
</div>
25-
{% endblock main_content %}
27+
{% endblock main_content %}

0 commit comments

Comments
 (0)