-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_contact.html
78 lines (75 loc) · 4.22 KB
/
page_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="pagestyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>電商期末作業-I4A68</title>
</head>
<body>
<div class="banner">
<div class="navbar">
<a href="index.html"><img src="ecom/logo4.png" class="logo"></a>
<ul>
<span class="img-link">
<li><a href="https://www.google.com/search?q=%E9%9B%BB%E5%AD%90%E5%95%86%E5%8B%99&rlz=1C1ONGR_zh-TWTW1028TW1029&biw=1920&bih=873&tbm=nws&sxsrf=APwXEddfSoZ1VfRqJo_ae-TN_1IpDc32bQ%3A1685530129501&ei=ESZ3ZNGXHv6C2roPnOaFoAw&ved=0ahUKEwiR5IGFsZ__AhV-gVYBHRxzAcQQ4dUDCA0&uact=5&oq=%E9%9B%BB%E5%AD%90%E5%95%86%E5%8B%99&gs_lcp=Cgxnd3Mtd2l6LW5ld3MQAzIHCAAQigUQQzIFCAAQgAQyBQgAEIAEMgUIABCABDIFCAAQgAQyBQgAEIAEMgUIABCABDIFCAAQgAQyBQgAEIAEMgUIABCABDoECAAQHjoGCAAQHhAPOggIABAIEB4QD1CiBFjaB2CKCmgAcAB4AIABL4gBuAGSAQE0mAEAoAEBwAEB&sclient=gws-wiz-news" target="_blank"><i class="fa-solid fa-bullhorn"></i></a></li>
</span>
<span class="word-link">
<li><a href="page1.html">電商簡介</a></li>
<li><a href="#">電商類型</a>
<ul>
<li><a href="page_b2c.html">B2C</a>
<li><a href="page_b2b.html">B2B</a>
<li><a href="page_c2c.html">C2C</a>
<li><a href="page_p2p.html">P2P</a>
<li><a href="page_b2g.html">B2G</a>
<li><a href="page_o2o.html">O2O</a>
</ul>
</li>
<li><a href="page_resource.html">相關資源</a></li>
<li><a href="page_contact.html">聯絡我們</i></a></li>
</span>
</ul>
</div>
<div class="main-title">
<h1>聯絡我們</h1>
</div>
<div class="contact">
<a href="https://www.facebook.com/profile.php?id=100007585877379" class="fb" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a href="https://www.youtube.com/watch?v=bfwabKbuS4Y&list=PLRxFAJ4W6VgXifSNimMP1o1hRyYyGU1Gq" class="yt" target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a href="#" class="mail" target="_blank"><i class="fa-solid fa-envelope"></i></a>
</div>
</div>
<section class="bt-message">
<div class="contact-text">
<h2>聯絡我們!</h2>
<h4>了解更多關於電子商務</h4>
<p>I4A68許聖臨 len123234@gmail.com</p>
</div>
<div class="contact-form">
<form action="">
<input type="name" placeholder="姓名" required>
<input type="email" placeholder="電子信箱" required>
<input type="name" placeholder="連絡電話" required>
<textarea name="" id="" cols="35" rows="10" placeholder="寫下您的訊息" required></textarea>
<input type="submit" value="送出" class="submit" required>
</form>
</div>
</section>
<section class="end">
<div class="last-text">
<p>Copyright © 2023 by Len Hsu. All rights reserved</p>
</div>
<div class="back">
<a href="#"><i class="fa-sharp fa-solid fa-arrow-up"></i></a>
</div>
</section>
<script src="https://unpkg.com/scrollreveal"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>