Skip to content
Open

Form #14

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,9 @@ <h2 class="section-title text-center">Many Happy Customers</h2>
<div class="quote-holder">
<blockquote class="quote">
<p>
Our business was tied to a few highly interconnected Excel
spreadsheets with old VB6 programs. We heard about Near Talent
on the recommendation of the store's owner next door. These
people are unique in how quickly they understood our needs. I
wish them much success!
I didn't even know where to start when I needed to do my
website. Near Talent really made this task easy and effectively,
thank you!
</p>
<div class="quote-source">
<span class="name">@JohnK,</span>
Expand All @@ -264,12 +262,14 @@ <h2 class="section-title text-center">Many Happy Customers</h2>
<div class="quote-holder">
<blockquote class="quote">
<p>
I didn't even know where to start when i needed to do my
website. Near Talent really made this part easy and effective,
thank you!
Our business was tied to a few highly interconnected Excel
spreadsheets with old VB6 programs. We heard about Near Talent
on the recommendation of a fellow enterpreneur. These
people are unique in how quickly they understood our needs. I
wish them much success!
</p>
<div class="quote-source">
<span class="name">@marisaco,</span>
<span class="name">@Marisaco,</span>
<span class="meta">Colombia</span>
</div>
<!--//quote-source-->
Expand All @@ -289,8 +289,8 @@ <h2 class="section-title text-center">Many Happy Customers</h2>
<div class="quote-holder">
<blockquote class="quote">
<p>
It works like a charm. I love the app that Near Talent develop
for my buisness and i highly recommend their services to create
It works like a charm. I love the app that Near Talent developed
for my business and highly recommend their services to create
a perfect opportunity for your business.
</p>
<div class="quote-source">
Expand Down Expand Up @@ -634,7 +634,7 @@ <h5 class="card-title">Repartija</h5>
<div id="contact" class="contact-section">
<div class="text-center">
<h2 class="section-title">Contact Us</h2>
<p class="text-center w-responsive mx-auto mb-5">
<p class="text-center w-responsive mx-3 mb-5">
Do you have any questions? Do not hesitate to contact us directly. Our
team will come back to you within a matter of hours to help you.
</p>
Expand Down Expand Up @@ -681,9 +681,13 @@ <h2 class="section-title">Contact Us</h2>
</div>
</div>
<div class="text-center text-md-left" style="padding-top: 30px">
<div id="captcha_container"></div>
<div id="sendBtn"></div>
<div id="notification"></div>
<div class="row justify-content-between">
<div id="captcha_container" class="col-8"></div>
<div id="sendBtn" class="col-4 align-self-center"></div>
<!-- col-4 align-self-center d-flex justify-content-end -->
</div>

<div id="notification" style="padding-top: 30px"></div>
</div>
</form>
</div>
Expand Down