Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 934c4846c -> 397376258
Add twitter announcements. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/39737625 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/39737625 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/39737625 Branch: refs/heads/asf-site Commit: 397376258c607533964a132f1be80b1369f54775 Parents: 934c484 Author: JamesBognar <[email protected]> Authored: Mon Nov 28 10:57:25 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 28 10:57:25 2016 -0500 ---------------------------------------------------------------------- content/announcements.html | 6 ++++++ content/index.html | 1 + 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/39737625/content/announcements.html ---------------------------------------------------------------------- diff --git a/content/announcements.html b/content/announcements.html new file mode 100644 index 0000000..bf467de --- /dev/null +++ b/content/announcements.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> + <a class="twitter-timeline" href="https://twitter.com/ApacheJuneau">Tweets by ApacheJuneau</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></body> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/39737625/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 6a687c7..097d69a 100644 --- a/content/index.html +++ b/content/index.html @@ -112,6 +112,7 @@ <li><a href='sourceCode.html' id='sourceCode' onclick="return select(this)">Source Code</a></li> <li><a href='issueTracking.html' id='issueTracking' onclick="return select(this)">Issue Tracking</a></li> <li><a href='community.html' id='community' onclick="return select(this)">Community</a></li> + <li><a href='announcements.html' id='announcements' onclick="return select(this)">Announcements</a></li> </ul> </nav>
