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

Website security #1742

Merged
merged 8 commits into from
Dec 3, 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
139 changes: 75 additions & 64 deletions website/landingpage/dev/src/layouts/blog.html
Original file line number Diff line number Diff line change
@@ -1,82 +1,93 @@
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>{{ title }} - Luigi Blog</title>
<meta name="description" content="{{ seoMetaDescription }}" />
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/img/favicon.png"
/>
<link rel="stylesheet" href="/assets/css/app.css" />
<title>{{ title }} - Luigi Blog</title>
<meta name="description" content="{{ seoMetaDescription }}" />

<link rel="alternate" title="Luigi Blog" type="application/json" href="/blog/feeds/feed.json" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feeds/rss.xml" />
<atom:link href="/blog/feeds/atom.xml" rel="self" type="application/rss+xml" />
</head>
<body>
{{> header}}
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon.png" />
<link rel="stylesheet" href="/assets/css/app.css" />

<div class="main-content">
<section>
<div class="row" id="stickyAnchor" data-something>
<div class="column small-12 medium-9">
{{#unlesspage 'overview'}}
<a href="/blog/overview" class="back-to-blog">Back to Blog</a>
{{/unlesspage}}
<link rel="alternate" title="Luigi Blog" type="application/json" href="/blog/feeds/feed.json" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feeds/rss.xml" />
<atom:link href="/blog/feeds/atom.xml" rel="self" type="application/rss+xml" />
</head>

{{> body}}
</div>
<body>
{{> header}}

<div class="columns small-12 medium-3 right show-for-xlarge" data-sticky-container>
<div class="sticky" data-sticky data-margin-top="6" data-anchor="stickyAnchor">
{{#ifpage 'overview'}}
<a href="/blog/feeds/rss.xml" class="link-rss-feed" title="Show RSS Feed" target="_blank"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="rss" class="svg-inline--fa fa-rss fa-w-14 " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></a>
{{/ifpage}}
<div class="main-content">
<section>
<div class="row" id="stickyAnchor" data-something>
<div class="column small-12 medium-9">
{{#unlesspage 'overview'}}
<a href="/blog/overview" class="back-to-blog">Back to Blog</a>
{{/unlesspage}}

<ul class="list-type-1 sticky-navigation">
<li><a href="https://docs.luigi-project.io">Read Documentation</a></li>
<li><a href="https://slack.luigi-project.io" target="_blank">Community</a></li>
<li><a href="https://docs.luigi-project.io/docs/getting-started">How to get started</a></li>
<li><a href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ" target="_blank">Our Youtube Channel</a></li>
<li><a href="https://twitter.com/luigiprojectio" target="_blank">Our Twitter Channel</a></li>
</ul>
</div>
</div>
{{> body}}
</div>
</section>

<div class="columns small-12 medium-3 right show-for-xlarge" data-sticky-container>
<div class="sticky" data-sticky data-margin-top="6" data-anchor="stickyAnchor">
{{#ifpage 'overview'}}
<a href="/blog/feeds/rss.xml" target="_blank" rel="noopener noreferrer" class="link-rss-feed"
title="Show RSS Feed">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="rss"
class="svg-inline--fa fa-rss fa-w-14 " role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path fill="currentColor"
d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z">
</path>
</svg></a>
{{/ifpage}}

<section class="s-gradient">
<div class="row">
<div class="column small-12 large-6 content">
<div class="sub-title">
<span class="text">Our Youtube Channel</span>
</div>
<h3 class="title-3">Get the latest from Luigi</h3>
<p class="description">
Always stay up to date with our growing collection of news, innvovations and video tutorials.
</p>
<p>
<a class="btn-primary" href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ" target="_blank">Browse Channel</a>
</p>
<ul class="list-type-1 sticky-navigation">
<li><a href="https://docs.luigi-project.io">Read Documentation</a></li>
<li><a href="https://slack.luigi-project.io" target="_blank" rel="noopener noreferrer">Community</a></li>
<li><a href="https://docs.luigi-project.io/docs/getting-started">How to get started</a></li>
<li>
<a rel="noopener noreferrer" target="_blank"
href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ">Our Youtube Channel</a>
</li>
<li><a href="https://twitter.com/luigiprojectio" target="_blank" rel="noopener noreferrer">Our Twitter
Channel</a></li>
</ul>
</div>
<div class="column small-12 large-6 image">
<img src="/assets/img/youtube.svg" alt="Luigi - Our Youtube Channel - Youtube" />
</div>
</div>
</section>


<section class="s-gradient">
<div class="row">
<div class="column small-12 large-6 content">
<div class="sub-title">
<span class="text">Our Youtube Channel</span>
</div>
<h3 class="title-3">Get the latest from Luigi</h3>
<p class="description">
Always stay up to date with our growing collection of news, innvovations and video tutorials.
</p>
<p>
<a class="btn-primary" target="_blank" rel="noopener noreferrer"
href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ">Browse Channel</a>
</p>
</div>
<div class="column small-12 large-6 image">
<img src="/assets/img/youtube.svg" alt="Luigi - Our Youtube Channel - Youtube" />
</div>
</section>
</div>
</section>

</div>

</div>
{{> footer}}

{{> footer}}
<script src="/assets/js/app.js"></script>
</body>

<script src="/assets/js/app.js"></script>
</body>
</html>
</html>
7 changes: 4 additions & 3 deletions website/landingpage/dev/src/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
<div class="sticky" data-sticky data-margin-top="6" data-anchor="stickyAnchor">
<ul class="list-type-1 sticky-navigation">
<li><a href="https://docs.luigi-project.io">Read Documentation</a></li>
<li><a href="https://slack.luigi-project.io" target="_blank">Community</a></li>
<li><a href="https://slack.luigi-project.io" target="_blank" rel="noopener noreferrer">Community</a></li>
<li><a href="https://docs.luigi-project.io/docs/getting-started">How to get started</a></li>
<li><a href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ" target="_blank">Our Youtube Channel</a></li>
<li><a target="_blank" rel="noopener noreferrer"
href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ">Our Youtube Channel</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -77,7 +78,7 @@ <h2 class="title-2 has-big-margin">From startups to the largest companies</h2>
<div class="title-2">
Ready to create a great customer experience?
</div>
<a class="btn-primary" href="https://docs.luigi-project.io/docs/application-setup.md">GET STARTED</a>
<a class="btn-primary" href="https://docs.luigi-project.io/docs/application-setup">GET STARTED</a>
</div>
</div>
</section>
5 changes: 3 additions & 2 deletions website/landingpage/dev/src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ <h3 class="title-3">Get the latest from Luigi</h3>
Always stay up to date with our growing collection of news, innvovations and video tutorials.
</p>
<p>
<a class="btn-primary" href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ" target="_blank">Browse Channel</a>
</p>
<a target="_blank" rel="noopener noreferrer" class="btn-primary"
href="https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ">Browse Channel</a>
</p>
</div>
<div class="column small-12 large-6 image">
<img src="/assets/img/youtube.svg" alt="Luigi - Our Youtube Channel - Youtube" />
Expand Down
Loading