initial
This commit is contained in:
32
parts/contact.php
Normal file
32
parts/contact.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<section class=" section-bg">
|
||||
<div class="container">
|
||||
<div class="row ">
|
||||
<div class="col-md-6 contact-div">
|
||||
<h1 class="header-margin">Link with us</h1>
|
||||
<div class="br-bottom mb20"></div>
|
||||
|
||||
|
||||
<form action="#">
|
||||
<!-- <label for="name">Name</label> -->
|
||||
<input type="text" id="name" placeholder="Your Name" class="box-size">
|
||||
<!-- <label for="email">Email</label> -->
|
||||
<input type="email" id="email" placeholder="Your Email" class="box-size">
|
||||
<!-- <label for="subject">Subject</label> -->
|
||||
<input type="text" id="subject" placeholder="Your subject" class="box-size" >
|
||||
<!-- <label for="message">Message</label> -->
|
||||
<textarea id="message" placeholder="Message Here" rows="5" cols="50" class="box-size" style="font-family: monospace; white-space: pre;"></textarea>
|
||||
<button type="submit" class="contact-btn">contact</button>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-6 contact-div">
|
||||
<h2> Our Team – A Balanced Strength</h2>
|
||||
<p>We are a collective of HR strategists, training professionals, recruitment consultants, and Europe-based advisors. This blend gives us the insight, agility, and precision to meet industry expectations while ensuring candidate dignity and employer satisfaction.</p>
|
||||
<p>Whether you're an employer seeking dependable, skilled manpower — or a partner organization looking for ethical recruitment collaboration — Pragya HR Solutions stands ready to deliver.
|
||||
Whether you're an employer seeking dependable, skilled manpower — or a partner organization looking for ethical recruitment collaboration — Pragya HR Solutions stands ready to deliver.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user