Skip to content

Commit

Permalink
remove phone numbers from /contact-us page
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarkz committed Nov 15, 2023
1 parent 208c0ea commit 379d112
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions templates/contact-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ <h3>How should we get in touch?</h3>
</fieldset>
</form>
</div>

<div class="col-4">
<div class="p-card">
<h3 class="p-card__title">Any questions? Call us</h3>
<ul class="p-list--divided">
<li class="p-list__item">Americas <a href="tel:+17372040291" class="u-float-right">+1 737 2040291</a></li>
<li class="p-list__item">France <a href="tel:+33184889319" class="u-float-right">+33 184889319</a></li>
<li class="p-list__item">Germany <a href="tel:+4961512746816" class="u-float-right">+49 615 127 46816</a></li>
<li class="p-list__item">Japan <a href="tel:+81362053075" class="u-float-right">+81 3 6205 3075</a></li>
<li class="p-list__item">Spain <a href="tel:+34932201131" class="u-float-right">+34 932 201131</a></li>
<li class="p-list__item">UK <a href="tel:+442036565291" class="u-float-right">+44 203 656 5291</a></li>
<li class="p-list__item">Rest of World <a href="tel:+442036565291" class="u-float-right">+44 203 656 5291</a></li>
</ul>
</div>
</div>
</div>
</section>

Expand Down

0 comments on commit 379d112

Please sign in to comment.