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

drop cloud and pricing links #1588

Merged
merged 1 commit into from
Nov 14, 2023
Merged
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
69 changes: 0 additions & 69 deletions src/layouts/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,37 +118,6 @@
<p class="footer-list-info">The only EL tool built for data engineers</p>
</a>
</li>
<li>
<svg
class="footer-list-icon"
xmlns="http://www.w3.org/2000/svg"
width="36"
height="36"
viewBox="0 0 36 36"
fill="none"
>
<rect
class="footer-icon-frame"
width="36"
height="36"
rx="18"
fill="white"
fill-opacity="0.1"
/>
<g>
<path
d="M8 19.25C8 22.4256 10.5744 25 13.75 25L24 25C26.2091 25 28 23.2091 28 21C28 19.7368 27.4145 18.7331 26.5 18C26.5 14.134 23.366 11 19.5001 11C17.3476 11 15.5341 11.993 14.25 13.5214C14.0852 13.5072 13.9185 13.5 13.75 13.5C10.5744 13.5 8 16.0744 8 19.25Z"
fill="#B5B4BA"
/>
</g>
</svg>
<a href="https://meltano.com/cloud/">
<p class="footer-list-title">Meltano/Cloud</p>
<p class="footer-list-info">
You build the pipelines, we manage the infrastructure
</p>
</a>
</li>
<li>
<svg
class="footer-list-icon"
Expand Down Expand Up @@ -209,44 +178,6 @@
<p class="footer-list-info">Connectors for 600+ sources and destinations</p>
</a>
</li>
<li>
<svg
class="footer-list-icon"
xmlns="http://www.w3.org/2000/svg"
width="36"
height="36"
viewBox="0 0 36 36"
fill="none"
>
<rect
class="footer-icon-frame"
width="36"
height="36"
rx="18"
fill="white"
fill-opacity="0.1"
/>
<g>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M13.7385 13.8701C13.2713 14.2499 13 14.82 13 15.4221V25.9998C13 27.1044 13.8954 27.9998 15 27.9998H22C23.1046 27.9998 24 27.1044 24 25.9998V15.4221C24 14.82 23.7287 14.2499 23.2615 13.8701L19.7615 11.0252C19.0266 10.4278 17.9734 10.4278 17.2385 11.0252L13.7385 13.8701ZM18.5 15.9998C19.3284 15.9998 20 15.3282 20 14.4998C20 13.6713 19.3284 12.9998 18.5 12.9998C17.6716 12.9998 17 13.6713 17 14.4998C17 15.3282 17.6716 15.9998 18.5 15.9998Z"
fill="#B5B4BA"
/>
<path
d="M18.5 14C20.433 14 22 12.433 22 10.5C22 8.567 20.433 7 18.5 7C16.567 7 15 8.567 15 10.5"
stroke="#B5B4BA"
stroke-linecap="round"
/>
</g>
</svg>
<a href="https://meltano.com/pricing">
<p class="footer-list-title">Pricing</p>
<p class="footer-list-info">
Pay only for the workloads you run, no matter how much the data volume grows
</p>
</a>
</li>
</ul>
</div>
</div>
Expand Down