This is an automated email from the ASF dual-hosted git repository. gmcdonald pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tac-website.git
commit 981af1bfd07e1cb9eac28af35d67a9c34babc9ba Author: gmcdonald <[email protected]> AuthorDate: Fri Feb 24 11:18:43 2023 +0100 Add skeleton for stories --- source/stories/_index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/source/stories/_index.md b/source/stories/_index.md new file mode 100644 index 0000000..3ba352f --- /dev/null +++ b/source/stories/_index.md @@ -0,0 +1,22 @@ +--- +title: Travel Assistance Committee - TAC +--- + +<div class="jumbotron"> +<a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-125x125.png" style="float: right;"/></a> +<h2>Travel Assistance Committee</h2> +<h3>Stories</h3> +</div> + +<a name="Index-Startingpoints"></a> + + +<!-- Row 1 --> +<div class="row"> + <div class="col-md-4"> + <h4>Stories from previous successful applicants</h4> + </div> +</div> + +</div> + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
