Skip to content

Commit 7f82f0e

Browse files
Łukasz HoleczekŁukasz Holeczek
authored andcommitted
add services
1 parent 9a4d995 commit 7f82f0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

about/services/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h5>Cloud hosting</h5>
268268
</div>
269269
</div>
270270
</div>
271-
<a href="#contact-form" class="btn btn-lg btn-info mt-5" onclick="ga('send', 'event', 'Get a quote', 'Click', 'Web');">Click here for a quote</a>
271+
<a href="#contact" class="btn btn-lg btn-info mt-5" onclick="ga('send', 'event', 'Get a quote', 'Click', 'Web');">Click here for a quote</a>
272272
</div>
273273
<div class="col-md-3 offset-md-1">
274274
<img src="/assets/img/services/web-blue.svg" class="img-fluid web-blue">
@@ -315,7 +315,7 @@ <h5>Animations</h5>
315315
</div>
316316
</div>
317317
</div>
318-
<a href="#contact-form" class="btn btn-lg btn-info mt-5" onclick="ga('send', 'event', 'Get a quote', 'Click', 'Graphic design');">Click here for a quote</a>
318+
<a href="#contact" class="btn btn-lg btn-info mt-5" onclick="ga('send', 'event', 'Get a quote', 'Click', 'Graphic design');">Click here for a quote</a>
319319
</div>
320320
</div>
321321
</div>
@@ -356,15 +356,15 @@ <h5>UX testing</h5>
356356
</div>
357357
</div>
358358
</div>
359-
<a href="#contact-form" class="btn btn-lg btn-light mt-5" onclick="ga('send', 'event', 'Get a quote', 'Click', 'User experience');">Get a quote right now!</a>
359+
<a href="#contact" class="btn btn-lg btn-light mt-5" onclick="ga('send', 'event', 'Get a quote', 'Click', 'User experience');">Get a quote right now!</a>
360360
</div>
361361
<div class="col-md-3 offset-md-1">
362362
<img src="/assets/img/services/user-experience-white.svg" class="img-fluid user-experience-white">
363363
</div>
364364
</div>
365365
</div>
366366
</section>
367-
<section id="contact-form" class="py-5">
367+
<section id="contact" class="py-5">
368368
<div class="container py-5">
369369
<div class="row">
370370
<div class="col-md-10 mx-auto">
@@ -396,7 +396,7 @@ <h2 class="mb-4">Contact Us!</h2>
396396
Please enter a message.
397397
</div>
398398
</div>
399-
<input type="hidden" id="type" value="support">
399+
<input type="hidden" id="type" value="hire">
400400
<button type="submit" id="send" class="btn btn-primary">Send message</button>
401401
</form>
402402
</div>

0 commit comments

Comments
 (0)