Skip to content

Commit

Permalink
Merge pull request #79 from Altinity/branding
Browse files Browse the repository at this point in the history
Updated navbar to mirror main altinity.com site
  • Loading branch information
DougTidwell authored May 13, 2024
2 parents b4a1708 + bc4f081 commit 8d8a692
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 13 deletions.
38 changes: 31 additions & 7 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@
<li class="nav-item"><a href="https://altinity.com/events/" target="_blank" >Events</a></li>
</ul>
</div> <div class="col-12 col-sm-6 col-md-3">
<ul class="nav flex-column mb-3">
<li class="nav-item"><b>COMPANY</b></li>
<li class="nav-item"><a href="https://altinity.com/about-us/" target="_blank">About Altinity</a></li>
<li class="nav-item"><a href="https://altinity.com/about-us/press-releases" target="_blank">Press Releases</a></li>
<li class="nav-item"><a href="https://altinity.com/partners/" target="_blank">Partners</a></li>
<li class="nav-item"><a href="https://altinity.com/customer-stories/" target="_blank">Customer Stories</a></li>
<li class="nav-item"><a href="https://altinity.com/careers/" target="_blank">Careers</a></li>
<li class="nav-item"><a href="https://altinity.com/contact/" target="_blank">Contact Us</a></li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-3">
Get the latest ClickHouse news straight to your inbox every month.<br />
<a href="https://altinity.com/newsletter/" target="_blank" class="btn btn-primary my-3" style="border-radius: 1.5rem;">Sign Up</a>
</div>

</div>
<div class="row footer-inner pb-3">
<div class="col-12 col-sm-6 text-left text-xs-center py-2">
{{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}" target="_blank">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
{{ if not .Site.Params.ui.footer_about_disable }}
{{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }}
{{ end }}
</div>
<ul class="nav flex-column mb-3">
<li class="nav-item"><b>COMPANY</b></li>
<li class="nav-item"><a href="https://altinity.com/about-us/" target="_blank">About Altinity</a></li>
Expand Down Expand Up @@ -67,13 +91,13 @@
<!-- Global site tag (gtag.js) - Google Analytics
John Hummel 20211015
-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101676615-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101676615-2');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101676615-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101676615-2');
</script>
</footer>
{{ define "footer-links-block" }}
<ul class="list-inline mb-0">
Expand Down
32 changes: 26 additions & 6 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,33 @@
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar">
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Products</a>
<a class="nav-link dropdown-toggle" href="#" id="productsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Products</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://altinity.com/managed-clickhouse/" target="_blank">Altinity.Cloud</a>
<a class="dropdown-item" href="https://altinity.com/clikhouse-support/" target="_blank">Support for ClickHouse</a>
<a class="dropdown-item" href="https://altinity.com/clickhouse-training/" target="_blank">Training for ClickHouse</a>
<a class="dropdown-item" href="https://altinity.com/managed-clickhouse/" target="_blank"><span style="font-size: large;">Altinity.Cloud</span><br/><span style="font-size:small;">Managed service for ClickHouse in any AWS, GCP, or Azure region or your own VPC</span></a>
<a class="dropdown-item" href="https://altinity.com/clickhouse-support/" target="_blank"><span style="font-size: large;">Support for ClickHouse</span><br/><span style="font-size: small;">Get 24/7 Support or POC and evaluative support</span></a>
<a class="dropdown-item" href="https://altinity.com/clickhouse-training/" target="_blank"><span style="font-size: large;">Training for ClickHouse</span><br/><span style="font-size: small;">Altinity Administrator training for ClickHouse</span></a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="resourceDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://docs.altinity.com/" target="_blank"><span style="font-size: large;">Documentation</span><br/><span style="font-size: small;">Product guides and tutorials</span></a>
<a class="dropdown-item" href="https://kb.altinity.com/" target="_blank"><span style="font-size: large;">Knowledge Base</span><br/><span style="font-size: small;">Accumulated knowledge from our Engineering team</span></a>
<a class="dropdown-item" href="https://hubs.la/Q02pLTV20" target="_blank"><span style="font-size: large;">Guides and eBooks</span><br/><span style="font-size: small;">Technical content for developers</span></a>
<a class="dropdown-item" href="https://altinity.com/clickhouse-database/" target="_blank"><span style="font-size: large;">What is ClickHouse?</span><br/><span style="font-size: small;">Learn why ClickHouse is the fastest database in the world</span></a>
<a class="dropdown-item" href="https://altinity.com/what-is-kubernetes/" target="_blank"><span style="font-size: large;">What is Kubernetes?</span><br/><span style="font-size: small;">Learn why Kubernetes is the platform of choice for analytic databases</span></a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://altinity.com/blog" target="_blank">Blog <span class="navbar-logo"><svg width="25.897644" height="31.648945" viewBox="0 0 25.897644 31.648945" version="1.1" id="svg1" xmlns="http://www.w3.org/2000/svg"><path d="m 18,14.5 v 6 H 6 v -12 h 6 m 3,-3 h 6 v 6 m 0,-6 -9,9" class="icon_svg-stroke" stroke="#ffffff" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" id="path1" style="stroke:#ffffff;stroke-opacity:1"/></svg></span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="companyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Company</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://altinity.com/about-us/" target="_blank"><span style="font-size: large;">About the Company</span><br/><span style="font-size: small;">Who we are and what we do</span></a>
<a class="dropdown-item" href="https://altinity.com/careers/" target="_blank"><span style="font-size: large;">Careers</span><br/><span style="font-size: small;">Join our team!</span></a>
<a class="dropdown-item" href="https://altinity.com/contact" target="_blank"><span style="font-size: large;">Contact</span><br/><span style="font-size: small;">Have questions? We've got answers.</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
Expand All @@ -36,11 +56,11 @@
<li class="header-social-wrap ml-md-auto">
<div style="padding-right: 20px;" class="header-social-inner-wrap element-social-inner-wrap social-show-label-false social-style-filled">
<a class="mega-menu-link" href="https://bit.ly/3uPqwVr">
<span style="border-radius: 15px; padding: 4px; padding-left: 10px; padding-right: 10px; background-color: #1e9dcf; color: white; font-size: small; font-weight: bold;">Try the Kubernetes Operator</span>
<span style="border-radius: 24px; padding-top: .3em; padding-bottom: .3em; padding-left: 1em; padding-right: 1em; background-color: #1e9dcf; color: white; font-style: normal; font-size: 13px; line-height: 17px; font-weight: 700;">Try the Kubernetes Operator</span>
</a>
&nbsp;
<!-- <a class="mega-menu-link" href="https://hubs.la/Q02pLTV20">
<span style="border-radius: 15px; padding: 4px; padding-left: 10px; padding-right: 10px; background-color: #1e9dcf; color: white; font-size: small; font-weight: bold;">Developer Resources</span>
<span style="border-radius: 24px; padding-top: .3em; padding-bottom: .3em; padding-left: 1em; padding-right: 1em; background-color: #1e9dcf; color: white; font-size: small; font-weight: bold;">Developer Resources</span>
</a>
&nbsp; -->
<a href="https://altinitydbworkspace.slack.com/join/shared_invite/zt-1togw9b4g-N0ZOXQyEyPCBh_7IEHUjdw#/shared-invite/email" aria-label="Slack" target="_blank" rel="noopener noreferrer" class="social-button header-social-item social-link-custom1" data-positional-element-id="75">
Expand Down

0 comments on commit 8d8a692

Please sign in to comment.