-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Ovilia/zhujianer
- Loading branch information
Showing
32 changed files
with
222 additions
and
78 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
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
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
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
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
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
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 |
---|---|---|
|
@@ -33,6 +33,17 @@ | |
display: none; | ||
} | ||
} | ||
|
||
|
||
|
||
// team page | ||
#team-section { | ||
max-width: 90%; | ||
|
||
.team-member { | ||
width: 100%; | ||
} | ||
} | ||
} | ||
|
||
|
||
|
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
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
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
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 |
---|---|---|
|
@@ -8,35 +8,42 @@ | |
<div class="container"> | ||
<img class="center-logo" src="img/logo-no-background.png" /> | ||
<h2>联系我们</h2> | ||
|
||
<h4 class="text-center">[email protected]</h4> | ||
|
||
<div class="row"> | ||
<div class="col-sm-6 col-xs-12 col-sm-offset-3" id="contact-form"> | ||
<form class="form-horizontal" method="POST" action="//formspree.io/[email protected]"> | ||
<form class="form-horizontal" data-toggle="validator" method="POST" action="//formspree.io/[email protected]"> | ||
<input type="hidden" name="_subject" value="竹尖儿上有人找你" /> | ||
<input type="hidden" name="_next" value="http://zhujianer.com/contact-success.html" /> | ||
|
||
<div class="form-group"> | ||
<div class="form-group"> | ||
<lable for="msg-name" class="col-sm-4 control-lable">姓名:</lable> | ||
<div class="col-sm-8"> | ||
<input type="text" class="form-control" name="name" id="msg-name"/> | ||
<input type="text" class="form-control" name="name" id="msg-name" data-error="请告诉我们怎么称呼您" required/> | ||
<div class="help-block with-errors"></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<div class="form-group"> | ||
<lable for="_replyto" class="col-sm-4 control-lable">电子邮箱:</lable> | ||
<div class="col-sm-8"> | ||
<input type="email" class="form-control" name="_replyto" id="_replyto"/> | ||
<input type="email" class="form-control" name="_replyto" id="_replyto" data-error="邮件地址不对哟!" required/> | ||
<div class="help-block with-errors"></div> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<div class="form-group"> | ||
<lable for="msg-phone" class="col-sm-4 control-lable">联系电话:</lable> | ||
<div class="col-sm-8"> | ||
<input type="text" class="form-control" name="phone" id="msg-phone"/> | ||
<input type="text" class="form-control" name="phone" id="msg-phone" pattern="^([-0-9]){8,}$" data-error="电话的格式不对呢"/> | ||
<div class="help-block with-errors"></div> | ||
</div> | ||
</div> | ||
|
||
<textarea class="form-control" name="message" id="msg" rows="5" placeholder="有什么问题尽管砸吧,欢迎调戏!"></textarea> | ||
<div class="form-group"> | ||
<textarea class="form-control" name="message" id="msg" rows="5" placeholder="有什么问题尽管砸吧,欢迎调戏!" data-error="您想对我们说什么呢?" required></textarea> | ||
<div class="help-block with-errors"></div> | ||
</div> | ||
|
||
<input type="submit" class="btn btn-primary" value="发送"/> | ||
</form> | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.