Skip to content

Commit a223efd

Browse files
author
Nick Balestra
committed
who is using oc section
1 parent d8cad03 commit a223efd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

components/landing-page/template.hbs

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,36 @@
107107
<pre>$ oc publish my-first-component --username=YOURVALUEHERE --password=YOURVALUEHERE</pre>
108108
<p>Your component is now published: <a href="http://my-registry.on.herokuapp.com/my-first-component" target="_blank">http://my-registry.on.herokuapp.com/my-first-component</a></p>
109109
</article>
110+
111+
<div class="hr">
112+
<img src="{{staticPath}}img/cube-small.png" />
113+
</div>
114+
115+
<article>
116+
<header>
117+
<h1>Who's using OC?</h1>
118+
</header>
119+
<p>OC is used by fast growing companies around the world to serve microfrontends at scale</p>
120+
<div class="logos">
121+
<a href="https://www.opentable.com">
122+
<img src="{{staticPath}}img/logos/opentable.png" alt="OpenTable">
123+
</a>
124+
<a href="https://www.skyscanner.net">
125+
<img src="{{staticPath}}img/logos/skyscanner.png" alt="Skyscanner">
126+
</a>
127+
<a href="https://www.chegg.com">
128+
<img src="{{staticPath}}img/logos/chegg.png" alt="Chegg">
129+
</a>
130+
<a href="https://oneadvanced.com">
131+
<img src="{{staticPath}}img/logos/advanced.png" alt="Advanced">
132+
</a>
133+
<a href="https://alvarium.io">
134+
<img src="{{staticPath}}img/logos/alvarium.png" alt="Alvarium">
135+
</a>
136+
</div>
137+
</article>
138+
139+
110140
</section>
111141

112142
<div class="hr footer">

0 commit comments

Comments
 (0)