-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1230,35 +1230,35 @@ <h2>保持联系</h2> | |
<div class="col-lg-6"> | ||
<div class="tm-form-field"> | ||
<input type="text" id="name" name="name" required> | ||
<label>Full Name</label> | ||
<label>全名</label> | ||
</div> | ||
</div> | ||
<div class="col-lg-6"> | ||
<div class="tm-form-field"> | ||
<input type="text" id="email" name="email" required> | ||
<label>Email Address</label> | ||
<label>电子邮件地址</label> | ||
</div> | ||
</div> | ||
<div class="col-lg-6"> | ||
<div class="tm-form-field"> | ||
<input type="text" id="subject" name="subject" required> | ||
<label>Subject</label> | ||
<label>主题</label> | ||
</div> | ||
</div> | ||
<div class="col-lg-6"> | ||
<div class="tm-form-field"> | ||
<input type="text" id="phone" name="phone" required> | ||
<label>Phone</label> | ||
<label>电话</label> | ||
</div> | ||
</div> | ||
<div class="col-lg-12"> | ||
<div class="tm-form-field"> | ||
<textarea cols="30" rows="10" id="msg" name="msg" required></textarea> | ||
<label>Your Message</label> | ||
<label>你的信息</label> | ||
</div> | ||
</div> | ||
<div class="col-lg-12"> | ||
<button class="tm-btn1" type="submit" id="submit" name="submit"><span>SEND MESSAGE</span></button> | ||
<button class="tm-btn1" type="submit" id="submit" name="submit"><span>发信息</span></button> | ||
<div class="empty-space col-lg-b30"></div> | ||
</div> | ||
</form> | ||
|
@@ -1268,20 +1268,20 @@ <h2>保持联系</h2> | |
<div class="tm-contact-info"> | ||
<div class="tm-single-contact"> | ||
<i class="fa fa-map-marker"></i> | ||
<h3>Address</h3> | ||
<h3>地址</h3> | ||
<p>2855 Speer Blvd, Denver, CO 80211, USA</p> | ||
</div> | ||
<div class="empty-space col-xs-b25"></div> | ||
<div class="tm-single-contact"> | ||
<i class="fa fa-phone"></i> | ||
<h3>Phone</h3> | ||
<h3>电话</h3> | ||
<p>1-800-915-6270 <br> 1-800-915-6272 | ||
</p> | ||
</div> | ||
<div class="empty-space col-xs-b25"></div> | ||
<div class="tm-single-contact"> | ||
<i class="fa fa-envelope"></i> | ||
<h3>Email</h3> | ||
<h3>电子邮件</h3> | ||
<p>[email protected] <br> Skype: example</p> | ||
</div> | ||
<div class="empty-space col-xs-b25"></div> | ||
|