1 Star 0 Fork 3

钱玉刚/bokedaohang

forked from forecho/bokedaohang 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
about.php 3.50 KB
一键复制 编辑 原始数据 按行查看 历史
forecho 提交于 2013-07-11 11:59 . 项目全部代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>关于|博客导航</title>
<meta name="keywords" content="博客,博客导航,导航,wordpress,bokedaohang" />
<meta name="description" content="bokedaohang网站以关注互联网原创博客为主要方向,致力于为广大网友提供最为优质的专业博客导航服务" />
<meta name="author" content="bokedaohang" />
<meta name="copyright" content="www.bokedaohang.com" /><link href="http://www.bokedaohang.com/favicon.ico" rel="shortcut icon">
<link type="text/css" href="css/style.css" rel="stylesheet"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script src="js/interface.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$("#search").val('搜索,就是这么简单').css('color','#6d6d6d');
$("#search").focusin(function(){
if($('#search').val() =='搜索,就是这么简单'){
$('#search').val('').css('color','#000');
}
}).focusout(function(){
if($('#search').val() ==''){
$('#search').val('搜索,就是这么简单').css('color','#6d6d6d');
}
});
$(".foot a").each(function(){$(this).css("color","#676767")}).hover(function(){
$(this).animate({style:"color:#000000"})
},function(){
$(this).animate({style:"color:#676767"})
});
});
</script>
</script>
</head>
<body>
<a rel="nofollow" href="feedback.php" class="w-fank">意见反馈</a>
<div id="main">
<?php require 'header.php';?>
<div class="navmain">
<img src="images/content_top_wide.png" />
<div class="nav">
<p class="navtitle">关于</p>
<div class="navtop">
<div id="nosearch">
<h5>关于博客导航</h5>
<p>BOKEDAOHANG 成立于2011年12月,专注于发掘互联网高质量原创博客,做最权威的博客导航。</p>
<h5>诞生记</h5>
<p>博客是一个记录技术、生活的好地方,很喜欢博客的这种形式。但是发现高质量原创博客总是无从获取,于是我就有了做博客导航的想法。博客导航,专注于发掘高质量原创博客,目前为止,本站所有的博客,都是自己整理的,欢迎补充分享。如果没有你要的分类,欢迎向我反馈。所分享的博客,需要我的审核,必须要符合本站的宗旨。</p>
<p> 如果您在使用博客导航的过程中遇到疑问,或者有任何的意见或者建议,欢迎随时向我反馈。我会尽快回答您的问题,并依据您的反馈,不断完善博客导航。联系方式:caizhenghai#gmail.com["#"=>"@"]。</p>
<h5>发展史</h5>
<p>2011年12月18日上线测试。</p>
<p>2011年12月20日正式上线。</p>
<p>2012年2月29日改版。增加导航。</p>
<h5>关于我</h5>
<p>90大学生,目前大三,还未毕业,计算机网络专业,PHP攻城师,关注前端。实习5个月,做个6,7个小的项目。目前处于失业状态。求招聘。</p>
<p>本人新浪微博(<a href="http://weibo.com/18loving">@ 苏格兰威士忌找不到了</a> ),知乎(<a href="http://www.zhihu.com/people/caizhenghai"> 蔡正海 </a>)。个人博客(<a href="http://www.nowhisky.com/"> nowhisky </a>)。</p>
</div>
</div>
</div>
<img src="images/content_bottom_wide.png" />
</div><br />
<?php require 'footer.php';?>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/qianyugang/bokedaohang.git
git@gitee.com:qianyugang/bokedaohang.git
qianyugang
bokedaohang
bokedaohang
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385