This is my HTML
    <div class="row text-center">
        <div class="col h4">We Work With:</div>
        <div class="col">test</div>
        <div class="col">test</div>
        <div class="col">test</div>
        <div class="col">test</div>
    </div>
I should show shops which work with us. My boss told me to change that they don't work "hard-code", they want me to use ajax! ass I understand somehow I need to add elements by js, in future I will show them from a database but now they want me to make something like a simple template. Guys help, please!
 
     
     
     
     
    