Skip to content

Commit cf43f03

Browse files
committed
[spalenque] - #14014 * add chinese version of edge computing
1 parent 0271a1d commit cf43f03

2 files changed

Lines changed: 22 additions & 9 deletions

File tree

themes/openstack/css/edgecomputing.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,37 @@
3131
}
3232

3333
.edge-download-container {
34-
width: 90%;
35-
padding-left: 50px;
34+
padding-left: 10px;
35+
margin-bottom: 20px;
3636
}
3737

3838
.edge-download-text {
39-
font-size: 16px;
39+
font-size: 14px;
4040
font-weight: 300;
4141
}
4242

4343
a.edge-download-btn, a.edgeml-download-btn {
4444
display: block;
4545
border-radius: 2px;
46-
margin: 25px auto 0;
46+
margin: 10px auto 0;
4747
color: #fff;
4848
background: #EC1944;
49-
padding: 12px 20px;
49+
padding: 8px 0px;
5050
width: 90%;
5151
font-weight: normal;
52-
font-size: 16px;
52+
font-size: 15px;
5353
}
5454

5555
a.edgeml-download-btn {
5656
width: 27%;
5757
float: left;
5858
}
5959

60+
.edge-hr-line {
61+
border: 0.5px solid white;
62+
margin: 15px 35%;
63+
}
64+
6065
.video-wall-row{
6166
padding-left: 10%;
6267
}

themes/openstack/templates/Layout/EdgeComputingPage.ss

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,22 @@
1212
</p>
1313
</div>
1414
</div>
15-
<div class="col-lg-4 col-sm-6">
15+
<div class="col-lg-4 col-sm-6" style="margin-top: 20px;">
1616
<div class="edge-download-container">
1717
<div class="edge-download-text">
18-
Download the whitepaper<br>
1918
<strong><em>Cloud Edge Computing: Beyond the Data Center</em></strong>
2019
</div>
2120
<a href="https://www.openstack.org/assets/edge/OpenStack-EdgeWhitepaper-v3-online.pdf" class="edge-download-btn" target="_blank">
22-
<i class="fa fa-arrow-circle-down"></i> Read the whitepaper
21+
<div><i class="fa fa-arrow-circle-down"></i> Read the whitepaper</div>
22+
</a>
23+
</div>
24+
<div class="edge-hr-line"></div>
25+
<div class="edge-download-container">
26+
<div class="edge-download-text">
27+
边缘计算:跨越传统数据中心
28+
</div>
29+
<a href="https://www.openstack.org/assets/edge/EdgeWhitepaper_Chinese.pdf " class="edge-download-btn" target="_blank">
30+
<div><i class="fa fa-arrow-circle-down"></i> 阅读白皮书</div>
2331
</a>
2432
</div>
2533
</div>

0 commit comments

Comments
 (0)