-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.json
More file actions
59 lines (59 loc) · 1.67 KB
/
contact.json
File metadata and controls
59 lines (59 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"contact": {
"title": "Get In Touch",
"description": "Ready to transform your business operations? Let's discuss your project and how we can help streamline your workflow.",
"email": "cody@qially.com",
"phone": "+1 (317) 643-3489",
"location": "Remote / Global",
"availability": "Daily, 12:00 PM - 7:00 PM",
"form": {
"title": "Start Your Project",
"description": "Tell us about your business needs and we'll get back to you within 24 hours.",
"fields": [
{
"name": "name",
"label": "Name",
"type": "text",
"required": true
},
{
"name": "email",
"label": "Email",
"type": "email",
"required": true
},
{
"name": "company",
"label": "Company",
"type": "text",
"required": false
},
{
"name": "projectType",
"label": "Project Type",
"type": "select",
"options": [
"Business Automation",
"Web Development",
"Knowledge Management",
"Client Portal",
"Not Sure / Consultation"
],
"required": true
},
{
"name": "message",
"label": "Tell us about your project",
"type": "textarea",
"required": true
}
]
},
"social": {
"github": "https://github.com/qiallyme",
"linkedin_company": "https://www.linkedin.com/company/qially/?viewAsMember=true",
"linkedin_personal": "https://www.linkedin.com/in/cody-rice-velasquez-qially/",
"twitter": "https://twitter.com/qiallyme"
}
}
}