Skip to content

Commit ea79fa9

Browse files
committed
Add address and phone number
1 parent adf4ac8 commit ea79fa9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

_includes/footer.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<div class="space-y-4">
55
<img class="h-9 footer-logo" src="{{ '/assets/ethoslink-logo-white.svg' | relative_url }}" alt="{{ site.company.name }}">
66
<p class="text-sm text-gray-400">{{ site.company.tagline }}</p>
7+
<p class="text-sm text-gray-200">EthosLink, LLC</p>
8+
<p class="text-sm text-gray-200">2604 Whittier Place, Wilmington, DE 19808, United States</p>
9+
<a class="text-sm text-gray-200" href="tel:+13024123450">+1 302 412 3450</a>
710
</div>
811
<div class="mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0">
912
<div class="md:grid md:grid-cols-2 md:gap-8">
@@ -37,12 +40,12 @@ <h3 class="text-sm/6 font-semibold text-white">Company</h3>
3740
</ul>
3841
</div>
3942
<!-- <div class="mt-10 md:mt-0">
40-
<h3 class="text-sm/6 font-semibold text-white">Legal</h3>
41-
<ul role="list" class="mt-6 space-y-4">
42-
<li><a href="#" class="text-sm/6 text-gray-400 hover:text-white">Cookie Policy</a></li>
43-
<li><a href="#" class="text-sm/6 text-gray-400 hover:text-white">Data Processing</a></li>
44-
</ul>
45-
</div> -->
43+
<h3 class="text-sm/6 font-semibold text-white">Legal</h3>
44+
<ul role="list" class="mt-6 space-y-4">
45+
<li><a href="#" class="text-sm/6 text-gray-400 hover:text-white">Cookie Policy</a></li>
46+
<li><a href="#" class="text-sm/6 text-gray-400 hover:text-white">Data Processing</a></li>
47+
</ul>
48+
</div> -->
4649
</div>
4750
</div>
4851
</div>

0 commit comments

Comments
 (0)