Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Ustclife
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
wenzhuo cao
Ustclife
Commits
ae878856
Commit
ae878856
authored
4 years ago
by
iBug
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for Font Awesome
parent
42062f58
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_includes/block-grid.html
+8
-0
8 additions, 0 deletions
_includes/block-grid.html
css/style.css
+9
-1
9 additions, 1 deletion
css/style.css
index.html
+1
-0
1 addition, 0 deletions
index.html
with
18 additions
and
1 deletion
_includes/block-grid.html
0 → 100644
+
8
−
0
View file @
ae878856
<div
class=
"block-grid"
>
<a
href=
"{{ include.url }}"
target=
"_blank"
>
<div
class=
"grid-title"
>
{{ include.title }}
</div>
<div
class=
"grid-icon"
>
<i
class=
"{{ include.icon }}"
></i>
</div>
</a>
</div>
This diff is collapsed.
Click to expand it.
css/style.css
+
9
−
1
View file @
ae878856
...
@@ -208,7 +208,15 @@ h1, h2, a, p, span, div {
...
@@ -208,7 +208,15 @@ h1, h2, a, p, span, div {
}
}
.block-grid
>
a
{
.block-grid
>
a
{
display
:
block
;
display
:
block
;
color
:
#777
;
color
:
#666
;
}
.grid-title
{
display
:
block
;
}
.grid-icon
{
display
:
block
;
font-size
:
4em
;
margin-top
:
0.5em
;
}
}
.block-grid.new
::before
{
.block-grid.new
::before
{
content
:
"new"
;
content
:
"new"
;
...
...
This diff is collapsed.
Click to expand it.
index.html
+
1
−
0
View file @
ae878856
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<link
rel=
"icon"
href=
"favicon.ico"
>
<link
rel=
"icon"
href=
"favicon.ico"
>
<link
href=
"css/style.css"
rel=
"stylesheet"
>
<link
href=
"css/style.css"
rel=
"stylesheet"
>
<link
href=
"https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css"
rel=
"stylesheet"
>
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vue.min.js"
></script>
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment