質問編集履歴
1
code入力致しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,148 @@
|
|
1
|
+
``` <!-- .contact-section -->
|
2
|
+
|
3
|
+
<section class="contact-section section" id="contact-section">
|
4
|
+
|
5
|
+
<div class="inner">
|
6
|
+
|
7
|
+
<div class="section-heading">
|
8
|
+
|
9
|
+
<h2 class="heading-primary">CONTACT</h2>
|
10
|
+
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<div class="section-lead">
|
14
|
+
|
15
|
+
<p>
|
16
|
+
|
17
|
+
お問い合わせは、<br class="sp-only">こちらのコンタクトフォームかSNSでお願いいたします。
|
18
|
+
|
19
|
+
</p>
|
20
|
+
|
21
|
+
</div>
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
<head><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"></head>
|
26
|
+
|
27
|
+
<br />
|
28
|
+
|
29
|
+
<div class="inner contact">
|
30
|
+
|
31
|
+
<!-- Form Area -->
|
32
|
+
|
33
|
+
<div class="contact-form">
|
34
|
+
|
35
|
+
<!-- Form -->
|
36
|
+
|
37
|
+
<form id="contact-us" method="post" action="#">
|
38
|
+
|
39
|
+
<!-- Left Inputs -->
|
40
|
+
|
41
|
+
<div class="col-xs-6 wow animated slideInLeft" data-wow-delay=".5s">
|
42
|
+
|
43
|
+
<!-- Name -->
|
44
|
+
|
45
|
+
<input type="text" name="name" id="name" required="required" class="form" placeholder="Name" />
|
46
|
+
|
47
|
+
<!-- Email -->
|
48
|
+
|
49
|
+
<input type="email" name="mail" id="mail" required="required" class="form" placeholder="Email" />
|
50
|
+
|
51
|
+
<!-- Subject -->
|
52
|
+
|
53
|
+
<input type="text" name="subject" id="subject" required="required" class="form" placeholder="Subject" />
|
54
|
+
|
55
|
+
</div><!-- End Left Inputs -->
|
56
|
+
|
57
|
+
<!-- Right Inputs -->
|
58
|
+
|
59
|
+
<div class="col-xs-6 wow animated slideInRight" data-wow-delay=".5s">
|
60
|
+
|
61
|
+
<!-- Message -->
|
62
|
+
|
63
|
+
<textarea name="message" id="message" class="form textarea" placeholder="Message"></textarea>
|
64
|
+
|
65
|
+
</div><!-- End Right Inputs -->
|
66
|
+
|
67
|
+
<!-- Bottom Submit -->
|
68
|
+
|
69
|
+
<div class="relative fullwidth col-xs-12">
|
70
|
+
|
71
|
+
<!-- Send Button -->
|
72
|
+
|
73
|
+
<button type="submit" id="submit" name="submit" class="form-btn semibold">Send Message</button>
|
74
|
+
|
75
|
+
</div><!-- End Bottom Submit -->
|
76
|
+
|
77
|
+
<!-- Clear -->
|
78
|
+
|
79
|
+
<div class="clear"></div>
|
80
|
+
|
81
|
+
</form>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
<!-- Your Mail Message -->
|
86
|
+
|
87
|
+
<div class="mail-message-area">
|
88
|
+
|
89
|
+
<!-- Message -->
|
90
|
+
|
91
|
+
<div class="alert gray-bg mail-message not-visible-message">
|
92
|
+
|
93
|
+
<strong>Thank You !</strong> Your email has been delivered.
|
94
|
+
|
95
|
+
</div>
|
96
|
+
|
97
|
+
</div>
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
</div><!-- End Contact Form Area -->
|
102
|
+
|
103
|
+
</div><!-- End Inner -->
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
<center> <a href="http://shuvohabib.com" target="blank"></a> </center>
|
110
|
+
|
111
|
+
<div class="section-body contact">
|
112
|
+
|
113
|
+
<ul class="contact-list">
|
114
|
+
|
115
|
+
<li class="contact-item">
|
116
|
+
|
117
|
+
<a class="contact-link" href="https://instagram.com/" target="_blank"><img class="contact-image"
|
118
|
+
|
119
|
+
src="img/contact/25412-3-instagram-file.png" alt=""></a>
|
120
|
+
|
121
|
+
</li>
|
122
|
+
|
123
|
+
<li class="contact-item">
|
124
|
+
|
125
|
+
<a class="contact-link" href="https://www.facebook.com/" target="_blank"><img class="contact-image"
|
126
|
+
|
127
|
+
src="img/contact/8-2-facebook-transparent.png" alt=""></a>
|
128
|
+
|
129
|
+
</li>
|
130
|
+
|
131
|
+
</ul>
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
</div>
|
136
|
+
|
137
|
+
</div>
|
138
|
+
|
139
|
+
</section>
|
140
|
+
|
141
|
+
<!-- /.contact-section -->
|
142
|
+
|
143
|
+
コード
|
144
|
+
|
1
|
-
![イメージ説明](562027dcd1b3e0647e3ac9764976165c.png)
|
145
|
+
```![イメージ説明](562027dcd1b3e0647e3ac9764976165c.png)
|
2
146
|
|
3
147
|
|
4
148
|
|