-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
50 lines (47 loc) · 2.35 KB
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<?php include('includes/header.html'); ?>
<link rel="stylesheet" href=" https://cdn.jsdelivr.net/npm/@glidejs/glide/dist/css/glide.core.min.css">
<link rel="stylesheet" href=" https://cdn.jsdelivr.net/npm/@glidejs/glide/dist/css/glide.theme.min.css">
</head>
<body>
<?php include('includes/google-tag-and-preloader.html'); ?>
<!-- Navigation -->
<?php include('includes/navbar.html'); ?>
<!-- Page Content -->
<div class="overflow-auto">
<section>
<div class="container containerpadding">
<?php include('includes/site-logo.html'); ?>
<div class="row text-div">
<div class="col-md-3">
</div>
<div class="col-md-9 welcomepara">
<h1 class="hello-about">Contact 📱</h1>
<br>
<h5 class="contact-link">👋 Say hello: <a href="mailto:hello@keshavchawla.com">hello@keshavchawla.com</a></h5>
<h5 class="contact-link">📰 Read more at my blog: <a target="_blank" href="blog.keshavchawla.com">blog.keshavchawla.com</a></h5>
<a class="github" href="https://github.com/KeshavChawla" target="_blank"> <i class="icon-first-link fab fa-github-square span-ic-space fa-2x" style="color: #000000" data-tilt></i></a>
<a href="https://www.linkedin.com/in/keshav-chawla/" target="_blank"> <i class="fab fa-linkedin span-ic-space fa-2x" style="color: #000000"></i></a>
<a href="https://twitter.com/KeshavChawla_" target="_blank"> <i class="fab fa-twitter-square span-ic-space fa-2x" style="color: #000000"></i></a>
<a href="https://instagram.com/keshav.chawla_/" target="_blank"> <i class="fab fa-instagram-square span-ic-space fa-2x" style="color: #000000"></i></a>
<a href="https://dribbble.com/keshavc" target="_blank"> <i class="fab fa-dribbble-square span-ic-space fa-2x" style="color: #000000"></i></a>
<br><br>
<?php include('includes/memoji-carousel.html'); ?>
<br>
<h5>Made with love in ❤️ in 🇨🇦</h5>
</div>
</div>
</div>
</section>
</div>
<?php include('includes/footer.html'); ?>
<script src="https://cdn.jsdelivr.net/npm/@glidejs/glide"></script>
<script>
fontAwesomeIconTilt();
addMemojiSlides();
glideSlideSetup();
</script>
</body>
</html>