templates/landing/partnership.html.twig line 1

Open in your IDE?
  1. {% extends 'layout.html.twig' %}
  2. {% block title %}{% endblock %}
  3. {% block content %}
  4.     <section class="bg-100">
  5.         <div class="container">
  6.           <div class="overflow-hidden mb-4" data-zanim-timeline="{}">
  7.             <div data-zanim-xs="{&quot;delay&quot;:0}" style="transform: translate(0px, 0px); opacity: 1;"><a class="d-inline-block text-500" href="#!"></a> &nbsp;<a class="d-inline-block text-500" href="#!"></a></div>
  8.             <h4 data-zanim-xs="{&quot;delay&quot;:0.1}" style="transform: translate(0px, 0px); opacity: 1;">Partnership for a great opportunity</h4>
  9.           </div>
  10.           <div class="row">
  11.             <div class="col-lg-8">
  12.               <div class="card mb-6"> <img class="card-img-top" src="assets/img/news-1.jpg" alt="new image">
  13.                 <div class="card-body p-5">
  14.                   <h5><strong>Why Partner with Us?</strong></h5>
  15.                   <ul>
  16.                     <li>
  17.                       <p class="mb-2"><strong>Customized Solutions:</strong>  We don't believe in one-size-fits-all. Instead, we engage with you to create bespoke technology solutions that align with your organizational goals and objectives.</p>
  18.                     </li>
  19.                     <li>
  20.                       <p class="mb-2"><strong>Expertise Across Domains: </strong>Our team comprises industry specialists with a wealth of expertise across various sectors. Financing Tailored to You: We understand that financing can often be a barrier to implementing necessary technology upgrades. </p>
  21.                     </li>
  22.                     <li>
  23.                       <p class="mb-2"><strong>End-to-End Support:</strong> From the initial consultation to post-deployment support, we are with you at every step of the journey.</p>
  24.                     </li>
  25.                     <li>
  26.                       <p class="mb-2"><strong>Long-term Collaboration:</strong> We view our relationships as partnerships rather than transactions.</p>
  27.                     </li>
  28.                   </ul>
  29.                 </div> 
  30.               </div>
  31.             </div>
  32.             <div class="col-lg-4 text-justify ms-auto mt-5 mt-lg-0">
  33.               <div class="px-2">
  34.                 <div class="card mb-3">
  35.                   <div class="card-body p-5">
  36.                     <p class="dropcap">At Odevelopers INC, we believe that the best solutions arise from strong partnerships. With over 20 years of experience in the technology industry, we’ve learned that true innovation emerges when we collaborate closely with our clients. Our commitment to understanding your unique challenges allows us to design, procure, finance, and deploy corporate solutions that are tailored to your specific needs.</a>
  37.                   </div>
  38.                 </div>
  39.                 <div class="mb-5">
  40.                   <div class="bg-white pb-5 rounded-3">
  41.                       <div class="card-body" data-zanim-timeline="{}">
  42.                           <div class="overflow-hidden">
  43.                               <h5 data-zanim-xs="{&quot;delay&quot;:0}" style="transform: translate(0px, 0px); opacity: 1;">Join Us in Shaping the Future</h5>
  44.                           </div>
  45.                           <div class="overflow-hidden">
  46.                               <p class="mt-3" data-zanim-xs="{&quot;delay&quot;:0.2}" style="transform: translate(0px, 0px); opacity: 1;">Partnering with Odeveloper INC, opens the door to a world of opportunities. Together, we can navigate the complexities of the tech landscape and turn challenges into stepping stones for success. Let’s collaborate to innovate and excel in today’s fast-paced corporate environment.</p>
  47.                           </div>
  48.                       </div>
  49.                   </div>
  50.                 </div> 
  51.               </div>
  52.             </div><!-- end of .container-->
  53.     </section>
  54. {% endblock %}