-
Notifications
You must be signed in to change notification settings - Fork 826
/
resume.html
25 lines (24 loc) · 1.11 KB
/
resume.html
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
<header class="site-head">
<div class="vertical">
<h1 id="drtitle">{{resume.title}}</h1>
<p class="subtitle" id="drsubtitle">{{resume.subtitle}}</p>
</div>
</header>
<div class="content yue" id="cvcontent" ng-bind-html="resume.content | wizMarkdownFltr" ng-show="resume.show==1">
</div>
<div class="content passbox" ng-show="resume.show==0">
<center>
<p>本简历受密码保护,请输入阅读密码后继续</p>
<div class="input-group passinput">
<input type="password" class="form-control" name="vpass" ng-model="vpass">
<span class="input-group-btn">
<button class="btn btn-default " type="button" ng-click="password(vpass)">确定</button>
</span>
</div><!-- /input-group -->
</center>
</div>
<div class="action-bar hidden-xs">
<a href="https://github.com/geekcompany/DeerResume"><img src="image/home.png" /></a>
<a href="#" onclick="makepdf()" title="PDF格式"><img src="image/book.png" /></a>
<span ng-show="resume.local!=1"> <a ng-href="#/admin"><img src="image/cog.png" /></a></span>
</div>