Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

who is using luigi button #1066

Merged
merged 9 commits into from
Jan 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,533 changes: 1,571 additions & 4,962 deletions website/landingpage/dev/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions website/landingpage/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"what-input": "^5.2.6"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.1.5",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.4",
"browser-sync": "^2.10.0",
"gulp": "^4.0.0",
Expand All @@ -29,7 +29,7 @@
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-imagemin": "^6.2.0",
"gulp-load-plugins": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
Expand All @@ -38,7 +38,7 @@
"js-yaml": "^3.4.6",
"lodash.template": ">=4.5.0",
"panini": "^1.3.0",
"rimraf": "^2.4.3",
"rimraf": "^2.7.1",
"style-sherpa": "^1.0.0",
"uncss": "^0.16.2",
"vinyl-named": "^1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
&:before {
color: $primary-color;
counter-increment: title;
content: '0' counter(title) '. ';
content: '0'counter(title) '. ';
font-size: 18px;
}
}
Expand Down Expand Up @@ -162,6 +162,12 @@

.item {
margin: 0 30px 30px;

img {
filter: grayscale(1);
opacity: 0.7;
max-height: 45px;
}
}
}
}
}
40 changes: 3 additions & 37 deletions website/landingpage/dev/src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ <h2 class="title-2">
a distributed development environment.
</p>
<p>
<a
class="btn-primary"
href="/about"
>Read more</a
>
<a class="btn-primary" href="/about">Read more</a>
</p>
</div>
</div>
Expand Down Expand Up @@ -114,37 +110,7 @@ <h2 class="title-2 has-big-margin">From startups to the largest companies</h2>
</div>
<div class="row">
<div class="column small-12">
<ul class="clients-list">
<li class="item">
<a href="https://www.sap.com/index.html" target="_blank"
><img src="{{root}}assets/img/logos/sap.svg" alt="SAP"
/></a>
</li>
<li class="item">
<a href="https://kyma-project.io/" target="_blank"
><img src="{{root}}assets/img/logos/kyma.svg" alt="Kyma"
/></a>
</li>
<li class="item">
<a href="https://www.saas-ag.com/" target="_blank"
><img
src="{{root}}assets/img/logos/saas.svg"
alt="SAAS - Software as a Service"
/></a>
</li>
<li class="item">
<a href="https://citizen-e.io/" target="_blank"
><img
src="{{root}}assets/img/logos/sensation.svg"
alt="Citizen-e.io"
/></a>
</li>
<li class="item">
<a href="https://www.snk.de/" target="_blank"
><img src="{{root}}assets/img/logos/snk.svg" alt="SNK"
/></a>
</li>
</ul>
{{> whoisusingluigi}}
</div>
</div>
</section>
</section>
33 changes: 33 additions & 0 deletions website/landingpage/dev/src/partials/whoisusingluigi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
Instructions for adding new logos:
* Fork this repo, and clone your fork
* Create a branch called e.g. `add-myorganisation-logo`
* Add the logo to the `dev/src/assets/img/logos` directory (preferably SVG)
* Add a new <li> tag in this component.
* Create a pull request. Thanks!
-->
<ul class="clients-list">
<li class="item">
<a href="https://www.sap.com/index.html" target="_blank"><img src="{{root}}assets/img/logos/sap.svg"
alt="SAP" /></a>
</li>
<li class="item">
<a href="https://kyma-project.io/" target="_blank"><img src="{{root}}assets/img/logos/kyma.svg"
alt="Kyma" /></a>
</li>
<li class="item">
<a href="https://www.saas-ag.com/" target="_blank"><img src="{{root}}assets/img/logos/saas.svg"
alt="SAAS - Software as a Service" /></a>
</li>
<li class="item">
<a href="https://citizen-e.io/" target="_blank"><img src="{{root}}assets/img/logos/sensation.svg"
alt="Citizen-e.io" /></a>
</li>
<li class="item">
<a href="https://www.snk.de/" target="_blank"><img src="{{root}}assets/img/logos/snk.svg" alt="SNK" /></a>
</li>
<li class="item">
<a href="https://github.com/SAP/luigi/blob/master/website/landingpage/dev/src/partials/whoisusingluigi.html"
class="btn-secondary show-for-large" target="_blank">+ your company</a>
</li>
</ul>
2 changes: 1 addition & 1 deletion website/landingpage/dev/src/root-assets/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<priority>1.0</priority>
</url>
<url>
<loc>https://luigi-project.io/</loc>
<loc>https://luigi-project.io/about.html</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
Expand Down
2 changes: 1 addition & 1 deletion website/landingpage/public/assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/landingpage/public/assets/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/landingpage/public/assets/js/app.js.map

Large diffs are not rendered by default.

70 changes: 33 additions & 37 deletions website/landingpage/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ <h2 class="title-2">
a distributed development environment.
</p>
<p>
<a
class="btn-primary"
href="/about"
>Read more</a
>
<a class="btn-primary" href="/about">Read more</a>
</p>
</div>
</div>
Expand Down Expand Up @@ -201,41 +197,41 @@ <h2 class="title-2 has-big-margin">From startups to the largest companies</h2>
</div>
<div class="row">
<div class="column small-12">
<!--
Instructions for adding new logos:
* Fork this repo, and clone your fork
* Create a branch called e.g. `add-myorganisation-logo`
* Add the logo to the `dev/src/assets/img/logos` directory (preferably SVG)
* Add a new <li> tag in this component.
* Create a pull request. Thanks!
-->
<ul class="clients-list">
<li class="item">
<a href="https://www.sap.com/index.html" target="_blank"
><img src="assets/img/logos/sap.svg" alt="SAP"
/></a>
</li>
<li class="item">
<a href="https://kyma-project.io/" target="_blank"
><img src="assets/img/logos/kyma.svg" alt="Kyma"
/></a>
</li>
<li class="item">
<a href="https://www.saas-ag.com/" target="_blank"
><img
src="assets/img/logos/saas.svg"
alt="SAAS - Software as a Service"
/></a>
</li>
<li class="item">
<a href="https://citizen-e.io/" target="_blank"
><img
src="assets/img/logos/sensation.svg"
alt="Citizen-e.io"
/></a>
</li>
<li class="item">
<a href="https://www.snk.de/" target="_blank"
><img src="assets/img/logos/snk.svg" alt="SNK"
/></a>
</li>
</ul>
</div>
<li class="item">
<a href="https://www.sap.com/index.html" target="_blank"><img src="assets/img/logos/sap.svg"
alt="SAP" /></a>
</li>
<li class="item">
<a href="https://kyma-project.io/" target="_blank"><img src="assets/img/logos/kyma.svg"
alt="Kyma" /></a>
</li>
<li class="item">
<a href="https://www.saas-ag.com/" target="_blank"><img src="assets/img/logos/saas.svg"
alt="SAAS - Software as a Service" /></a>
</li>
<li class="item">
<a href="https://citizen-e.io/" target="_blank"><img src="assets/img/logos/sensation.svg"
alt="Citizen-e.io" /></a>
</li>
<li class="item">
<a href="https://www.snk.de/" target="_blank"><img src="assets/img/logos/snk.svg" alt="SNK" /></a>
</li>
<li class="item">
<a href="https://github.com/SAP/luigi/blob/master/website/landingpage/dev/src/partials/whoisusingluigi.html"
class="btn-secondary show-for-large" target="_blank">+ your company</a>
</li>
</ul> </div>
</div>
</section>

</div>

<footer class="p-footer p-footer--home">
Expand Down