This commit is contained in:
2025-08-12 13:34:34 +05:45
commit 1b7be2d45d
376 changed files with 73508 additions and 0 deletions

32
parts/contact.php Normal file
View 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>