-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
149 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -292,24 +292,41 @@ <h2 class="section-heading" data-aos="fade-up">Why CSEdge Internship?</h2> | |
</table> | ||
</section> | ||
<!--Contact Section--> | ||
<section id="contact"> | ||
<h2 class="section-heading" data-aos="fade-up">Contact Us</h2> | ||
<p class="section-content" data-aos="fade-up">For more information or inquiries, please contact us:</p> | ||
<p class="section-content" data-aos="fade-up">Email: [email protected]</p> | ||
|
||
<div class="contact-icons" data-aos="fade-up"> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
<a href="https://www.linkedin.com/company/csedge/" target="_blank"><i class="fab fa-linkedin fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
<a href="https://github.com/CSEdgeOfficial" target="_blank"><i class="fab fa-github fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
<a href="https://www.instagram.com/csedgeofficial" target="_blank"><i class="fab fa-instagram fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
<a href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i class="fab fa-youtube fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
<!-- Contact Section --> | ||
<section id="contact"> | ||
<h2 class="section-heading" data-aos="fade-up">Contact Us</h2> | ||
<p class="section-content" data-aos="fade-up">For more information or inquiries, please contact us:</p> | ||
<p class="section-content" data-aos="fade-up">Email: [email protected]</p> | ||
|
||
<div class="contact-icons" data-aos="fade-up"> | ||
<a class="link mail" href="mailto:[email protected]" target="_blank"><i | ||
class="clshover fas fa-envelope fa-2x" style="color: #0085ff;"></i></a> | ||
<a class="link linkedin" href="https://www.linkedin.com/company/csedge/" target="_blank"><i | ||
class="clshover fab fa-linkedin fa-2x" style="color: #0085ff;"></i></a> | ||
<a class="link github" href="https://github.com/CSEdgeOfficial" target="_blank"><i | ||
class="clshover fab fa-github fa-2x" style="color: #0085ff;"></i></a> | ||
<a class="link instagram" href="https://www.instagram.com/csedgeofficial" target="_blank"><i | ||
class="clshover fab fa-instagram fa-2x" style="color: #0085ff;"></i></a> | ||
<a class="link youtube" href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i | ||
class="clshover fab fa-youtube fa-2x" style="color: #0085ff;"></i></a> | ||
</div> | ||
|
||
<div class="contact-content"> | ||
<div class="col col-4 contact-image" data-aos="fade-up"> | ||
<img src="./new/web-developer.251x256.png" alt="Contact Us"> | ||
</div> | ||
</section> | ||
<div class="col col-8 contact"> | ||
<form name="submitToGoogleSheet"> | ||
<input type="text" name="NAME" placeholder="Name" required> | ||
<input type="email" name="EMAIL" placeholder="Email" required> | ||
<input type="text" name="SUBJECT" placeholder="Subject"> | ||
<textarea name="MESSAGE" placeholder="Message"></textarea> | ||
<input type="submit" value="Send Message" class="submit"> | ||
</form> | ||
<span id="msg"></span> | ||
</div> | ||
</div> | ||
</section> | ||
<!--FAQ Section--> | ||
<section id="faq" class="faq"> | ||
<h1 class="section-heading" data-aos="fade-up">FAQ</h1> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.