@@ -359,5 +359,185 @@ sections:
359359 design :
360360 # Choose how many columns the section has. Valid values: '1' or '2'.
361361 columns : ' 2'
362+ - block : resume-languages1 # In light theme the percentage isn't visible hence my contribution
363+ content :
364+ title : Languages
365+ # Note: `username` refers to the user's folder name in `content/authors/`
366+ username : admin
367+ - block : testimonials-many
368+ id : trust-indicators
369+ content :
370+ # Header Content
371+ title : " Trusted by millions of users worldwide"
372+ blue : " TESTIMONIALS or TEAM OF AUTHORS OF SITE"
373+ text : " Join thousands of satisfied customers who trust our platform"
374+
375+ # Customizable Rating System
376+ stars : 5 # Number of stars (1-5)
377+ rating : " 5.0" # Rating score display
378+ reviews : " 10,000+" # Review count
379+ # user_count: REMOVED # No more user badge
380+
381+ # Profile Images with URLs
382+ items :
383+ - name : " Sarah Johnson" # Used for alt text
384+ image : " luis.jpg" # From assets/media/
385+ url : " https://twitter.com/sarah" # Optional: profile/social URL
386+ external : true # Optional: opens in new tab
387+
388+ - name : " Michael Chen" # Used for alt text
389+ image : " luis.jpg" # From assets/media/
390+ url : " https://linkedin.com/in/michael"
391+ external : true
392+
393+ - name : " Emily Rodriguez" # Used for alt text
394+ image : " luis.jpg" # From assets/media/
395+ url : " /team/emily" # Internal link (no external needed)
396+
397+ - name : " David Kim" # Used for alt text
398+ image : " luis.jpg" # From assets/media/
399+ url : " https://github.com/david"
400+ external : true
401+
402+ - name : " Lisa Thompson" # Used for alt text
403+ image : " luis.jpg" # From assets/media/
404+ # url: not required # Image won't be clickable
405+
406+ design :
407+ spacing :
408+ padding : ["1rem", 0, 0, 0]
409+ - block : witness
410+ content :
411+ title : " We have some fans."
412+ text : " Words from real users and collaborators."
413+
414+ items :
415+ - name : " Daniella Doe"
416+ role : " Mobile Developer"
417+ image : " avatar-copy.jpg"
418+ quote : >
419+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum aliquid quo eum quae
420+ quos illo earum ipsa doloribus nostrum minus libero…
421+ button :
422+ text : " LinkedIn"
423+ url : " https://linkedin.com"
424+ rating : 4
425+ - name : " Daniella Doe"
426+ role : " Mobile Developer"
427+ image : " avatar-copy.jpg"
428+ quote : >
429+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum aliquid quo eum quae
430+ quos illo earum ipsa doloribus nostrum minus libero…
431+ button :
432+ text : " LinkedIn"
433+ url : " https://linkedin.com"
434+ rating : 4
435+ - name : " Daniella Doe"
436+ role : " Mobile Developer"
437+ image : " avatar-copy.jpg"
438+ quote : >
439+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum aliquid quo eum quae
440+ quos illo earum ipsa doloribus nostrum minus libero…
441+ button :
442+ text : " LinkedIn"
443+ url : " https://linkedin.com"
444+ rating : 4
445+ - name : " Jane Doe"
446+ role : " Marketing"
447+ image : " avatar-copy.jpg"
448+ quote : >
449+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto laboriosam…
450+ rating : 4
451+ - block : pricing
452+ content :
453+ title : " Choose Your Plan"
454+ text : " "
455+ blue : " "
456+ items :
457+ - name : " Starter"
458+ icon : " custom/twitter"
459+ description : " Perfect for individuals and small projects"
460+ price : " $20"
461+ period : " /month"
462+ button :
463+ text : " Get Started"
464+ url : " #"
465+ target : " _blank"
466+ features :
467+ - text : " 10 users"
468+ included : true
469+ - text : " 2GB of storage"
470+ included : true
471+ - text : " Email support"
472+ included : true
473+ - text : " Help center access"
474+ included : false
475+ - text : " Phone support"
476+ included : false
477+ - text : " Community access"
478+ included : false
479+ - name : " Pro"
480+ icon : " star"
481+ description : " Great for growing teams and businesses"
482+ price : " $30"
483+ period : " /month"
484+ featured : true # This adds the ring highlight
485+ button :
486+ text : " Get Started"
487+ url : " #"
488+ features :
489+ - text : " 20 users"
490+ included : true
491+ - text : " 5GB of storage"
492+ included : true
493+ - text : " Email support"
494+ included : true
495+ - text : " 20 users"
496+ included : true
497+ - text : " 5GB of storage"
498+ included : true
499+ - text : " Email support"
500+ included : true
501+ - text : " Help center access"
502+ included : true
503+ - text : " Phone support"
504+ included : false
505+ - text : " Community access"
506+ included : false
507+ - name : " Enterprise"
508+ icon : " custom/twitter"
509+ description : " For large organizations with advanced needs"
510+ price : " $100"
511+ period : " /month"
512+ button :
513+ text : " Contact Sales"
514+ url : " #"
515+ features :
516+ - text : " 50 users"
517+ included : true
518+ - text : " 20GB of storage"
519+ included : true
520+ - text : " Email support"
521+ included : true
522+ - text : " Help center access"
523+ included : true
524+ - text : " Phone support"
525+ included : true
526+ - text : " Community access"
527+ included : true
528+ - text : " 20GB of storage"
529+ included : true
530+ - text : " Email support"
531+ included : true
532+ - text : " Help center access"
533+ included : true
534+ - text : " Phone support"
535+ included : true
536+ - text : " Community access"
537+ included : true
538+ button :
539+ text : " Need a custom plan?"
540+ url : " /contact"
541+
362542
363543---
0 commit comments