Skip to content
Snippets Groups Projects
Commit ae878856 authored by iBug's avatar iBug
Browse files

Prepare for Font Awesome

parent 42062f58
No related branches found
No related tags found
No related merge requests found
<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>
...@@ -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";
......
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment