Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hunter-ht.cn
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘莹莹
hunter-ht.cn
Commits
cf248b8e
Commit
cf248b8e
authored
Apr 21, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
b7fa154e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
108 additions
and
11 deletions
+108
-11
style.css
Hunter_ht/hunter/static/hunter/style.css
+58
-11
index.html
Hunter_ht/hunter/templates/hunter/index.html
+50
-0
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
cf248b8e
...
...
@@ -33,7 +33,7 @@ nav{
section
{
width
:
100%
;
padding
:
5px
30px
;
min-height
:
8
00px
;
min-height
:
6
00px
;
}
section
>
.box
{
width
:
100%
;
...
...
@@ -72,12 +72,13 @@ nav>div{
#bar
>
.bottom
>
a
{
width
:
auto
;
float
:
right
;
padding
:
2px
5px
;
margin-right
:
25px
;
}
.bottom
>
a
:hover
,
.active
{
font-size
:
20px
;
color
:
#
095009
;
border-bottom
:
solid
5px
#
c9eaca
;
color
:
#
3c7fe2
;
border-bottom
:
solid
5px
#
97b7e6
;
}
.top
>
a
{
...
...
@@ -85,7 +86,7 @@ nav>div{
}
.top
>
a
:hover
{
font-size
:
16px
;
color
:
#0
9500
9
;
color
:
#0
063a
9
;
border-bottom
:
solid
3px
#eeeeee
;
}
#bar
>
.top
{
...
...
@@ -124,7 +125,6 @@ nav>div{
width
:
100%
;
height
:
60px
;
padding
:
10px
15px
;
background
:
#fbfbfb
;
border-left
:
solid
5px
#c1bdbd
;
}
.left-bar
>
span
{
...
...
@@ -162,6 +162,7 @@ nav>div{
}
.wrap
{
width
:
100%
;
padding-left
:
20px
;
}
blockquote
{
...
...
@@ -172,16 +173,19 @@ blockquote{
/*font-size:16px;*/
/*font-weight: bold;*/
/*display: block;*/
padding
:
15.5px
15px
;
margin
:
20px
0
10px
;
border-left
:
5px
solid
#eee
;
background
:
#fbfbfb
;
padding
:
10px
0
;
margin
:
20px
0
5px
;
border-bottom
:
3px
solid
#eee
;
}
blockquote
>
p
{
font-size
:
20px
;
width
:
70px
;
text-align
:
center
;
font-weight
:
bold
;
line-height
:
1.25
;
font-style
:
italic
;
color
:
#0
9500
9
;
color
:
#0
063a
9
;
}
.wrap
>
ul
{
display
:
block
;
...
...
@@ -206,10 +210,12 @@ blockquote>p{
font-size
:
16px
;
font-style
:
italic
;
}
.big_text
>
a
{
color
:
#97b7e6
;
}
.wrap
>
ul
>
li
>
a
:hover
{
color
:
#
095009
;
color
:
#
3c7fe2
;
font-size
:
18px
;
text-underline
:
#eeeeee
;
}
.small_text
{
font-size
:
14px
;
...
...
@@ -222,3 +228,43 @@ blockquote>p{
float
:
right
!important
;
margin-right
:
20px
;
}
/**Project */
.proj_list
{
width
:
100%
;
margin
:
20px
10px
;
}
.proj_list
>
div
{
width
:
100%
;
height
:
46px
;
line-height
:
30px
;
padding
:
8px
15px
;
}
.proj_list
>
div
:hover
{
height
:
50px
;
padding
:
10px
15px
;
background
:
#f2f2f2
;
color
:
black
;
border-radius
:
5px
;
}
.proj_list
>
div
:hover
*
{
color
:
black
;
}
.proj_name
{
min-width
:
300px
;
float
:
left
;
}
.proj_name
>
a
{
font-weight
:
600
;
font-size
:
20px
;
color
:
#b2c7e6
;
font-style
:
italic
;
}
.proj_description
{
width
:
auto
;
font-size
:
14px
;
color
:
dimgrey
;
float
:
left
;
}
\ No newline at end of file
Hunter_ht/hunter/templates/hunter/index.html
View file @
cf248b8e
...
...
@@ -55,6 +55,56 @@
在研项目
</span>
</div>
<div
class=
"proj_list"
>
<div>
<div>
<div
class=
"proj_name"
>
<a
href=
"https://github.com/hunter-ht-2018/ptfuzzer"
target=
"_blank"
>
PTFUZZER
</a>
</div>
<div
class=
"proj_description"
>
Fuzzing using the Intel PT support.
</div>
</div>
</div>
<div>
<div>
<div
class=
"proj_name"
>
<a
href=
"https://github.com/hunter-ht-2018/qse-ht"
target=
"_blank"
>
QSE-HT
</a>
</div>
<div
class=
"proj_description"
>
A symbolic execution engine using qemu
</div>
</div>
</div>
<div>
<div>
<div
class=
"proj_name"
>
<a
href=
"https://github.com/hunter-ht-2018/DFTinker"
target=
"_blank"
>
DFTINKER
</a>
</div>
<div
class=
"proj_description"
>
Automatically detect double-fetch bugs in OS kerenels
</div>
</div>
</div>
<div>
<div>
<div
class=
"proj_name"
>
<a
href=
"https://github.com/hunter-ht-2018/binary_analysis"
target=
"_blank"
>
BINARY-ANALYSIS
</a>
</div>
<div
class=
"proj_description"
>
A set of tools for binary analysis
</div>
</div>
</div>
</div>
</section>
<section
id=
"publish"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment