Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Archit Sharma <archit8679@gmail.com>
  • Loading branch information
iArchitSharma committed Oct 15, 2023
1 parent c4bc6e4 commit 13adf57
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 295 deletions.
12 changes: 6 additions & 6 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<ul class="footer-links">
<li>
<h2><a {% if column.new_window %}target="_blank" {% endif %}
href="{% include relative-src.html src=column.link %}" {% if column.social_icon
%}class="{{ column.social_icon || downcase }}-icon" {% endif %}>
{% if column.social_icon %}
{% include social-icon.html icon=column.social_icon %}
{% endif %}
{{ column.title }}</a></h2>
href="{% include relative-src.html src=column.link %}" {% if column.social_icon
%}class="{{ column.social_icon || downcase }}-icon" {% endif %}>
{% if column.social_icon %}
{% include social-icon.html icon=column.social_icon %}
{% endif %}
{{ column.title }}</a></h2>
</li>
{% for link in column.links %}
<li><a {% if link.new_window %}target="_blank" {% endif %}
Expand Down
85 changes: 41 additions & 44 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,50 +1,47 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KL6SSW5');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KL6SSW5');</script>
<!-- End Google Tag Manager -->

{% seo %} {% feed_meta %} {% if jekyll.environment == 'production' %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/stellarnav.css" />
{% else %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/stellarnav.css" />
{% endif %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/screen.css" />
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon.ico" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans"
/>
{% seo %} {% feed_meta %} {% if jekyll.environment == 'production' %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/stellarnav.css" />
{% else %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/stellarnav.css" />
{% endif %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/screen.css" />
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
/>
<link rel="stylesheet" href="{{ site.baseurl }}/css/subscribe.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/subscribe.css" />

{% if page.title == 'Programs' or page.title == 'CNCF' or page.title ==
'LFX' or page.title == 'Google Summer of Code 2019' or
page.title == 'Google Summer of Code' or page.title == 'GSOD2020' or
page.title == 'MLH' %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/program.css" />
{% endif %}
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Meshery" />
<meta name="twitter:site" content="@mesheryio" />
<meta name="twitter:creator" content="@mesheryio" />
<meta name="author" content="Meshery Authors">
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png"
/>
<meta name="image" property="og:image" content="https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png" />
<meta property="og:type" content="website">
<meta name="og:image" content="https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png" />
{% if page.title == 'Programs' or page.title == 'CNCF' or page.title ==
'LFX' or page.title == 'Google Summer of Code 2019' or
page.title == 'Google Summer of Code' or page.title == 'GSOD2020' or
page.title == 'MLH' %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/program.css" />
{% endif %}
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Meshery" />
<meta name="twitter:site" content="@mesheryio" />
<meta name="twitter:creator" content="@mesheryio" />
<meta name="author" content="Meshery Authors">
<meta name="twitter:image"
content="https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png" />
<meta name="image" property="og:image"
content="https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png" />
<meta property="og:type" content="website">
<meta name="og:image"
content="https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png" />

</head>
</head>
56 changes: 25 additions & 31 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
{% if page.title != "Meshery | The Kubernetes and Cloud Native Manager" and page.title != "Programs" %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KL6SSW5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header id="mainHeader" class="filledHeader">
{% else %}
<header id="mainHeader">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KL6SSW5" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header id="mainHeader" class="filledHeader">
{% else %}
<header id="mainHeader">
{% endif %}
<div class="container nav-container">
<div class="project-name">
<a href="{{ site.baseurl }}/">
<img
src="{{ site.baseurl }}/assets/images/logos/meshery-logo.png"
alt="Meshery Logo"
/>&nbsp;
<img
src="{{ site.baseurl }}/assets/images/logos/meshery-logo-text.png"
data-logo-for-dark="{{ site.baseurl }}/assets/images/logos/meshery-logo-text.png"
data-logo-for-light="{{ site.baseurl }}/assets/images/logos/meshery-logo-text-dark.png"
alt="Meshery Logo"
id="logo-dark-light"
/>
</a>
</div>
{% include navigation.html %}
<div class="nav-mode-icon" id="mode-toggle-btn" style="text-align: center;">
<img class="nav-text" id="logo-dark-light" src="{{ site.baseurl }}/assets/images/nav-icons/mode-toggle-icon-moon.png"
data-logo-for-dark="{{ site.baseurl }}/assets/images/nav-icons/mode-toggle-icon-moon.png"
data-logo-for-light="{{ site.baseurl }}/assets/images/nav-icons/mode-toggle-icon-sun.png"
/>
</div>
<div class="container nav-container">
<div class="project-name">
<a href="{{ site.baseurl }}/">
<img src="{{ site.baseurl }}/assets/images/logos/meshery-logo.png" alt="Meshery Logo" />&nbsp;
<img src="{{ site.baseurl }}/assets/images/logos/meshery-logo-text.png"
data-logo-for-dark="{{ site.baseurl }}/assets/images/logos/meshery-logo-text.png"
data-logo-for-light="{{ site.baseurl }}/assets/images/logos/meshery-logo-text-dark.png" alt="Meshery Logo"
id="logo-dark-light" />
</a>
</div>
</header>
{% include navigation.html %}
<div class="nav-mode-icon" id="mode-toggle-btn" style="text-align: center;">
<img class="nav-text" id="logo-dark-light"
src="{{ site.baseurl }}/assets/images/nav-icons/mode-toggle-icon-moon.png"
data-logo-for-dark="{{ site.baseurl }}/assets/images/nav-icons/mode-toggle-icon-moon.png"
data-logo-for-light="{{ site.baseurl }}/assets/images/nav-icons/mode-toggle-icon-sun.png" />
</div>
</div>
</header>
155 changes: 77 additions & 78 deletions _includes/home-page.html
Original file line number Diff line number Diff line change
@@ -1,90 +1,87 @@
<!-- 1. Add latest jQuery and fancybox files -->
<link
type="text/css"
rel="stylesheet"
href="{{ site.baseurl }}/integrations/main.css"
/>
<style>
a{
<link type="text/css" rel="stylesheet" href="{{ site.baseurl }}/integrations/main.css" />
<style>
a {
color: #00d3a9;
text-decoration: none !important;
}
a:hover{
}

a:hover {
color: #00b39f;
}
}

ul > li {
font-family:'Qanelas Soft', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.element {
width: 120px;
height: 160px;
/* box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5); */
filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 10px);
border: 1px solid rgba(127, 255, 255, 0.25);
text-align: center;
line-height: normal;
cursor: default;
}
ul>li {
font-family: 'Qanelas Soft', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.element:hover {
box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75);
/* filter: drop-shadow(rgba(0, 0, 0, 0.9) 0px 4px 20px); */
border: 1px solid white;
}
.element {
width: 120px;
height: 160px;
/* box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5); */
filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 10px);
border: 1px solid rgba(127, 255, 255, 0.25);
text-align: center;
line-height: normal;
cursor: default;
}

.element .number {
position: absolute;
top: 20px;
right: 20px;
font-size: 12px;
color: black;
}
.element:hover {
box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75);
/* filter: drop-shadow(rgba(0, 0, 0, 0.9) 0px 4px 20px); */
border: 1px solid white;
}

.element .symbol {
position: absolute;
top: 40px;
left: 0px;
right: 0px;
font-size: 60px;
font-weight: bold;
color: rgba(255, 255, 255, 0.75);
text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
}
.element .number {
position: absolute;
top: 20px;
right: 20px;
font-size: 12px;
color: black;
}

.element .details {
position: absolute;
bottom: 15px;
left: 0px;
right: 0px;
font-size: 12px;
color: black;
}
.element .symbol {
position: absolute;
top: 40px;
left: 0px;
right: 0px;
font-size: 60px;
font-weight: bold;
color: rgba(255, 255, 255, 0.75);
text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
}


.element .details {
position: absolute;
bottom: 15px;
left: 0px;
right: 0px;
font-size: 12px;
color: black;
}

button {
color: white;
background: transparent;
border: 0px;
padding: 5px 10px;
cursor: pointer;
}

button:hover {
background-color: rgba(0, 255, 255, 0.5);
}

button:active {
color: #000000;
background-color: rgba(0, 255, 255, 0.75);
}
button {
color: white;
background: transparent;
border: 0px;
padding: 5px 10px;
cursor: pointer;
}

#integration-container > div:hover{
box-shadow: rgb(50 50 93 / 5%) 0px 30px 60px -12px inset, rgb(0 0 0 / 12%) 2px 8px 33px 8px inset;
}
button:hover {
background-color: rgba(0, 255, 255, 0.5);
}

button:active {
color: #000000;
background-color: rgba(0, 255, 255, 0.75);
}

</style>
#integration-container>div:hover {
box-shadow: rgb(50 50 93 / 5%) 0px 30px 60px -12px inset, rgb(0 0 0 / 12%) 2px 8px 33px 8px inset;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -114,13 +111,14 @@ <h2 class="sub-text" style="padding-top:1rem; font-size: 1rem; font-weight: 500;
native infrastructure</h2>
<a href="https://github.com/meshery/meshery">
<img class="meshery-repo"
src="https://img.shields.io/github/stars/meshery/meshery.svg?style=social&label=Stars" alt="Stars on meshery.io GitHub repository"
style="height: 1.75rem;
src="https://img.shields.io/github/stars/meshery/meshery.svg?style=social&label=Stars"
alt="Stars on meshery.io GitHub repository" style="height: 1.75rem;
margin-top: 1rem;" />
</a>
<a href="https://github.com/meshery/meshery">
<img class="meshery-repo"
src="https://img.shields.io/github/forks/meshery/meshery.svg?style=social&label=Fork" alt="Fork meshery.io GitHub repository" style="height: 1.75rem;
src="https://img.shields.io/github/forks/meshery/meshery.svg?style=social&label=Fork"
alt="Fork meshery.io GitHub repository" style="height: 1.75rem;
margin-top: 1rem;" />
</a>
</div>
Expand Down Expand Up @@ -176,7 +174,8 @@ <h1 class="used-by">Used By</h1>
alt="SolarWinds logo" loading="lazy" />
</div>
<div class="company-image">
<img src="./assets/images/company-logo/book-my-show-logo.png" alt="BookMyShow logo" loading="lazy" />
<img src="./assets/images/company-logo/book-my-show-logo.png" alt="BookMyShow logo"
loading="lazy" />
</div>
<div id="ericsson-logo" class="company-image">
<img src="./assets/images/company-logo/ericsson-logo.png" alt="Ericsson logo" loading="lazy" />
Expand Down Expand Up @@ -254,8 +253,8 @@ <h4>MESHERY IS A CLOUD NATIVE COMPUTING FOUNDATION PROJECT</h4>

<img src="./assets/images/cncf-horizontal-color.svg" id="logo-dark-light"
data-logo-for-dark="./assets/images/cncf-light-logo.svg"
data-logo-for-light="./assets/images/cncf-horizontal-color.svg" class="cncf-img" alt="Cloud Native Computing Foundation Logo"
loading="lazy" />
data-logo-for-light="./assets/images/cncf-horizontal-color.svg" class="cncf-img"
alt="Cloud Native Computing Foundation Logo" loading="lazy" />
<p>
<span class="layer5-caption">
Created by
Expand Down

0 comments on commit 13adf57

Please sign in to comment.