瀏覽代碼

add git link to blog

master
Christian Ziermann 4 年之前
父節點
當前提交
c678b09fc3
共有 3 個檔案被更改,包括 5 行新增16 行删除
  1. +0
    -13
      ISSUE_TEMPLATE.md
  2. +1
    -1
      angular.json
  3. +4
    -2
      src/app/pages/project-dashboard/project-dashboard.component.html

+ 0
- 13
ISSUE_TEMPLATE.md 查看文件

@@ -1,13 +0,0 @@
<!--
IMPORTANT: Please use the following link to create a new issue:

https://www.creative-tim.com/new-issue/paper-kit-2-angular

**If your issue was not created using the app above, it will be closed immediately.**
-->

<!--
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
👉 https://www.creative-tim.com/bundles
👉 https://www.creative-tim.com
-->

+ 1
- 1
angular.json 查看文件

@@ -28,7 +28,7 @@
"src/assets/css/nucleo-icons.css"
],
"scripts": [
"node_modules/@fortawesome/fontawesome-free/js/all.js",
"node_modules/@fortawesome/fontawesome-free/js/all.js"
]
},
"configurations": {

+ 4
- 2
src/app/pages/project-dashboard/project-dashboard.component.html 查看文件

@@ -6,8 +6,7 @@
<div class="row">
<div class="col-sm-4 offset-md-4">
<div class="info text-center">
<div class="icon icon-danger">
<i class="fab"></i>
<i class="fas fa-globe"></i>
</div>
<div class="description">
<h4 class="info-title">Web Projects</h4>
@@ -40,6 +39,9 @@
>paper-kit-2-angular</a
>
</p>
<a href="https://git.ziermach.de/cziermann/ziermach-blog" class="btn btn-primary"
>Checkout Code in Git</a
>
</div>
</div>
</div>

Loading…
取消
儲存