Plugin Directory

Changeset 3450751


Ignore:
Timestamp:
01/30/2026 11:47:58 PM (3 weeks ago)
Author:
codeverve
Message:

Updating readme/assets from GitHub

Location:
vimeify/assets
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • vimeify/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • vimeify/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • vimeify/assets/banner.svg

    • Property svn:mime-type set to image/svg+xml
    r3450687 r3450751  
    55      <stop offset="100%" style="stop-color:#8B5CF6;stop-opacity:1" />
    66    </linearGradient>
    7     <linearGradient id="textGlow" x1="0%" y1="0%" x2="0%" y2="100%">
    8       <stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
    9       <stop offset="100%" style="stop-color:#f0f0f0;stop-opacity:1" />
    10     </linearGradient>
    11     <pattern id="gridPattern" x="0" y="0" width="80" height="80" patternUnits="userSpaceOnUse">
    12       <rect width="80" height="80" fill="none"/>
    13       <circle cx="40" cy="40" r="1.5" fill="white" opacity="0.15"/>
    14       <circle cx="0" cy="0" r="1.5" fill="white" opacity="0.15"/>
    15       <circle cx="80" cy="0" r="1.5" fill="white" opacity="0.15"/>
    16       <circle cx="0" cy="80" r="1.5" fill="white" opacity="0.15"/>
    17       <circle cx="80" cy="80" r="1.5" fill="white" opacity="0.15"/>
    18     </pattern>
    19     <pattern id="diagonalLines" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
    20       <line x1="0" y1="0" x2="0" y2="40" stroke="white" stroke-width="0.5" opacity="0.08"/>
     7    <!-- Subtle dot pattern -->
     8    <pattern id="dotPattern" x="0" y="0" width="60" height="60" patternUnits="userSpaceOnUse">
     9      <circle cx="30" cy="30" r="1.5" fill="white" opacity="0.12"/>
    2110    </pattern>
    2211  </defs>
     
    2413  <!-- Background gradient -->
    2514  <rect width="1544" height="500" fill="url(#bannerBg)"/>
     15 
     16  <!-- Subtle dot pattern overlay -->
     17  <rect width="1544" height="500" fill="url(#dotPattern)"/>
    2618
    27   <!-- Grid pattern overlay -->
    28   <rect width="1544" height="500" fill="url(#gridPattern)"/>
    29 
    30   <!-- Diagonal lines overlay -->
    31   <rect width="1544" height="500" fill="url(#diagonalLines)"/>
    32 
    33   <!-- Decorative geometric shapes -->
    34   <g opacity="0.1">
    35     <!-- Large circle top right -->
    36     <circle cx="1350" cy="80" r="180" fill="none" stroke="white" stroke-width="2"/>
    37     <circle cx="1350" cy="80" r="140" fill="none" stroke="white" stroke-width="1.5"/>
    38 
    39     <!-- Medium circle bottom left -->
    40     <circle cx="180" cy="420" r="120" fill="none" stroke="white" stroke-width="2"/>
    41     <circle cx="180" cy="420" r="90" fill="none" stroke="white" stroke-width="1.5"/>
    42 
    43     <!-- Small circle bottom right -->
    44     <circle cx="1400" cy="440" r="70" fill="none" stroke="white" stroke-width="1.5"/>
    45 
    46     <!-- Play icon shapes -->
    47     <g transform="translate(250, 100)">
    48       <circle cx="0" cy="0" r="25" fill="none" stroke="white" stroke-width="2"/>
    49       <path d="M -8 -12 L -8 12 L 12 0 Z" fill="white"/>
    50     </g>
    51 
    52     <g transform="translate(1300, 300)">
    53       <circle cx="0" cy="0" r="20" fill="none" stroke="white" stroke-width="1.5"/>
    54       <path d="M -6 -9 L -6 9 L 9 0 Z" fill="white"/>
    55     </g>
     19  <!-- Decorative background circles - subtle and purposeful -->
     20  <g opacity="0.08">
     21    <circle cx="1450" cy="50" r="200" fill="none" stroke="white" stroke-width="1.5"/>
     22    <circle cx="100" cy="450" r="150" fill="none" stroke="white" stroke-width="1.5"/>
    5623  </g>
    5724
    58   <!-- Vimeify Text - Centered with left offset for logo space -->
    59   <g transform="translate(772, 180)">
    60     <!-- Main title with subtle shadow -->
    61     <text x="3" y="53" font-family="'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif"
    62           font-size="150" font-weight="700" text-anchor="middle"
    63           fill="rgba(0,0,0,0.15)" letter-spacing="-3">Vimeify</text>
    64     <text x="0" y="50" font-family="'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif"
    65           font-size="150" font-weight="700" text-anchor="middle"
    66           fill="url(#textGlow)" letter-spacing="-3">Vimeify</text>
     25  <!-- Main content group - vertically centered -->
     26  <g transform="translate(772, 250)">
     27
     28    <!-- Plugin name -->
     29    <text x="0" y="5"
     30          font-family="'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif"
     31          font-size="130" font-weight="700" text-anchor="middle"
     32          fill="white" letter-spacing="-2">Vimeify</text>
    6733
    6834    <!-- Tagline -->
    69     <text x="0" y="125" font-family="'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif"
    70           font-size="38" font-weight="300" text-anchor="middle"
    71           fill="white" opacity="0.95">The Ultimate Vimeo Integration for WordPress</text>
     35    <text x="0" y="75"
     36          font-family="'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif"
     37          font-size="30" font-weight="400" text-anchor="middle"
     38          fill="white" opacity="0.9">The Ultimate Vimeo Integration for WordPress</text>
    7239
    73     <!-- Feature highlights -->
    74     <g transform="translate(-360, 170)" font-family="'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif"
    75        font-size="24" fill="white" opacity="0.9">
    76       <g>
    77         <circle cx="8" cy="-6" r="4" fill="white"/>
    78         <text x="25" y="0">Upload Videos to Vimeo</text>
    79       </g>
    80       <g transform="translate(280, 0)">
    81         <circle cx="8" cy="-6" r="4" fill="white"/>
    82         <text x="25" y="0">Display &amp; Manage Videos</text>
    83       </g>
    84       <g transform="translate(590, 0)">
    85         <circle cx="8" cy="-6" r="4" fill="white"/>
    86         <text x="25" y="0">Page Builder Integration</text>
    87       </g>
    88     </g>
    8940  </g>
    9041
    91   <!-- Decorative accent line -->
    92   <g opacity="0.25">
    93     <line x1="350" y1="400" x2="1200" y2="400" stroke="white" stroke-width="2"/>
    94     <circle cx="350" cy="400" r="4" fill="white"/>
    95     <circle cx="1200" cy="400" r="4" fill="white"/>
    96   </g>
    9742</svg>
  • vimeify/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • vimeify/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • vimeify/assets/icon-white.svg

    • Property svn:mime-type set to image/svg+xml
  • vimeify/assets/icon.svg

    • Property svn:mime-type set to image/svg+xml
Note: See TracChangeset for help on using the changeset viewer.