@@ -27,54 +27,47 @@ const TestimonialList = () => {
27
27
28
28
const testimonials = [
29
29
{
30
- summary : 'Incredible Experience Humans' ,
31
- description : ` I had an incredible experience learning with CodeClan and was greatly impressed by the big
32
- difference in only three weeks. I am so grateful for the wonderful improvements they helped me make
33
- and their ability help me
34
- get familiar with the concept so quickly. It acted as a catalyst to take our career to the next
35
- level.` ,
36
- name : 'Temitope Ajiboye' ,
37
- position : 'CEO' ,
38
- company : 'ABC Corporation' ,
39
- imgUrl : '../assets/image/homepage/course-img.png'
30
+ summary : 'Improved my UI/UX skills' ,
31
+ description : `I worked with my mentor at CodeClan to improve my UI development skills
32
+ and was able to hone my bootstrap skills while holding down a high demand job` ,
33
+ name : 'Opeyemi Oni' ,
34
+ position : 'Integration Engineer' ,
35
+ company : 'Ericsson' ,
36
+ imgUrl :'./assets/person-icon.png'
40
37
} ,
41
38
{
42
- summary : 'Incredible Experience Humans' ,
43
- description : ` I had an incredible experience learning with CodeClan and was greatly impressed by the big
44
- difference in only three weeks. I am so grateful for the wonderful improvements they helped me make
45
- and their ability help me
46
- get familiar with the concept so quickly. It acted as a catalyst to take our career to the next
47
- level.` ,
39
+ summary : 'Got my first job as a software dev!' ,
40
+ description : `Joined the community at the beginning of the year and after five months of tutorials and
41
+ intense interview preparations with my mentor, I landed a job as a frontend software developer.
42
+ I am so grateful for all the help I got and the tutor's patience with the difficult concepts.` ,
48
43
name : 'Fortune Ochi' ,
49
- position : 'CEO ' ,
50
- company : 'ABC Corporation ' ,
51
- imgUrl : '.. /assets/image/homepage/course-img .png'
44
+ position : 'Software Developer ' ,
45
+ company : 'Magogo Software ' ,
46
+ imgUrl : './assets/person-icon .png'
52
47
} ,
53
48
{
54
- summary : 'Incredible Experience Humans' ,
55
- description : ` I had an incredible experience learning with CodeClan and was greatly impressed by the big
56
- difference in only three weeks. I am so grateful for the wonderful improvements they helped me make
57
- and their ability help me
58
- get familiar with the concept so quickly. It acted as a catalyst to take our career to the next
59
- level.` ,
49
+ summary : 'Incredible learning experience' ,
50
+ description : ` I had an incredible experience learning react with codeclan and was impressed by the new skills
51
+ I learnt during the Bootcamp. The exercises helped me get familiar with new concepts quickly.
52
+ The skills I gained at the Bootcamp served as a catalyst to help take my career to the next level.` ,
60
53
name : 'John Odey' ,
61
- position : 'CEO ' ,
62
- company : 'ABC Corporation ' ,
63
- imgUrl : '.. /assets/image/homepage/course-img .png'
54
+ position : 'Fullstack developer ' ,
55
+ company : 'Openwit Tech ' ,
56
+ imgUrl : './assets/person-icon .png'
64
57
} ,
65
58
{
66
- summary : 'Incredible Experience Humans' ,
67
- description : ` I had an incredible experience learning with CodeClan and was greatly impressed by the big
68
- difference in only three weeks. I am so grateful for the wonderful improvements they helped me make
69
- and their ability help me
70
- get familiar with the concept so quickly. It acted as a catalyst to take our career to the next
71
- level.` ,
59
+ summary : 'Switched to a tech role from sales' ,
60
+ description : ` After years of wanting to leave sales, I was finally able to get a job as a
61
+ software developer after joining codeclan. The tutorials were really easy to follow and my mentor
62
+ was always available to help whenever I had challenges. I appreciate the continued support I've been
63
+ getting on the job, it has made the job easier.` ,
72
64
name : 'Femi Adebayo' ,
73
- position : 'CEO ' ,
74
- company : 'ABC Corporation' ,
75
- imgUrl : '.. /assets/image/homepage/course-img .png'
65
+ position : 'Software Developer ' ,
66
+ company : 'Achmed Corporation' ,
67
+ imgUrl : './assets/person-icon .png'
76
68
} ,
77
- ]
69
+ ]
70
+
78
71
return (
79
72
< TestimonialListStyled >
80
73
< section className = "testimonials pry-padd-form position-relative" >
@@ -93,10 +86,10 @@ const TestimonialList = () => {
93
86
responsive = { responsive }
94
87
ssr = { false } // means to render carousel on server-side.
95
88
infinite = { true }
96
- autoPlaySpeed = { 1000 }
89
+ autoPlaySpeed = { 100 }
97
90
keyBoardControl = { true }
98
91
customTransition = "all .5"
99
- transitionDuration = { 500 }
92
+ transitionDuration = { 50 }
100
93
containerClass = "carousel-container"
101
94
removeArrowOnDeviceType = { [ "tablet" , "mobile" , "desktop" ] }
102
95
dotListClass = "custom-dot-list-style"
0 commit comments