Skip to content

Commit

Permalink
fix: add link to home module
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 10, 2020
1 parent 6419ceb commit ae76903
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/presentation/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ <h6 class="center"> - 帮助您的企业在数字化时代更好地前进。 - <
[showScroll]="false"
></component-markdown-render>
</div>
<div class="section-sub-title">- 从而根据不同的企业情况,搭建出专属的 DevOps 流水线 -</div>
<div class="section-sub-title">- 从而根据不同的企业情况,会出现不同的 DevOps 流水线 -</div>
<div class="devops-content">
<p>详见<a href="/case-study/cmb" target="_blank">案例</a></p>
<component-markdown-render
[data]="devOpsExample"
[showScroll]="false"
Expand Down
13 changes: 13 additions & 0 deletions src/app/presentation/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
.container {
position: relative;
z-index: 100;

a {
text-decoration: none;
color: $purple;

&:hover {
color: $purple;
}
}
}

.intro {
Expand Down Expand Up @@ -152,6 +161,10 @@
.devops-content {
margin: 40px auto;
width: 1080px;

p {
text-align: center;
}
}

.section-more {
Expand Down

0 comments on commit ae76903

Please sign in to comment.