-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fixes #494 Add nifty icons to our contact-us list * removed new line from mail address
- Loading branch information
1 parent
8849eec
commit 836ccd0
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ | |
<h2 class="text-center" >How to reach us?</h2> | ||
<hr> | ||
<ul > | ||
<li class="listFont"><i class="icon ion-ios-home"></i> By mail: Sugar Labs</br> 2028 E Ben White Blvd <b>STE 240 PMB 1271</b></br> AUSTIN, TX 78741</br> USA</li> | ||
<li class="listFont"><i class="icon ion-ios-telephone"></i> By text or voice: <a href="tel:+16177024088">+1 (617) 702-4088</a></li> | ||
<li class="listFont"><i class="icon ion-android-mail"></i> By email: <a href="mailto:[email protected]">[email protected]</a></li> | ||
<li class="listFont"><i class="icon ion-android-globe"></i> Via Matrix real-time chat: <a href="https://wiki.sugarlabs.org/go/Matrix">https://wiki.sugarlabs.org/go/Matrix</a></li> | ||
<li class="listFont"><ion-icon name="home-sharp"></ion-icon> By mail: Sugar Labs</br> 2028 E Ben White Blvd<b> STE 240 PMB 1271</b></br> AUSTIN, TX 78741</br> USA</li> | ||
<li class="listFont"><ion-icon name="call-sharp"></ion-icon> By text or voice: <a href="tel:+16177024088">+1 (617) 702-4088</a></li> | ||
<li class="listFont"><ion-icon name="mail-sharp"></ion-icon> By email: <a href="mailto:[email protected]">[email protected]</a></li> | ||
<li class="listFont"><ion-icon name="chatbubble-ellipses-sharp"></ion-icon> Via Matrix real-time chat: <a href="https://wiki.sugarlabs.org/go/Matrix">https://wiki.sugarlabs.org/go/Matrix</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -88,4 +88,5 @@ <h2 class="text-center customPadding2">SOCIAL MEDIA PLATFORMS</h2> | |
</div> | ||
</section> | ||
|
||
|
||
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> | ||
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> |