-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathapply-to-be-a-student.json
More file actions
77 lines (77 loc) · 3.39 KB
/
apply-to-be-a-student.json
File metadata and controls
77 lines (77 loc) · 3.39 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "apply-to-be-a-student",
"content": [
{
"section": "cta-area",
"section_title": {
"title": "Apply To Train with Vets Who Code",
"subtitle":"Veterans helping veterans get into the tech industry",
"description": "Are you a veteran eager to explore a career in technology? Apply to Vets Who Code by completing two essential steps. First, fill out our prework assignments to lay the groundwork for the technologies you'll encounter, such as JavaScript, TypeScript, React, and more. Next, complete our application form, providing insights into your background and tech aspirations. These two steps are crucial to demonstrating your readiness for our program. Don't wait to embark on a fulfilling software development journey with us. Complete the prework and apply to Vets Who Code today. Our team is here to support you every step of the way."
}
},
{
"section": "funfact-area",
"items": [
{
"id": 1,
"title": "Years Of Experience",
"counter": 10
},
{
"id": 2,
"title": "Trained Veterans",
"counter": 300,
"suffix": "+"
},
{
"id": 3,
"title": "Subjects Taught",
"counter": 13
},
{
"id": 4,
"title": "Success Rate",
"suffix": "%",
"counter": 90
}
]
},
{
"section": "hero-image-area",
"images": [
{
"src": "https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto/v1691979381/apply_c3hnbe.jpg"
}
]
},
{
"section": "gradation-area",
"section_title": {
"title": "4 Steps to Earn <span> the Honour CFDR <br/> Certification</span> from courses",
"subtitle": "Make it <strong>#VetsWhoCode</strong>"
},
"items": [
{
"id": 1,
"title": "Register for a CFDR preliminary categorized class",
"description": "CFDR preliminary classes whose names are ended with \"101CF\". Finishing these classes will bring you the basic knowledge and skills."
},
{
"id": 2,
"title": "Finished all obligatory subjects in CFDR program",
"description": "Learners have to finish these subjects within the period of 3 years. Early completion will reward them with a faster certifying process."
},
{
"id": 3,
"title": "Submit all essential documents & related proof of completion",
"description": "We need to verify your participation in all subjects included and collect all the scores as well as assessment to grade your certificate."
},
{
"id": 4,
"title": "Receive printed certification via postal & e-version via emails",
"description": "We'll send your certificate by postal line in one week after the verification process and also email an electronic version to your inbox."
}
]
}
]
}