This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5864b58 Add ASF links according to
whimsy.apache.org/pods/project/pegasus (#21)
5864b58 is described below
commit 5864b5838f9437575d596181064ac04115ed26d7
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Nov 2 11:10:24 2023 +0800
Add ASF links according to whimsy.apache.org/pods/project/pegasus (#21)
---
_data/en/translate.yml | 2 +-
_data/navigation.yml | 8 ++++----
_data/zh/translate.yml | 2 +-
_includes/footer.html | 13 ++++++++++---
_includes/header.html | 2 +-
_layouts/front.html | 30 +++---------------------------
assets/images/pegasus.svg | 40 ++++++++++++++++++++++++++++++++++++++++
7 files changed, 60 insertions(+), 37 deletions(-)
diff --git a/_data/en/translate.yml b/_data/en/translate.yml
index 29382a4..3851b7d 100644
--- a/_data/en/translate.yml
+++ b/_data/en/translate.yml
@@ -23,7 +23,7 @@ title_asf_foundation: "Foundation"
title_asf_license: "License"
title_asf_events: "Events"
title_asf_sponsorship: "Sponsorship"
-title_asf_privacy: "Privacy"
+title_asf_security: "Security"
title_asf_thanks: "Thanks"
title_github: "Github"
title_releases: "Releases"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index e113b86..b69143c 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -6,13 +6,13 @@
- name: title_asf_license
link: https://www.apache.org/licenses/
- name: title_asf_events
- link: https://www.apache.org/events/
+ link: https://www.apache.org/events/current-event.html
- name: title_asf_sponsorship
link: https://www.apache.org/foundation/sponsorship.html
- - name: title_asf_privacy
- link: https://privacy.apache.org/policies/privacy-policy-public.html
+ - name: title_asf_security
+ link: https://www.apache.org/security
- name: title_asf_thanks
- link: https://www.apache.org/foundation/sponsors
+ link: https://www.apache.org/foundation/thanks.html
- name: title_community
link: /community
icon: fas fa-user-plus
diff --git a/_data/zh/translate.yml b/_data/zh/translate.yml
index 0b757dd..558762d 100644
--- a/_data/zh/translate.yml
+++ b/_data/zh/translate.yml
@@ -23,7 +23,7 @@ title_asf_foundation: "Foundation"
title_asf_license: "License"
title_asf_events: "Events"
title_asf_sponsorship: "Sponsorship"
-title_asf_privacy: "Privacy"
+title_asf_security: "Security"
title_asf_thanks: "Thanks"
title_github: "Github"
title_releases: "版本发布"
diff --git a/_includes/footer.html b/_includes/footer.html
index 4902df8..e578400 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,10 +2,13 @@
<div class="container">
<div class="content is-small has-text-centered">
<div style="margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img src="{{
site.baseurl }}/assets/images/egg-logo.png"
- alt="Apache
Incubator"/></a>
+ <a href="http://incubator.apache.org">
+ <img src="{{ site.baseurl }}/assets/images/egg-logo.png"
+ width="15%"
+ alt="Apache Incubator"/>
+ </a>
</div>
- Copyright © 2020 <a href="http://www.apache.org">The Apache
Software Foundation</a>.
+ Copyright © 2023 <a href="http://www.apache.org">The Apache
Software Foundation</a>.
Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br><br>
@@ -17,6 +20,10 @@
not necessarily a reflection of the completeness or stability of
the code, it does indicate that the
project has yet to be fully endorsed by the ASF.
{% endif %}
+ <br><br>
+ Apache Pegasus, Pegasus, Apache, the Apache feather logo, and the
Apache Pegasus project logo are either
+ registered trademarks or trademarks of The Apache Software
Foundation in the United States and other
+ countries.
</div>
</div>
</footer>
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
index 6bf10ba..32d4376 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -14,7 +14,7 @@
<div class="navbar-brand">
<a href="{{ site.baseurl }}/" class="navbar-item {{
navbar_brand_is_active }}">
<!-- Pegasus Icon -->
- <img src="{{ site.baseurl }}/assets/images/pegasus-icon.png">
+ <img src="{{ site.baseurl }}/assets/images/pegasus.svg">
</a>
<div class="navbar-item">
<a href="/docs" class="button is-primary is-outlined
is-inverted">
diff --git a/_layouts/front.html b/_layouts/front.html
index abf31a0..c8978c0 100644
--- a/_layouts/front.html
+++ b/_layouts/front.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
{% include head.html %}
-
<body>
{% include header.html %}
<section class="hero is-large is-bold is-primary" {% if page.hero_image %}
@@ -9,7 +8,7 @@
<div class="hero-body">
<div class="container has-text-centered">
<p class="project-title title is-1 has-text-weight-medium"
- style="padding-bottom: 2rem; font-size: 70px;">
+ style="padding-bottom: 2rem; font-size: 70px;">
Apache Pegasus
</p>
<p class="project-subtitle subtitle is-4 has-text-white-bis
has-text-weight-light">
@@ -19,8 +18,7 @@
可水平扩展、高性能、强一致的分布式Key-Value数据库
{% endif %}
</p>
- <br>
- <div style="padding-top: 2rem" class="buttons is-centered">
+ <div style="padding-top: 1rem" class="buttons is-centered">
<a class="button is-light is-large front-start-button"
href="{{ site.baseurl }}/overview">
<span class="icon"><i class="fas
fa-chevron-right"></i></span>
@@ -32,30 +30,8 @@
</div>
</div>
</div>
- <footer class="footer">
- <div class="container">
- <div class="content is-small has-text-centered
has-text-grey-dark">
- <div style="margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img src="{{
site.baseurl }}/assets/images/egg-logo.png"
- alt="Apache Incubator" /></a>
- </div>
- Copyright © 2020 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
- 2.0</a>.
- <br><br>
- {% if site.data.project.podling %}
- Apache Pegasus is an effort undergoing incubation at The
Apache Software Foundation (ASF),
- sponsored by the Apache Incubator. Incubation is required
of all newly accepted projects
- until a further review indicates that the infrastructure,
communications, and decision making process
- have stabilized in a manner consistent with other
successful ASF projects. While incubation status is
- not necessarily a reflection of the completeness or
stability of the code, it does indicate that the
- project has yet to be fully endorsed by the ASF.
- {% endif %}
- </div>
- </div>
- </footer>
</section>
+ {% include footer.html %}
<script src="{{ site.baseurl }}/assets/js/app.js"
type="text/javascript"></script>
</body>
-
</html>
diff --git a/assets/images/pegasus.svg b/assets/images/pegasus.svg
new file mode 100644
index 0000000..da0f561
--- /dev/null
+++ b/assets/images/pegasus.svg
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="986px" height="222px" viewBox="0 0 986 222" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>logo@1x</title>
+ <defs>
+ <linearGradient x1="45.1709142%" y1="13.2128274%" x2="59.6599601%"
y2="90.6812284%" id="linearGradient-1">
+ <stop stop-color="#95C0E4" offset="0%"></stop>
+ <stop stop-color="#5495D3" offset="48.7338049%"></stop>
+ <stop stop-color="#053FA0" offset="100%"></stop>
+ </linearGradient>
+ <linearGradient x1="17.3857122%" y1="40.6886475%" x2="68.8967591%"
y2="67.7894026%" id="linearGradient-2">
+ <stop stop-color="#BCD8E1" offset="0%"></stop>
+ <stop stop-color="#5495D3" offset="50.4952694%"></stop>
+ <stop stop-color="#053FA0" offset="100%"></stop>
+ </linearGradient>
+ <linearGradient x1="100%" y1="64.5562188%" x2="7.79123254%" y2="50%"
id="linearGradient-3">
+ <stop stop-color="#002FB1" offset="0%"></stop>
+ <stop stop-color="#82B5DA" offset="100%"></stop>
+ </linearGradient>
+ <path d="M145.199747,80.7011863 C155.202129,86.7099954
171.790253,96.7808749 182.208561,103.734954 C191.210705,109.743763
197.729475,116.059293 207.214517,122.76285 C212.014277,126.155082
216.604559,129.338955 218.217138,133.779 C222.21809,144.79515
213.215946,161.820109 191.210705,154.809831 C185.311629,152.930544
183.2088,150.803959 177.20737,149.80249 C173.206417,149.134845
165.204512,148.801022 153.201653,148.801022 C123.861332,150.136313
107.85752,139.120163 105.190218,115.7 [...]
+ <linearGradient x1="18.8944871%" y1="83.452702%" x2="54.5499594%"
y2="8.02133946%" id="linearGradient-6">
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
+ <stop stop-color="#74ABD9" offset="38.2671264%"></stop>
+ <stop stop-color="#4C8FD0" offset="69.8517409%"></stop>
+ <stop stop-color="#002FB1" offset="100%"></stop>
+ </linearGradient>
+ </defs>
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd">
+ <g id="logo" transform="translate(-0.000000, 0.000000)">
+ <path d="M5.44875313,0.652894749 L5.54674674,0.788921036
L5.74037823,1.07200787 L5.74037823,1.07200787 L6.12151897,1.64861857
C6.21044283,1.78024597 6.29152741,1.89439953 6.36122594,1.97792428
C8.25129837,4.24293379 12.3118057,6.59400682 18.5427479,9.03114337
L19.6995632,9.47520746 L19.6995632,9.47520746 L20.9042117,9.92116827
L20.9042117,9.92116827 L22.1566934,10.3690258 C22.3694265,10.4438268
22.5841526,10.5187068 22.8008718,10.5936658 L24.1251035,11.0443684
C24.3497949,11. [...]
+ <path d="M354.249536,83.7055909 C346.24763,88.7129317
341.506897,91.2468345 326.242866,93.7202726 C319.700267,94.7804586
305.696932,94.7804586 284.23286,93.7202726 C283.566035,89.0467545
296.569132,83.0379454 323.242151,75.6938455 C363.25168,64.6776955
376.254777,13.6028186 369.25311,23.6175003 C365.899205,28.4146841
347.077634,33.8253781 312.715596,39.5601499 C246.223808,50.6571411
230.899467,58.3422334 217.216899,63.6762273 C146.143941,91.3832148
119.335601,125.161022 132.1 [...]
+ <mask id="mask-5" fill="white">
+ <use xlink:href="#path-4"></use>
+ </mask>
+ <use id="形状结合" fill="url(#linearGradient-3)"
xlink:href="#path-4"></use>
+ <path d="M141.198794,71.6879727 C147.867049,70.3526818
155.535542,70.3526818 164.204273,71.6879727 C157.773161,74.541919
151.711709,77.7107433 146.019917,81.1944456 C156.088299,87.2484547
172.069933,96.9675571 182.208561,103.734954 C191.210705,109.743763
197.729475,116.059293 207.214517,122.76285 C210.498319,125.083678
213.68407,127.306979 215.885279,129.90175 C217.502221,142.091835
214.250791,158.553601 196.211897,152.806895 C193.728075,152.015616
191.207962,150.292767 188.6 [...]
+ <path d="M164,111 C165,112 173,115 173,113 C173,111
171.205941,107.740827 168.205226,106.739359 C165.204512,105.737891 164,106
163,107 C162,108 163,110 164,111 Z" id="椭圆形" fill="#FFFFFF"></path>
+ <path d="M409.172617,186.856813 L409.172617,145.39603
C411.795242,145.948841 414.831965,146.087044 418.144754,146.087044
C437.193291,146.087044 457.622157,137.242077 457.622157,111.536391
C457.622157,101.862209 454.033302,93.8464576 448.097888,88.7329611
C441.748376,83.0666542 431.948042,80.302602 418.972951,80.302602
C408.068354,80.302602 399.648349,81.2700203 393.298837,82.3756411
L393.298837,186.856813 L409.172617,186.856813 Z M418.144754,133.372404
C414.417867,133.372404 [...]
+ </g>
+ </g>
+</svg>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]