You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/11/04 03:39:46 UTC

[age-website] branch new-web updated: Update Footer.js

This is an automated email from the ASF dual-hosted git repository.

hbshin pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new 1c115ca  Update Footer.js
1c115ca is described below

commit 1c115ca0f37d730b788ab5554510d571bd954640
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Fri Nov 4 12:39:40 2022 +0900

    Update Footer.js
    
    add dicord icon and discord invite link
---
 src/components/Footer.js    |   8 ++++++++
 static/img/icon-discord.png | Bin 0 -> 1391 bytes
 2 files changed, 8 insertions(+)

diff --git a/src/components/Footer.js b/src/components/Footer.js
index 606720d..e6c2830 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -10,6 +10,7 @@ import icoGithubLd from '../../static/img/icon-github.png';
 import icoTwitterLd from '../../static/img/icon-twitter.png';
 import icoLinkedinLd from '../../static/img/icon-linkedin.png';
 import icoYoutubeLd from '../../static/img/icon-youtube.png';
+import icoDiscordLd from '../../static/img/icon-discord.png';
 
 
 // styles
@@ -158,6 +159,13 @@ const Footer = class extends React.Component {
                 style={{ width: '2.5em', height: '2.5em' }}
               />
             </a>
+            <a title="Discord" href="https://discord.com/invite/NMsBs9X8Ss" target={'_blank'}>
+              <img
+                src={icoDiscordLd}
+                alt="Discord"
+                style={{ width: '2.5em', height: '2.5em' }}
+              />
+            </a>
           </div>
           <p>
             Copyright © 2022 The Apache Software Foundation.<br></br>
diff --git a/static/img/icon-discord.png b/static/img/icon-discord.png
new file mode 100644
index 0000000..7352f76
Binary files /dev/null and b/static/img/icon-discord.png differ