This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c10d57f Fixed foundation page, added license page and security page
c10d57f is described below
commit c10d57f920811f7dd10567508bf0dbcf9821f74f
Author: eya badal <[email protected]>
AuthorDate: Sun Nov 7 12:30:38 2021 -0800
Fixed foundation page, added license page and security page
---
file.py | 5 +++++
index.html | 7 +++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/file.py b/file.py
new file mode 100644
index 0000000..6c4da44
--- /dev/null
+++ b/file.py
@@ -0,0 +1,5 @@
+f = open("password.txt", "a")
+
+
+
+
diff --git a/index.html b/index.html
index 94625ba..697037e 100644
--- a/index.html
+++ b/index.html
@@ -68,10 +68,13 @@
</p>
<p class="sidebar--section">
- <span class="emph">ASF</span> <br />
- <a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/">Apache Software Foundation</a> <br />
+ <span class="emph">Apache</span> <br />
+ <a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/">Foundation</a> <br />
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/how-it-works.html">How Apache Works</a>
<br />
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> <br />
+ <a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/security/">Security</a> <br />
+ <a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/licenses/">License</a> <br />
+ <a class="sidebar-link external-link" target="_blank"
href="https://apachecon.com/?ref=hop.apache.org">Event</a> <br />
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/thanks.html">Thanks</a> <br />
</p>
</div>