-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
106 lines (101 loc) · 4.39 KB
/
contact.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="imges/Logo artists/loco V3.jpg">
<title>Tonpor Portfolio io</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container-hd">
<a href="index.html" class="logo-header">
<img src="imges/Logo_artists/loco V3-P.png" alt="Artistscoffee"></a>
<ul class="nav-header">
<li><a href="index.html">Home</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div id="input-wrapper">
<input class="Search-Nav" id="input" type="text" placeholder="Search">
<img class="search-icon" src="imges/search-svgrepo-com.svg" alt="Search">
</div>
<div class="shopping">
<img src="imges/shopping-cart-svgrepo-com.svg" alt="shopping">
<span class="quantity">0</span>
</div>
</div>
</header>
<main>
<div class="Content-hero">
<div class="checkoutLayout">
<div class="contact-info">
<h1 class="">Contact Us</h1>
<p><strong>Company Name:</strong> XYZ Corporation</p>
<p><strong>Address:</strong> 123 Main Street, Cityville, State, Country</p>
<p><strong>Phone:</strong> +1-234-567-8901</p>
<p><strong>Email:</strong> [email protected]</p>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3894255.258877198!2d98.26377943483084!3d17.603511204246644!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31228925091782e5%3A0x7fe5f2cef054ea37!2sArtists%20Coffee.studio!5e0!3m2!1sth!2sth!4v1708569113120!5m2!1sth!2sth" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="right contact-us">
<h1>Contact Us</h1>
<br>
<div class="form">
<div class="group">
<label for="">Full name</label>
<input type="text" placeholder="Full name" name="" id="">
</div>
<div class="group">
<label for="">Email</label>
<input type="text" placeholder="Email" name="" id="">
</div>
<div class="group">
<label for="">Message</label>
<input type="text" placeholder="Message" name="" id="">
</div>
<div class="group">
<label for="">Phone Number</label>
<input type="text" placeholder="Phone Number" name="" id="">
</div>
<div class="group">
<label for="">Line ID</label>
<input type="text" placeholder="Line ID" name="" id="">
</div>
</div>
<div class="button-form">
<button class="buttonCheckout" style="background-color: yellow;">Sendmessage</button>
</div>
</div>
</div>
</div>
<!-- ส่วน Show Products -->
<div class="list" style="display: none;"></div>
<!-- ส่วน Show listcart bar -->
<div class="card">
<h1>Shopping Cart</h1>
<ul class="listCard"></ul>
<div class="checkout">
<a href="checkout.html" class="total">0</a>
<div class="closeShopping">Close</div>
</div>
</div>
</main>
<footer>
<div class="footer-xy">
<a href="/" class="footer-a">
<img src="imges/Logo_artists/loco V3-P.png" alt="Artistscoffee" loading="lazy">
</a>
<span class="">© 2024 Company, Inc</span>
</div>
<ul class="footer-social">
<li class=""><a class="" href="#"><img src="imges/facebook-1-svgrepo-com.svg" width="30" height="30" alt="" loading="lazy">
<li class=""><a class="" href="#"><img src="imges/instagram-svgrepo-com.svg" width="30" height="30" alt="" loading="lazy">
<li class=""><a class="" href="#"><img src="imges/line-svgrepo-com.svg" width="30" height="30" alt="" loading="lazy">
</ul>
</footer>
<script src="app.js"></script>
</body>
</html>