-
Notifications
You must be signed in to change notification settings - Fork 4
/
sidebar.php
39 lines (35 loc) · 1.98 KB
/
sidebar.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<div class="col-md-3 left hidden-sm hidden-xs">
<div class="affix">
<!-- <div class="row logo ">logo</div> -->
<div class="row columnbox">
<div class="columnhead"></div>
<div id="triangle-down">
</div>
<div class="column">
<!-- <hr> -->
<a href="<?php $this->options->siteUrl('index.php/category/Website/'); ?>" class="title">前端 Website</a>
<div class="content">
<div><a href="<?php $this->options->siteUrl('index.php/category/Technical_Field/'); ?>">技术领域</a></div>
<div><a href="<?php $this->options->siteUrl('index.php/category/Awesome_Share/'); ?>">干货分享</a></div>
</div>
</div>
<div class="column">
<!-- <hr> -->
<a href="<?php $this->options->siteUrl('index.php/category/UI_Design/'); ?>" class="title">设计 UI Design</a>
<div class="content">
<div><a href="<?php $this->options->siteUrl('index.php/category/UI_Technical_Field/'); ?>">技术领域</a></div>
<div><a href="<?php $this->options->siteUrl('index.php/category/UI_Awesome_Share/'); ?>">干货分享</a></div>
</div>
</div>
<div class="column">
<!-- <hr> -->
<a href="<?php $this->options->siteUrl('index.php/category/Team_Life/'); ?>" class="title">团队生活 Team Life</a>
<div class="content">
<div><a href="<?php $this->options->siteUrl('index.php/category/Daily_life/'); ?>">日常点滴</a></div>
<div><a href="<?php $this->options->siteUrl('index.php/category/Share_Meeting/'); ?>">分享会</a></div>
</div>
</div>
</div>
</div>
</div>