src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/freelancer_profile.html.twig line 1

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. <!-- freelancer Section Start -->
  3. <div class="free-profile-page section">
  4.                     <div class="container">
  5.                 
  6.                         <div class="row">
  7.                             <div class="col-md-12 d-flex justify-content-center align-items-center">
  8.                                 <div class="free-profile-page-info">
  9.                                     <h1 class="section-title">Freelancer Profile </h1>
  10.                                 </div>
  11.                             </div>
  12.                         </div>
  13.                         <div class="row col-md-12 d-flex justify-content-center align-items-center">
  14.                             <div class="profile-header">
  15.                               <div class="profile-info">
  16.                                 <img class="porfile-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/Ellipse.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Profile Picture">
  17.                                 <div class="badge">
  18.                                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/badge1.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  19.                                     <span class="position">1st</span>
  20.                                 </div>
  21.                                 <div class="profile-details">
  22.                                   <h2>RoroNoa Zoro</h2>
  23.                                   <div class="rating">
  24.                                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/star.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""><span>4.5</span>
  25.                                   </div>
  26.                                   <p><span>Profession:</span> HR</p>
  27.                                   <p><span>Experience:</span> <strong class="experience">5 Years</strong></p>
  28.                                   <p><span>Country:</span> Bangladesh</p>
  29.                                   <p><span>Languages:</span> Bengali, English, Hindi</p>
  30.                                 </div>
  31.                               </div>
  32.                               <hr class="separator">
  33.                               <div class="book-appointment">
  34.                                 <h4>Book an Appointment</h4>
  35.                                 <h3>$20/Hour</h3>
  36.                                 <button>Book Appointment</button>
  37.                                 <p>Typically replies within <strong class='dark-span-text'>1 hour</strong></p>
  38.                               </div>
  39.                             </div>
  40.                         </div>
  41.                         <div class="row col-md-12 d-flex justify-content-center align-items-center">
  42.                             <div class="profile-details-section">
  43.                                 <div class="expert-in">
  44.                                   <h3>Expert in</h3>
  45.                                   <p>HR Consulting, HR Management</p>
  46.                                 </div>
  47.                                 
  48.                                 <h2> Profile Details </h2> 
  49.                                 <div class="profile-details py-2">
  50.                                     <div class="container-xxl">
  51.                                         <div class="tab-wrapper">
  52.                                             <ul
  53.                                                 class="nav nav-tabs d-flex justify-content-start border-bottom"
  54.                                                 id="myTab"  role="tablist"
  55.                                             >
  56.                                                 <li class="nav-item" role="presentation">
  57.                                                 <button
  58.                                                     class="nav-link active"
  59.                                                     id="tab1-tab"
  60.                                                     data-bs-toggle="tab"
  61.                                                     data-bs-target="#tab1"
  62.                                                     type="button"
  63.                                                     role="tab"
  64.                                                 >
  65.                                                     Personal Info
  66.                                                 </button>
  67.                                                 </li>
  68.                                                 <li class="nav-item" role="presentation">
  69.                                                 <button
  70.                                                     class="nav-link"
  71.                                                     id="tab2-tab"
  72.                                                     data-bs-toggle="tab"
  73.                                                     data-bs-target="#tab2"
  74.                                                     type="button"
  75.                                                     role="tab"
  76.                                                 >
  77.                                                     Professional Info
  78.                                                 </button>
  79.                                                 </li>
  80.                                                 <li class="nav-item" role="presentation">
  81.                                                 <button
  82.                                                     class="nav-link"
  83.                                                     id="tab3-tab"
  84.                                                     data-bs-toggle="tab"
  85.                                                     data-bs-target="#tab3"
  86.                                                     type="button"
  87.                                                     role="tab"
  88.                                                 >
  89.                                                     Employee & Educational Info
  90.                                                 </button>
  91.                                                 </li>
  92.                                                 <li class="nav-item" role="presentation">
  93.                                                 <button
  94.                                                     class="nav-link"
  95.                                                     id="tab4-tab"
  96.                                                     data-bs-toggle="tab"
  97.                                                     data-bs-target="#tab4"
  98.                                                     type="button"
  99.                                                     role="tab"
  100.                                                 >
  101.                                                     Review
  102.                                                 </button>
  103.                                                 </li>
  104.                                             </ul>
  105.                                         </div>
  106.                                         <div class="tab-content py-4" id="myTabContent">
  107.                                             {# 1st div: personal info #}
  108.                                             <div class="tab-pane fade show active border-0" id="tab1" role="tabpanel">
  109.                                                 <div class="row px-3">
  110.                                                     {# first name #}
  111.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  112.                                                         <div>
  113.                                                             <h3>First Name:</h3>
  114.                                                             
  115.                                                         </div>
  116.                                                         <p> <span class="inplace" data-set-method="setFirstname">{{ details.firstname is null?'First name':details.firstname }}</span>  </p>
  117.                                                     </div>
  118.                                                     {# last name #}
  119.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  120.                                                         <div>
  121.                                                             <h3>Last Name:</h3>
  122.                                                             
  123.                                                         </div>
  124.                                                         <p>  <span class="inplace" data-set-method="setLastname">{{ details.lastname is null?'Edit':details.lastname }}</span>  </p>
  125.                                                     </div>
  126.                                                 </div>
  127.                                         
  128.                                                 {# about-freelancer #}
  129.                                                 <div class="about-freelancer">
  130.                                                     <div>
  131.                                                         <h3>About Me</h3>
  132.                                                         
  133.                                                     </div>
  134.                                                     <p> <span class="inplace" data-set-method="" > </span>  </p>
  135.                                                 </div>
  136.                                                 {# 2nd part: others information #}
  137.                                                 <div class="row px-3">
  138.                                                     {# Contact Information Section #}
  139.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  140.                                                         <div>
  141.                                                             <h3>Contact no:</h3>
  142.                                                             
  143.                                                         </div>
  144.                                                         <p><span class="inplace" data-set-method="" ></span></p>
  145.                                                     </div>
  146.                                                     {# Optional Contact #}
  147.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  148.                                                         <div>
  149.                                                             <h3>Optional Contact no:</h3>
  150.                                                             
  151.                                                         </div>
  152.                                                         <p><span class="inplace" data-set-method=""></span></p>
  153.                                                     </div>
  154.                                                     {# National ID #}
  155.                                                     {# <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  156.                                                         <div>
  157.                                                             <h3>National ID no:</h3>
  158.                                                             
  159.                                                         </div>
  160.                                                         <p><span class="inplace" data-set-method="setNid" data-field='nid'>{{ details.nid is null?'Edit':details.tin }}</span></p>
  161.                                                     </div> #}
  162.                                                     {# Passport No #}
  163.                                                     {# <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  164.                                                         <div>
  165.                                                             <h3>Passport no:</h3>
  166.                                                             
  167.                                                         </div>
  168.                                                         <p><span class="inplace" data-set-method="" >91596999999</span></p>
  169.                                                     </div> #}
  170.                                                     {# TIN No #}
  171.                                                     {# <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  172.                                                         <div>
  173.                                                             <h3>TIN no:</h3>
  174.                                                             
  175.                                                         </div>
  176.                                                         <p><span class="inplace" data-field='tin' data-set-method="setTin">{{ details.tin is null?'Edit':details.tin }}</span></p>
  177.                                                     </div> #}
  178.                                                     {# Date of Birth #}
  179.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  180.                                                         <div>
  181.                                                             <h3>Date of Birth:</h3>
  182.                                                            
  183.                                                         </div>
  184.                                                         {# {{ details.dob is null?'Edit':details.dob }} #}
  185.                                                         <p><span class="inplace" data-field='dob' data-set-method="setDob" data-field-type="_DATE_">{{ details.dob is null?'Edit':details.dob|date('Y-m-d') }}</span></p>
  186.                                                     </div>
  187.                                                     {# Gender #}
  188.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  189.                                                         <div>
  190.                                                             <h3>Gender:</h3>
  191.                                                             
  192.                                                         </div>
  193.                                                         <p><span class="inplace" data-field='sex' data-set-method="setSex">{{ details.sex is null?'Edit':details.sex }}</span></p>
  194.                                                     </div>
  195.                                                     {# Religion #}
  196.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  197.                                                         <div>
  198.                                                             <h3>Religion:</h3>
  199.                                                             
  200.                                                         </div>
  201.                                                         <p><span class="inplace" data-set-method=""></span></p>
  202.                                                     </div>
  203.                                                     {# Blood Group #}
  204.                                                     <div class="col-lg-4 col-md-6 col-12 about-freelancer">
  205.                                                         <div>
  206.                                                             <h3>Blood Group:</h3>
  207.                                                             
  208.                                                         </div>
  209.                                                         <p><span class="inplace" data-set-method="setBlood">{{ details.blood is null?'Edit':details.blood }}</span></p>
  210.                                                     </div>
  211.                                                 </div>
  212.                                                 {# address part #}
  213.                                                 <div class="row">
  214.                                                     {# Current Address #}
  215.                                                     <div class="col-12 col-md-6 col-lg-6 about-freelancer px-3">
  216.                                                         <div>
  217.                                                             <h3>Current Address:</h3>
  218.                                                             
  219.                                                         </div>
  220.                                                         {# {{ details.curr_addr is null?'Edit':details.curr_addr }} #}
  221.                                                         <p><span class="inplace"  data-set-method="setCurrAddr" >  {{ details.currAddr is null?'Edit':details.currAddr }} </span></p>
  222.                                                     </div>
  223.                                                     {# Permanent Address #}
  224.                                                     <div class="col-12 col-md-6 col-lg-6 about-freelancer">
  225.                                                         <div>
  226.                                                             <h3>Permanent Address:</h3>
  227.                                                             
  228.                                                         </div>
  229.                                                         {# {{ details.perm_addr is null?'Edit':details.perm_addr }} #}
  230.                                                         <p><span class="inplace" data-set-method="setPurrAddr" >  </span></p>
  231.                                                     </div>
  232.                                                 </div>
  233.                                             </div>
  234.                                             {# 2nd div: professional info #}
  235.                                             <div class="tab-pane fade" id="tab2" role="tabpanel">
  236.                                                 <div class="row p-3">
  237.                                                     {# Department #}
  238.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  239.                                                         <div>
  240.                                                             <h3>Department:</h3>
  241.                                                             
  242.                                                         </div>
  243.                                                         <p><span class="inplace" data-set-method="" data-field-type="">Software</span></p>
  244.                                                     </div>
  245.                                                     {# Designation #}
  246.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  247.                                                         <div>
  248.                                                             <h3>Designation:</h3>
  249.                                                             
  250.                                                         </div>
  251.                                                         <p><span class="inplace" data-set-method="" data-field-type="">Web Application Developer</span></p>
  252.                                                     </div>
  253.                                                     {# Branch #}
  254.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  255.                                                         <div>
  256.                                                             <h3>Branch:</h3>
  257.                                                             
  258.                                                         </div>
  259.                                                         <p><span class="inplace" data-set-method="" data-field-type="">Uttara</span></p>
  260.                                                     </div>
  261.                                                     {# Location #}
  262.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  263.                                                         <div>
  264.                                                             <h3>Location:</h3>
  265.                                                             
  266.                                                         </div>
  267.                                                         <p><span class="inplace" data-set-method="" data-field-type="">Uttara</span></p>
  268.                                                     </div>
  269.                                                     {# Supervisor Name #}
  270.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  271.                                                         <div>
  272.                                                             <h3>Supervisor Name:</h3>
  273.                                                             
  274.                                                         </div>
  275.                                                         <p><span class="inplace" data-set-method="" data-field-type="">Mr. X</span></p>
  276.                                                     </div>
  277.                                                     {# Joining Date #}
  278.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  279.                                                         <div>
  280.                                                             <h3>Joining Date:</h3>
  281.                                                             
  282.                                                         </div>
  283.                                                         {# {{ details.joining_date is null?'Edit':details.joining_date }} #}
  284.                                                         <p><span class="inplace" data-set-method="" data-field-type="">showed error</span></p>
  285.                                                     </div>
  286.                                                     {# Probationary Period #}
  287.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  288.                                                         <div>
  289.                                                             <h3>Probationary Period:</h3>
  290.                                                             
  291.                                                         </div>
  292.                                                         <p><span class="inplace" data-set-method="" data-field-type="">3 months</span></p>
  293.                                                     </div>
  294.                                                     {# Employment Type #}
  295.                                                     <div class="col-12 col-md-6 col-lg-4 about-freelancer">
  296.                                                         <div>
  297.                                                             <h3>Employment Type:</h3>
  298.                                                             
  299.                                                         </div>
  300.                                                         <p><span class="inplace" data-set-method="" data-field-type="">Full time</span></p>
  301.                                                     </div>
  302.                                             
  303.                                                 </div>
  304.                                             </div>
  305.                                             {# 3rd div: epmloyee and educational info #}
  306.                                             <div class="tab-pane fade" id="tab3" role="tabpanel">
  307.                                                 {# skills #}
  308.                                                 <div >
  309.                                                     
  310.                                                     <div class='mb-4'>
  311.                                                         <h3>Skills on focus</h3>
  312.                                                        
  313.                                                         <p name="skill[]" id="skill" class="custom-width"
  314.                                                             data-set-method="setSkill"
  315.                                                             data-field-type="_JSON_"
  316.                                                             data-modify-trans-date="0" multiple>                      
  317.                                                         </p>
  318.                                                     </div>
  319.                                                     {# inplace used #}
  320.                                                     {# <span class="skill-tag ">Talent Acquisition & Recruitment</span>
  321.                                                     <span class="skill-tag">Recruitment</span>
  322.                                                     <span class="skill-tag">HR Management</span> #}
  323.                                                 </div>
  324.                                                 {# Employment history #}
  325.                                                 <h2 class="mt-2"> Employment history: </h2>
  326.                                                 <div id="employment-history" class="p-3">
  327.                                                     <div class="row employment-entry">
  328.                                                         {# Company name #}
  329.                                                         <div class="col-lg-4 col-md-6 col-12">
  330.                                                             <div class="about-freelancer ">
  331.                                                                 <div>
  332.                                                                     <h3> Company name</h3>
  333.                                                                     
  334.                                                                 </div>
  335.                                                                 <p> <span class="inplace " data-set-method=""  data-field-type=""> HoneyBee IOT Ltd. </span>  </p>
  336.                                                             </div>
  337.                                                         </div>
  338.                                                         
  339.                                                         
  340.                                                         {# Designation #}
  341.                                                         <div class="col-lg-4 col-md-6 col-12">
  342.                                                             <div class="about-freelancer">
  343.                                                                 <div>
  344.                                                                     <h3> Designation</h3>
  345.                                                                     
  346.                                                                 </div>
  347.                                                                 <p> <span class="inplace " data-set-method=""  data-field-type=""> Web </span>  </p>
  348.                                                             </div>
  349.                                                         </div>
  350.                                                         
  351.                                                         
  352.                                                         {# Work responsibility #}
  353.                                                         <div class="col-lg-4 col-md-6 col-12">
  354.                                                             <div class="about-freelancer">
  355.                                                                 <div>
  356.                                                                     <h3> Work responsibility </h3>
  357.                                                                     
  358.                                                                 </div>
  359.                                                                 <p> <span class="inplace " data-set-method=""  data-field-type=""> Frontend </span>  </p>
  360.                                                             </div>
  361.                                                         
  362.                                                         </div>
  363.                                                     
  364.                                                 
  365.                                                         {# year #}
  366.                                                         <div class="col-lg-4 col-md-6 col-12">
  367.                                                             <div class="about-freelancer">
  368.                                                                 <div>
  369.                                                                     <h3> year </h3>
  370.                                                                     
  371.                                                                 </div>
  372.                                                                 {# data-set-method="setworkExperienceYear" ekhane method er nam??? #}
  373.                                                                 <p> <span class="inplace " data-set-method="setworkExperienceYear"  data-field-type=""> {{ details.workExperienceYear is null?'Edit':details.workExperienceYear }} </span>  </p>
  374.                                                             </div>
  375.                                                         
  376.                                                         </div>
  377.                                                         
  378.                                                         {# duration #}
  379.                                                         <div class="col-lg-4 col-md-6 col-12">
  380.                                                             <div class="about-freelancer">
  381.                                                                 <div>
  382.                                                                     <h3> Duration </h3>
  383.                                                                     
  384.                                                                 </div>
  385.                                                                 <p> <span class="inplace " data-set-method=""  data-field-type=""> 1  </span>  </p>
  386.                                                             </div>
  387.                                                         </div>
  388.                                 
  389.                                                     </div>
  390.                                                 </div>
  391.                                                 
  392.                                                 <h2 class="mt-2"> Education history: </h2>
  393.                                                 {# Education history parts #}
  394.                                                 <div id="education-history" class="p-3" >
  395.                                                     <div class="row education-entry" >
  396.                                                         {# Institute name #}
  397.                                                         <div class="about-freelancer col-lg-3 col-md-6 col-12">
  398.                                                             <div>
  399.                                                                 <h3> Institute name </h3>
  400.                                                                
  401.                                                             </div>
  402.                                                             <p> <span class="inplace " data-set-method=""  data-field-type=""> UAP  </span>  </p>
  403.                                                         </div>
  404.                                                         {# Degree #}
  405.                                                         <div class="about-freelancer col-lg-3 col-md-6 col-12">
  406.                                                             <div>
  407.                                                                 <h3> Degree </h3>
  408.                                                                 
  409.                                                             </div>
  410.                                                             <p> <span class="inplace " data-set-method=""  data-field-type=""> Degree  </span>  </p>
  411.                                                         </div>
  412.                                                         {# Year #}
  413.                                                         <div class="about-freelancer col-lg-3 col-md-6 col-12">
  414.                                                             <div>
  415.                                                                 <h3> Year </h3>
  416.                                                                 
  417.                                                             </div>
  418.                                                             <p> <span class="inplace " data-set-method=""  data-field-type=""> 4  </span>  </p>
  419.                                                         </div>
  420.                                                         {# Duration #}
  421.                                                         <div class="about-freelancer col-lg-3 col-md-6 col-12">
  422.                                                             <div>
  423.                                                                 <h3> Duration </h3>
  424.                                                                
  425.                                                             </div>
  426.                                                             <p> <span class="inplace " data-set-method=""  data-field-type=""> 4  </span>  </p>
  427.                                                         </div>
  428.                                                     </div>
  429.                                                 </div>
  430.                                         
  431.                                                 
  432.                                             </div>
  433.                                             <div class="tab-pane fade" id="tab4" role="tabpanel">
  434.                                                 {# reviews #}
  435.                                                 <div class="row col-md-12 d-flex justify-content-center align-items-center">
  436.                                                     <div class="reviewer-info">
  437.                                                         <div class="reviewer-profile-content">
  438.                                                             <hr class="profile-separator1">
  439.                                                             
  440.                                                             <div class="profile">
  441.                                                                 <img class="profile-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/Ellipse.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  442.                                                                 <div>
  443.                                                                     <h4 class="name">Minato Namikaze</h4>
  444.                                                                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/Japan.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  445.                                                                     <span class="country-name">Japan</span>
  446.                                                                 </div>
  447.                                                             </div>
  448.                             
  449.                                                             <div class="review">
  450.                                                                 <div class="stars">
  451.                                                                     <div><img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/star.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""><span class="star">5</span></div>
  452.                                                                     <hr class="review-separator">
  453.                                                                     <span>1 Month Ago</span>
  454.                                                                 </div>
  455.                             
  456.                                                                 <p>
  457.                                                                     Exceptional HR expertise! [Freelancer's Name] helped streamline our hiring process and implement effective HR policies. Their professionalism and attention to detail made a significant impact on our team. Highly recommended!
  458.                                                                 </p>
  459.                                                             </div>
  460.                                                             <hr class="profile-separator2">
  461.                                                         </div>
  462.                                                         <hr class="profile-separator3">
  463.                                                         <div class="side-order">
  464.                                                             <h5>Order</h5>
  465.                                                             <ul>
  466.                                                                 <li>Nunc ridiculus dolor lor culu volutpgula donec phareta gula donec pharetra dui pat dui conv...</li>
  467.                                                                 <li>Nunc ridiculus dolor lor culu volutpgula donec phareta gula donec pharetra dui pat dui conv...</li>
  468.                                                             </ul>
  469.                                                         </div>
  470.                                                     </div>
  471.                                                     <div class="reviewer-info">
  472.                                                         <div class="reviewer-profile-content">
  473.                         
  474.                                                             <div class="profile">
  475.                                                                 <img class="profile-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/Ellipse.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  476.                                                                 <div>
  477.                                                                     <h4 class="name">Minato Namikaze</h4>
  478.                                                                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/Japan.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  479.                                                                     <span class="country-name">Japan</span>
  480.                                                                 </div>
  481.                                                             </div>
  482.                             
  483.                                                             <div class="review">
  484.                                                                 <div class="stars">
  485.                                                                     <div><img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/freeprofile/star.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""><span class="star">5</span></div>
  486.                                                                     <hr class="review-separator">
  487.                                                                     <span>1 Month Ago</span>
  488.                                                                 </div>
  489.                             
  490.                                                                 <p>
  491.                                                                     A true HR specialist! From talent acquisition to employee engagement strategies, [Freelancer's Name] exceeded our expectations. Their insights and proactive approach improved our workplace culture. Will definitely work with them again!
  492.                                                                 </p>
  493.                                                             </div>
  494.                                                         </div>
  495.                                                         <hr class="profile-separator3">
  496.                                                         <div class="side-order">
  497.                                                             <h5>Order</h5>
  498.                                                             <ul>
  499.                                                                 <li>Nunc ridiculus dolor lor culu volutpgula donec phareta gula donec pharetra dui pat dui conv...</li>
  500.                                                                 <li>Nunc ridiculus dolor lor culu volutpgula donec phareta gula donec pharetra dui pat dui conv...</li>
  501.                                                             </ul>
  502.                                                         </div>
  503.                                                     </div>
  504.                                                     <div class="pagination-container d-flex justify-content-center align-items-center">
  505.                                                         <button id="blogPrevPageBtn" ><img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/icons/arrow-left.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""> Previous</button>
  506.                                                         <div class="page-info mx-3"><span class="active">1</span> out of 6</div>
  507.                                                         <button id="blogNextPageBtn" >Next <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/icons/arrow-right.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""></button>
  508.                                                     </div>
  509.                                                 </div>
  510.                                             </div>
  511.                                         </div>
  512.                                     </div>
  513.                                 </div>
  514.                                 
  515.                             </div>
  516.                         </div>
  517.                     </div>
  518. </div>                
  519. <!-- freelancer Section end -->
  520. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}