Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 14, 2023
1 parent 56e4953 commit e390032
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions website/template/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
http://bref-website.netlify.com/* http://bref.sh/:splat 301!
https://bref-website.netlify.com/* https://bref.sh/:splat 301!

# Plausible
/pl/js/script.js https://plausible.io/js/script.outbound-links.js 200
/pl/api/event https://plausible.io/api/event 200

# Deleted pages
/docs/newsletters.html /docs/community.html
/docs/cron.html /docs/web-apps/cron.html
Expand Down
12 changes: 4 additions & 8 deletions website/template/enterprise.twig
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,10 @@
<div class="p-6">
<h3 class="text-3xl font-bref font-bold leading-6 text-gray-900">Bref Enterprise</h3>
<p class="mt-8">
<span class="text-base font-medium text-gray-500">Starting at</span>
<span class="text-xl font-bold tracking-tight text-gray-900">$1000</span>
<span class="text-base font-medium text-gray-500">/mo</span>
<span class="text-base font-medium text-gray-500">Get in touch</span>
</p>
<p class="h-4 mt-1 text-gray-500 text-xs">
* cancel anytime, first month refund if not satisfied
</p>
<a href="mailto:[email protected]?subject=Bref%20Enterprise" class="mt-6 block w-full rounded-md bg-gray-800 py-3 text-center text-sm font-semibold text-white hover:bg-gray-900 hover:text-white">Get In Touch</a>
<p class="h-4 mt-1"></p>
<a href="mailto:[email protected]?subject=Bref%20Enterprise" class="mt-6 block w-full rounded-md bg-gray-800 py-3 text-center text-sm font-semibold text-white hover:bg-gray-900 hover:text-white">Get In Touch</a>
</div>
<div class="px-6 pt-6 pb-8">
<ul role="list" class="space-y-4 pl-0">
Expand Down Expand Up @@ -176,7 +172,7 @@
<path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
</svg>
<span class="text-sm text-gray-600">
Tailor-made AWS Lambda runtimes optimized for your project (opt-in)
Self-built, tailor-made AWS Lambda runtimes optimized for your project (opt-in)
</span>
</li>

Expand Down
2 changes: 1 addition & 1 deletion website/template/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16" />
<link href="https://fonts.googleapis.com/css?family=Dosis:300,400|Open+Sans:300,400,700|Poppins:400,600&display=swap" rel="stylesheet">
<link href="/output.css" rel="stylesheet">
<script async defer data-domain="bref.sh" src="https://meter.bref.sh/js/plausible.outbound-links.js"></script>
<script defer data-domain="bref.sh" data-api="/pl/api/event" src="https://bref.sh/pl/js/script.js"></script>
</head>
<body class="font-sans antialiased">
{% block body %}{% endblock %}
Expand Down

0 comments on commit e390032

Please sign in to comment.