Skip to content

Commit

Permalink
Modify contact section.
Browse files Browse the repository at this point in the history
This commit fixes #2 by providing two different methods people can
contact me.
  • Loading branch information
muammar committed Apr 9, 2024
1 parent 6940fdb commit 9c22fce
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,49 +328,49 @@ sections:
title: Contact
subtitle:
text: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam mi diam, venenatis ut magna et, vehicula efficitur enim.
I provide two ways you can contact me.
# Contact (add or remove contact options as necessary)
email: test@example.org
phone: 888 888 88 88
appointment_url: 'https://calendly.com'
address:
street: 450 Serra Mall
city: Stanford
region: CA
postcode: '94305'
country: United States
country_code: US
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
office_hours:
- 'Monday 10:00 to 13:00'
- 'Wednesday 09:00 to 10:00'
email: muammar [at] muammar [dot] me
# phone: 888 888 88 88
# appointment_url: 'https://calendly.com'
# address:
# street: 450 Serra Mall
# city: Stanford
# region: CA
# postcode: '94305'
# country: United States
# country_code: US
# directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
# office_hours:
# - 'Monday 10:00 to 13:00'
# - 'Wednesday 09:00 to 10:00'
# Choose a map provider in `params.yaml` to show a map from these coordinates
coordinates:
latitude: '37.4275'
longitude: '-122.1697'
# coordinates:
# latitude: '37.4275'
# longitude: '-122.1697'
contact_links:
- icon: twitter
icon_pack: fab
name: DM Me
link: 'https://twitter.com/Twitter'
- icon: skype
icon_pack: fab
name: Skype Me
link: 'skype:echo123?call'
- icon: video
icon_pack: fas
name: Zoom Me
link: 'https://zoom.com'
link: 'https://twitter.com/muammar'
# - icon: skype
# icon_pack: fab
# name: Skype Me
# link: 'skype:echo123?call'
# - icon: video
# icon_pack: fas
# name: Zoom Me
# link: 'https://zoom.com'
# Automatically link email and phone or display as text?
autolink: true
# Email form provider
form:
provider: netlify
formspree:
id:
netlify:
# Enable CAPTCHA challenge to reduce spam?
captcha: false
# form:
# provider: netlify
# formspree:
# id:
# netlify:
# # Enable CAPTCHA challenge to reduce spam?
# captcha: false
design:
columns: '2'
---

0 comments on commit 9c22fce

Please sign in to comment.