Skip to content

Commit c986f18

Browse files
committed
改上about me 文本显示
1 parent ac807d3 commit c986f18

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

_data/index/links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
website: https://medium.com/@ryanzhangcheng
1818
email: ryan.zhangcheng@gmail.com
1919

20+
2021
# - last_name: DZone
2122
# first_name:
2223
# desc: Career

_includes/index_head.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
<!-- Main CSS -->
1414
<link href="{{ "/static/assets/app-20171204.min.css" | prepend: site.baseurl }}" rel="stylesheet">
1515
<link href="{{ "/static/css/custom.css" | prepend: site.baseurl }}" rel="stylesheet">
16-
16+
<style>
17+
pre {
18+
white-space: pre-wrap; /*css-3*/
19+
white-space: -moz-pre-wrap; /*Mozilla,since1999*/
20+
white-space: -pre-wrap; /*Opera4-6*/
21+
white-space: -o-pre-wrap; /*Opera7*/
22+
word-wrap: break-word; /*InternetExplorer5.5+*/
23+
}
24+
</style>
25+
1726
<!-- Main scripts -->
1827
<script src="{{ "/static/assets/app-20171204.min.js" | prepend: site.baseurl }}"></script>
1928
{% if site.data.index.projects %}

_includes/sections/about.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ <h4><span class="navy">{{ site.author.first_name }}</span> {{ site.author.last_n
5757
{% endfor %}
5858
</div>
5959
<div class="row">
60-
<div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg wow zoomIn">
61-
<p>I am a senior consultant in the App Dev domain in RedHat. I'm passionate about enabling Enterprise clients to accelerate digital transformation using open source technology and open practises. I am a skilled communicator with a passion of turning technologies and tools into values. <br /><br />With 14+ years of java software engineer experience, I was trained to be a good hand for developing new ideas, solving problems, and contributing to team work. <br /><br />People like to ask me "What attracts you to stay in RedHat for 11+ years". It's the Open Culture. "At Redhat, everyone is expected to be a leader".</p>
62-
<div style="float:left">
63-
<div>现任于红帽软件高级实施顾问,专注于AppDev领域。投身于通过使用开源技术和开放创新实践加速企业客户数字化转型。</div>
64-
<br/>
65-
<div style="float:left">兼具沟通与IT技术两方面能力。 14年的&middot;Java企业开发背景培养了我创新思维,解决问题,以及团队合作的能力,同时我是一个天生喜欢赋能他人的性格,所以我的现在的使命就是学习如何通过技术更加有效地转变为企业的价值。</div>
66-
<div style="float:left">我经常被问到的一个问题就是: "是什么吸引我在红帽待了10年以上", 其实就是开放的文化。 "在红帽,每个人都可以成为Leader.</div>
67-
</div>
60+
<div style="font-size: 18px;text-align: left;" class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg wow zoomIn">
61+
<div><span data-i18n="about_me.des1"> {{ site.author.desc }}</span></div>
62+
<br/>
63+
<div><span data-i18n="about_me.des2"></span></div>
64+
<br/>
65+
<div><span data-i18n="about_me.des3"></span></div>
66+
<br/>
67+
<div><span data-i18n="about_me.des4"></span></div>
6868

6969
</div>
7070
</div>

0 commit comments

Comments
 (0)