Skip to content

Commit

Permalink
Merge pull request #56 from codex-team/design_remove_pricing
Browse files Browse the repository at this point in the history
Remove the "Pricing" from the site and route
  • Loading branch information
HyTekCoop authored Mar 9, 2023
2 parents 7f3fe92 + 3bf958c commit 453ddc6
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 271 deletions.
8 changes: 4 additions & 4 deletions components/site-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ export default Vue.extend({
label: 'Documentation',
url: 'https://docs.hawk.so/',
},
{
label: 'Pricing',
url: '/pricing',
},
// {
// label: 'Pricing',
// url: '/pricing',
// },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/site-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="site-header__menu">
<a href="https://docs.hawk.so/">Docs</a>
<a href="/download">Download</a>
<a href="/pricing">Pricing</a>
<!-- <a href="/pricing">Pricing</a>-->
</div>

<a class="site-header__signin" href="//garage.hawk.so">
Expand Down
12 changes: 9 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<div class="description">
We'll help to improve your product's quality. You’ll see all the errors and problems in your code and we'll help to resolve them.
<br><span class="extra-indent_15px">Hawk is free and open-source.</span>
</div>
</div>
<div class="landing__content-head-right">
Expand Down Expand Up @@ -96,9 +97,9 @@
</div>
</div>

<div class="section section--small">
<a href="https://www.producthunt.com/posts/hawk-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-hawk-2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=333015&theme=light" alt="Hawk - Open-source errors tracker | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</div>
<!-- <div class="section section&#45;&#45;small">-->
<!-- <a href="https://www.producthunt.com/posts/hawk-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-hawk-2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=333015&theme=light" alt="Hawk - Open-source errors tracker | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>-->
<!-- </div>-->
</div>
</template>

Expand Down Expand Up @@ -353,6 +354,10 @@ export default Vue.extend({
@custom-media --screen-tall (min-height: 1200px);
@custom-media --screen-middle (max-width: 1170px);
.extra-indent_15px {
margin-top: 15px;
}
.yard {
display: flex;
height: 100%;
Expand Down Expand Up @@ -419,6 +424,7 @@ export default Vue.extend({
}
.description {
display: grid;
font-weight: 500;
color: var(--color-text-main);
letter-spacing: 0.33px;
Expand Down
Loading

0 comments on commit 453ddc6

Please sign in to comment.