Skip to content

Commit

Permalink
Merge pull request #714 from eddieferrer/removed_home_fb_module
Browse files Browse the repository at this point in the history
removed fb module from homepage
  • Loading branch information
eddieferrer committed Feb 8, 2023
2 parents b6141e7 + 627962b commit d443a58
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,8 @@
<PopularShoes></PopularShoes>

<section class="section">
<div class="columns">
<div class="column">
<h2 class="is-size-4 has-text-centered has-text-primary">News</h2>
<h5 class="is-size-5 has-text-centered">Updates from Facebook</h5>
<hr />
<div class="has-text-centered">
<div
class="fb-page"
data-href="https://www.facebook.com/sizesquirrel/"
data-tabs="timeline"
data-width="500"
data-height="400"
data-small-header="false"
data-adapt-container-width="true"
data-hide-cover="true"
data-show-facepile="true"
>
<blockquote
cite="https://www.facebook.com/sizesquirrel/"
class="fb-xfbml-parse-ignore"
>
<a href="https://www.facebook.com/sizesquirrel/"
>SizeSquirrel</a
>
</blockquote>
</div>
</div>
</div>

<div class="column">
<div class="columns is-centered">
<div class="column is-8">
<h2 class="is-size-4 has-text-centered has-text-primary">
Contact Us
</h2>
Expand Down

0 comments on commit d443a58

Please sign in to comment.