You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by vi...@apache.org on 2019/04/26 21:07:39 UTC

[netbeans-website] branch master updated: splash.svg forcing site rebuild

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

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a1684f  splash.svg forcing site rebuild
2a1684f is described below

commit 2a1684f89c94ed323b798a53deae73a6293d79ce
Author: Antonio Vieiro <vi...@users.noreply.github.com>
AuthorDate: Fri Apr 26 23:07:35 2019 +0200

    splash.svg forcing site rebuild
    
    Adding a splash.svg image to rebuild the site.
---
 netbeans.apache.org/src/content/images/splash.svg | 70 +++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/netbeans.apache.org/src/content/images/splash.svg b/netbeans.apache.org/src/content/images/splash.svg
new file mode 100644
index 0000000..abaaa16
--- /dev/null
+++ b/netbeans.apache.org/src/content/images/splash.svg
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
+<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink="http://www.w3.org/1999/xlink" width='1242px' height='768px' viewBox='0 0 1242 768' version='1.1'>
+        <title>Apache NetBeans Splash</title>
+        <description>Apache NetBeans Splash</description>
+        <style type="text/css">
+                @import url('https://fonts.googleapis.com/css?family=Anton');
+        </style>
+        <defs>
+                <filter id='shadow' x='0' y='0' width='200%' height='200%'>
+                        <feOffset result='offOut' in='SourceAlpha' dx='0' dy='0' />
+                        <feGaussianBlur result='blurOut' in='offOut' stdDeviation='8' />
+                        <feBlend in='SourceGraphic' in2='blurOut' mode='normal' />
+                </filter>
+                <filter id='text-shadow' x='0' y='0' width='200%' height='200%'>
+                        <feOffset result='offOut' in='SourceAlpha' dx='0' dy='0' />
+                        <feGaussianBlur result='blurOut' in='offOut' stdDeviation='1' />
+                        <feBlend in='SourceGraphic' in2='blurOut' mode='normal' />
+                </filter>
+        </defs>
+        <symbol id='logo' viewBox='0 0 444 512'>
+                <title>Apache NetBeans Logo</title>
+                <description>Apache NetBeans Logo</description>
+                <g id="logo" stroke-width="0" fill="none" fill-rule="evenodd">
+                        <path d="M222,0 L222,99 L86,178 L0,128 L222,0 Z" fill="#A1C535"/>
+                        <path d="M444,128 L358,178 L222,99 L222,0 L444,128 L444,128 Z" fill="#ADD439"/>
+                        <path d="M444,384 L358,334 L358,178 L444,128 L444,384 L444,384 Z" fill="#1B6AC6"/>
+                        <path d="M222,512 L222,413 L358,334 L444,384 L222,512 L222,512 Z" fill="#2E90E8"/>
+                        <path d="M0,384 L86,334 L222,413 L222,512 L0,384 L0,384 Z" fill="#EA205E"/>
+                        <path d="M0,128 L86,178 L86,334 L0,384 L0,128 L0,128 Z" fill="#A5073E"/>
+                        <path d="M86,178 L222,99 L358,178 L222,256 L86,178 Z" fill="#F1F6E2"/>
+                        <path d="M222,256 L358,178 L358,334 L222,413 L222,256 Z" fill="#CEDBE6"/>
+                        <path d="M86,178 L222,256 L222,413 L86,334 L86,178 Z" fill="#FFFFFF"/>
+                </g>
+
+        </symbol>
+        <g id='logo' stroke-width='0' fill='none' fill-rule='evenodd'>
+                <path id='red' d='M0,0 L0,597 L616,0 Z'
+                        fill='#e50549' filter='url(#shadow)'/>
+                <path id='blue' d='M381,768 L1173,0 L1244,0 L1242,478 L940,768 Z'
+                        fill='#006fe0' filter='url(#shadow)'/>
+                <path id='red-tr' d='M896,0 L1242,0 L1242,350 Z'
+                        fill='#e50549' filter='url(#shadow)'/>
+                <path id='green' d='M0,0 L0,117 L670,768 L1203,768 L413,0 Z' 
+                        fill='#9fcd15' filter='url(#shadow)'/>
+                <path opacity='0.8' id='white' d='M0,500 L1242,500 L1242,768 L0,768 Z' 
+                        fill='#fff' filter='url(#shadow)'/>
+        </g>
+        <use xlink:href='#logo' preserveAspectRatio='true' height='200' x='-500' y='525' />
+        <text fill='#e50549' filter='url(#text-shadow)' x="280" y="675" style='font-size: 100px; font-family: "Anton", Impact;'>Apache NetBeans 11.0</text>
+</svg>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists