-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
65 lines (57 loc) · 5.47 KB
/
Copy pathcontact.php
File metadata and controls
65 lines (57 loc) · 5.47 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?php include './components/header.php'; ?>
<section class="page-title bg-slate-900 h-[20vh] flex items-center justify-center">
<div class="container">
<h1 class="text-3xl font-mono font-bold text-center underline underline-offset-8">Contact Me</h1>
</div>
</section>
<section class="mx-auto mt-8 mb-12 max-w-screen-lg md:rounded-md md:border md:shadow-lg">
<div class="grid grid-cols-4 text-slate-100 lg:grid-cols-3">
<div class="col-span-4 bg-slate-50 px-8 py-10 text-slate-800 md:col-span-2 md:border-r md:px-10 md:py-12 lg:col-span-1">
<h2 class="mb-8 text-2xl font-black">Contact me</h2>
<ul>
<li class="mb-6 flex items-start text-left">
<svg class="shrink-0 mr-6 text-2xl text-slate-500" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5l-8-5V6l8 5l8-5v2z" /></svg>
<div>
<a class="cursor-pointer font-serif text-base md:text-lg" href="#">alamin@portfolio.com</a>
<span class="block text-xs uppercase">email</span>
</div>
</li>
<li class="my-6 flex items-center text-left">
<svg class="shrink-0 mr-6 text-2xl text-slate-500" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4c0 146.8-111.8 315.9-316.1 315.9c-63 0-121.4-18.3-170.6-49.8c9 1 17.6 1.4 26.8 1.4c52 0 99.8-17.6 137.9-47.4c-48.8-1-89.8-33-103.8-77c17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35c25.1-4.7 49.1-14.1 70.5-26.7c-8.3 25.7-25.7 47.4-48.8 61.1c22.4-2.4 44-8.6 64-17.3c-15.1 22.2-34 41.9-55.7 57.6z" /></svg>
<div>
<a class="cursor-pointer font-serif text-base md:text-lg" href="#">portfolio.real</a>
<span class="block text-xs uppercase">twitter</span>
</div>
</li>
<li class="my-6 flex items-center text-left">
<svg class="shrink-0 mr-6 text-2xl text-slate-500" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1 2.838A1.838 1.838 0 0 1 2.838 1H21.16A1.837 1.837 0 0 1 23 2.838V21.16A1.838 1.838 0 0 1 21.161 23H2.838A1.838 1.838 0 0 1 1 21.161V2.838Zm8.708 6.55h2.979v1.496c.43-.86 1.53-1.634 3.183-1.634c3.169 0 3.92 1.713 3.92 4.856v5.822h-3.207v-5.106c0-1.79-.43-2.8-1.522-2.8c-1.515 0-2.145 1.089-2.145 2.8v5.106H9.708V9.388Zm-5.5 10.403h3.208V9.25H4.208v10.54ZM7.875 5.812a2.063 2.063 0 1 1-4.125 0a2.063 2.063 0 0 1 4.125 0Z" clip-rule="evenodd" /></svg>
<div>
<p class="font-serif text-base md:text-lg">al-amin</p>
<span class="block text-xs uppercase">LinkedIn</span>
</div>
</li>
</ul>
</div>
<div class="order-first col-span-4 max-w-screen-md px-8 py-10 md:order-last md:col-span-2 md:px-10 md:py-12">
<h2 class="mb-8 text-2xl font-black">Get in touch</h2>
<p class="mt-2 mb-4 font-sans text-sm tracking-normal">Don't be shy to ask me a question.</p>
<form action="">
<div class="md:col-gap-4 mb-5 grid md:grid-cols-2">
<input class="col-span-1 w-full border-b py-3 text-sm outline-none focus:border-b-2 focus:border-black" type="text" placeholder="Name" name="name" />
<input class="col-span-1 w-full border-b py-3 text-sm outline-none focus:border-b-2 focus:border-black" type="email" placeholder="Email" name="email" />
</div>
<textarea class="mb-10 w-full resize-y whitespace-pre-wrap border-b py-3 text-sm outline-none focus:border-b-2 focus:border-black" id="" rows="6" placeholder="Question" name="question"></textarea>
<button type="submit" class="group flex cursor-pointer items-center rounded-xl bg-blue-600 bg-none px-8 py-4 text-center font-semibold leading-tight text-white">
Send
<svg class="group-hover:ml-8 ml-4 transition-all" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.912 12H4L2.023 4.135A.662.662 0 0 1 2 3.995c-.022-.721.772-1.221 1.46-.891L22 12L3.46 20.896c-.68.327-1.464-.159-1.46-.867a.66.66 0 0 1 .033-.186L3.5 15" /></svg>
</button>
</form>
</div>
</div>
</section>
<section class="my-12 py-12">
<div class="container mx-auto">
<iframe class="w-full" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d913.1971951306781!2d90.41949646958575!3d23.71923569866823!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755b91254d69a3d%3A0x87acdf6cffc89690!2sLimpid%20Travels!5e0!3m2!1sen!2sbd!4v1747926770525!5m2!1sen!2sbd" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<?php include './components/footer.php'; ?>