-
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
11 changed files
with
156 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
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
[2016-07-05 13:14:17.515] [TRACE] normal - ::1 - - "GET /imgs/justice.jpg HTTP/1.1" 404 29 "http://localhost:3001/my" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" | ||
[2016-07-05 17:07:23.437] [TRACE] normal - ::1 - - "GET /about/js/common.js HTTP/1.1" 404 31 "http://localhost:3002/about/?cateid=contactEditor" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" | ||
[2016-07-05 17:07:23.440] [TRACE] normal - ::1 - - "GET /about/js/indexJS.js HTTP/1.1" 404 32 "http://localhost:3002/about/?cateid=contactEditor" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" | ||
[2016-07-05 17:07:23.442] [TRACE] normal - ::1 - - "GET /about/imgs/about/editor_avatar.png HTTP/1.1" 404 47 "http://localhost:3002/about/?cateid=contactEditor" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" |
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 |
---|---|---|
|
@@ -73,6 +73,9 @@ | |
.fr{ | ||
float:right; | ||
} | ||
.fl{ | ||
float:left; | ||
} | ||
|
||
/*active */ | ||
.active{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Created by ty on 16/7/5. | ||
*/ | ||
exports.about = function(req, res) { | ||
var cateId = req.query.cateid; | ||
|
||
switch (cateId){ | ||
case "aboutUS":res.render("aboutUs"); | ||
break; | ||
case "contactEditor":res.render("contactEditor"); | ||
break; | ||
case "feedback":res.render("feedback"); | ||
break; | ||
default: | ||
res.render("indexv2"); | ||
break; | ||
} | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<% include common-tags.ejs %> | ||
<title>塔罗Ju--关于本站</title> | ||
<style> | ||
.main-content a{ | ||
text-decoration: underline; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
|
||
<% include common-header.ejs %> | ||
<% include IENotice.ejs %> | ||
|
||
<div class="container main-content"> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-8 col-sm-push-2 col-lg-6 col-lg-push-3"> | ||
<h3>本站内容</h3> | ||
<ol> | ||
<li> | ||
<p>本站所有内容基于标准伟特塔罗,所有牌意解释来源于《你已经很塔罗》,牌型来源于同本书以及其他塔罗书籍。本站所有卡牌和牌型,可以通过网站头部的搜索框搜索到</p> | ||
</li> | ||
<li> | ||
<p>本站属于个人网站,基于站主的个人爱好,可能会不定期加入一些我收集的我觉得好看的牌面</p> | ||
</li> | ||
<li> | ||
<p>本站没有经营任何盈利性行为</p> | ||
</li> | ||
<li> | ||
<p>若您有任何疑问,或者您希望本站加入一些其他您感兴趣的内容,可以联系QQ: | ||
<a target="_blank" class="color-green" href="http://wpa.qq.com/msgrd?v=3&uin=3450302573&site=jusctice.cn&menu=yes">3450302573</a> | ||
<br/>也可以给我发邮件:<a href="mailto:[email protected]" target="_blank" class="color-green">[email protected]</a> | ||
</p> | ||
</li> | ||
</ol> | ||
|
||
<h3>本站开发与维护</h3> | ||
<ol> | ||
<li> | ||
<p>站主个人开发。采用nodejs+express+bootstrap+jq+gulp</p> | ||
</li> | ||
<li> | ||
<p>兼容:不兼容ie11以下,若你发现有兼容问题,可以反馈给我,等我懒够了再改</p> | ||
</li> | ||
<li> | ||
<p>由于比较懒,所以gulp只用了一个编译sass的功能233333</p> | ||
</li> | ||
<li> | ||
<p>若您发现本站代码有bug,请联系QQ: | ||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3450302573&site=jusctice.cn&menu=yes" class="color-green">3450302573</a> | ||
<br/>或者给我发邮件:<a href="mailto:[email protected]" target="_blank" class="color-green">[email protected]</a> | ||
</p> | ||
</li> | ||
</ol> | ||
<p></p> | ||
</div> | ||
</div> | ||
</div> | ||
<% include common-footer.ejs%> | ||
</div> | ||
<script src="js/jquery-1.11.2-min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/common.js"></script> | ||
<script src="js/indexJS.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<% include common-tags.ejs %> | ||
<title>塔罗Ju--关于作者</title> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
|
||
<% include common-header.ejs %> | ||
<% include IENotice.ejs %> | ||
|
||
<div class="container main-content"> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-8 col-sm-push-2 col-lg-6 col-lg-push-3"> | ||
<img src="imgs/about/editor_avatar.png" alt="作者的头像" class="img-circle fl"> | ||
<div> | ||
<h3>[email protected]</h3> | ||
<p><label>职业:</label>web前端</p> | ||
<p><label>联系方式:</label>见上邮箱</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<% include common-footer.ejs%> | ||
</div> | ||
<script src="js/jquery-1.11.2-min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/common.js"></script> | ||
<script src="js/indexJS.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<% include common-tags.ejs %> | ||
<title>塔罗Ju--反馈</title> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
|
||
<% include common-header.ejs %> | ||
<% include IENotice.ejs %> | ||
|
||
<div class="container main-content"> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-8 col-sm-push-2 col-lg-6 col-lg-push-3"> | ||
<p>若您有任何疑问,或者您希望本站加入一些其他您感兴趣的内容,或者您想反馈BUG等,请联系QQ: | ||
<a target="_blank" class="color-green" href="http://wpa.qq.com/msgrd?v=3&uin=3450302573&site=jusctice.cn&menu=yes">3450302573</a> | ||
<br/>也可以给我发邮件:<a href="mailto:[email protected]" target="_blank" class="color-green">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<% include common-footer.ejs%> | ||
</div> | ||
<script src="js/jquery-1.11.2-min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/common.js"></script> | ||
<script src="js/indexJS.js"></script> | ||
</body> | ||
</html> |