Skip to content

Commit 81c65c8

Browse files
authored
Merge pull request #10 from opencomponents/whoUsesOC
Who uses oc
2 parents 918e69f + bb3e2d4 commit 81c65c8

File tree

10 files changed

+45
-2
lines changed

10 files changed

+45
-2
lines changed

components/landing-page/css/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,19 @@ li {
175175
text-decoration: none;
176176
}
177177

178+
.logos {
179+
align-items: center;
180+
display: flex;
181+
flex-flow: row wrap;
182+
justify-content: center;
183+
}
184+
185+
.logos img {
186+
max-height: 128px;
187+
width: 128px;
188+
padding: 20px;
189+
}
190+
178191
@media only screen and (min-width : 320px) and (max-width : 768px) {
179192
#hero header {
180193
padding-top: 60px;
2.94 KB
Loading
13.1 KB
Loading
42.5 KB
Loading
4.8 KB
Loading
7.58 KB
Loading
-4.36 KB
Loading

components/landing-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landing-page",
33
"description": "The LandingPage Component for the OpenComponents website",
4-
"version": "1.1.3",
4+
"version": "1.2.0",
55
"oc": {
66
"files": {
77
"data": "server.js",

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">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/opencomponents/opencomponents.github.io#readme",
2121
"dependencies": {
2222
"dotenv": "^4.0.0",
23-
"oc": "^0.42.7"
23+
"oc": "^0.42.19"
2424
},
2525
"engines": {
2626
"node": "8.9.1"

0 commit comments

Comments
 (0)