This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git
commit 7849572a0e9f1f719f65de3f1861e711bda5fa3e Author: skperez <[email protected]> AuthorDate: Wed Nov 29 18:37:04 2023 -0800 sdap blog entry for new logo --- blog.html | 16 +++++++++++++++ release/2023/01/20/v1.0.0-release.html | 2 ++ source/_posts/2023-11-20-new-logo.markdown | 33 ++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/blog.html b/blog.html index 6557104..0bed8b7 100644 --- a/blog.html +++ b/blog.html @@ -61,6 +61,22 @@ +<a href="/update/2023/11/29/new-logo.html"><h2>New SDAP Logo</h2></a> +<p>Posted <b>2023-11-29</b> by <b>Stepheny Perez</b></p> +<!-- + +--> + +<p>The SDAP community is pleased to announce our new logo!</p> + +<div style="text-align: center;"> + <img src="https://apache.org/logos/res/sdap/sdap-1.png" /> + Figure 1. New SDAP Logo +</div> + + + + <a href="/release/2023/01/20/v1.0.0-release.html"><h2>V1.0.0 Release</h2></a> <p>Posted <b>2023-01-20</b> by <b>Riley Kuttruff</b></p> <!-- diff --git a/release/2023/01/20/v1.0.0-release.html b/release/2023/01/20/v1.0.0-release.html index 56c0133..7cc332c 100644 --- a/release/2023/01/20/v1.0.0-release.html +++ b/release/2023/01/20/v1.0.0-release.html @@ -99,6 +99,8 @@ <div> +<b>Next:</b> <a href="/update/2023/11/29/new-logo.html">New SDAP Logo</a> + </div> <!-- footer --> diff --git a/source/_posts/2023-11-20-new-logo.markdown b/source/_posts/2023-11-20-new-logo.markdown new file mode 100644 index 0000000..77a8a3b --- /dev/null +++ b/source/_posts/2023-11-20-new-logo.markdown @@ -0,0 +1,33 @@ +--- +title: "New SDAP Logo" +layout: post +date: "2023-11-29" +author: Stepheny Perez +version: 1.1.0 +categories: update +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +The SDAP community is pleased to announce our new logo! + +<div style="text-align: center;"> + <img src="https://apache.org/logos/res/sdap/sdap-1.png"> + Figure 1. New SDAP Logo +</div>
