Advertisement
shadiff

steps

Jun 20th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. <section className="bg-gray-300">
  2. <div className="px-4 py-16 bg-gray-300 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8 lg:py-20">
  3. <div className="grid gap-6 row-gap-10 lg:grid-cols-2">
  4. <div className="lg:py-6 lg:pr-16">
  5. <div className="flex">
  6. <div className="flex flex-col items-center mr-4">
  7. <div>
  8. <div className="flex items-center justify-center w-10 h-10 border rounded-full">
  9. <svg className="w-4 text-gray-600" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" viewBox="0 0 24 24">
  10. <line fill="none" strokeMiterlimit={10} x1={12} y1={2} x2={12} y2={22} />
  11. <polyline fill="none" strokeMiterlimit={10} points="19,15 12,22 5,15" />
  12. </svg>
  13. </div>
  14. </div>
  15. <div className="w-px h-full bg-gray-300" />
  16. </div>
  17. <div className="pt-1 pb-8">
  18. <p className="mb-2 text-lg font-bold">Step 1</p>
  19. <p className="mb-2 text-lg font-bold">Getting to know you</p>
  20. <p className="text-gray-700">
  21. We love people! It's our pleasure to connect with you and learn more about your organization, staff, and specific challenges.
  22. </p>
  23. </div>
  24. </div>
  25. <div className="flex">
  26. <div className="flex flex-col items-center mr-4">
  27. <div>
  28. <div className="flex items-center justify-center w-10 h-10 border rounded-full">
  29. <svg className="w-4 text-gray-600" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" viewBox="0 0 24 24">
  30. <line fill="none" strokeMiterlimit={10} x1={12} y1={2} x2={12} y2={22} />
  31. <polyline fill="none" strokeMiterlimit={10} points="19,15 12,22 5,15" />
  32. </svg>
  33. </div>
  34. </div>
  35. <div className="w-px h-full bg-gray-300" />
  36. </div>
  37. <div className="pt-1 pb-8">
  38. <p className="mb-2 text-lg font-bold">Step 2</p>
  39. <p className="mb-2 text-lg font-bold">ORGANIZATIONAL AUDIT</p>
  40. <p className="text-gray-700">
  41. We take the time to carefully assess the equity-rooted pain points in your organization
  42. </p>
  43. </div>
  44. </div>
  45. <div className="flex">
  46. <div className="flex flex-col items-center mr-4">
  47. <div>
  48. <div className="flex items-center justify-center w-10 h-10 border rounded-full">
  49. <svg className="w-4 text-gray-600" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" viewBox="0 0 24 24">
  50. <line fill="none" strokeMiterlimit={10} x1={12} y1={2} x2={12} y2={22} />
  51. <polyline fill="none" strokeMiterlimit={10} points="19,15 12,22 5,15" />
  52. </svg>
  53. </div>
  54. </div>
  55. <div className="w-px h-full bg-gray-300" />
  56. </div>
  57. <div className="pt-1 pb-8">
  58. <p className="mb-2 text-lg font-bold">Step 3</p>
  59. <p className="mb-2 text-lg font-bold">DOCUMENTS VERIFICATION</p>
  60. <p className="text-gray-700">
  61. We analyze our organizational audit findings and craft a tailored plan to help move your organization from understanding equity in theory, to action.
  62. </p>
  63. </div>
  64. </div>
  65. <div className="flex">
  66. <div className="flex flex-col items-center mr-4">
  67. <div>
  68. <div className="flex items-center justify-center w-10 h-10 border rounded-full">
  69. <svg className="w-4 text-gray-600" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" viewBox="0 0 24 24">
  70. <line fill="none" strokeMiterlimit={10} x1={12} y1={2} x2={12} y2={22} />
  71. <polyline fill="none" strokeMiterlimit={10} points="19,15 12,22 5,15" />
  72. </svg>
  73. </div>
  74. </div>
  75. <div className="w-px h-full bg-gray-300" />
  76. </div>
  77. <div className="pt-1 pb-8">
  78. <p className="mb-2 text-lg font-bold">Step 4</p>
  79. <p className="mb-2 text-lg font-bold">LONG-TERM ACCOUNTABILITY</p>
  80. <p className="text-gray-700">
  81. We build close relationships with our clients and offer the opportunity to remain connected for the long-haul--to provide accountability and trouble-shooting as challenges during the long-term equity journey arise
  82. </p>
  83. </div>
  84. </div>
  85. <div className="flex">
  86. <div className="flex flex-col items-center mr-4">
  87. <div>
  88. <div className="flex items-center justify-center w-10 h-10 border rounded-full">
  89. <svg className="w-6 text-gray-600" stroke="currentColor" viewBox="0 0 24 24">
  90. <polyline fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit={10} points="6,12 10,16 18,8" />
  91. </svg>
  92. </div>
  93. </div>
  94. </div>
  95. <div className="pt-1">
  96. <p className="mb-2 text-lg font-bold">Success</p>
  97. <p className="text-gray-700" />
  98. </div>
  99. </div>
  100. </div>
  101. <div className="relative">
  102. <img className="inset-0 object-cover object-bottom w-full rounded shadow-lg h-96 lg:absolute lg:h-full" src="https://images.pexels.com/photos/3184287/pexels-photo-3184287.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt />
  103.  
  104. </div>
  105. </div>
  106. </div>
  107.  
  108. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement