Back to .md Directory

E-VioPay Portfolio Image Generation Prompt

Provides three AI image prompts and a manual design guide for generating a 16:9 portfolio banner for a traffic management system.

May 2, 2026
0 downloads
1 views
ai prompt
View source

What this file does

Provides three AI image prompts and a manual design guide for generating a 16:9 portfolio banner for a traffic management system.

When to use it

  • Need a landscape banner image for a traffic management portfolio project
  • Want AI-generated visuals with a green/blue government-tech aesthetic
  • Prefer manual creation in Figma or Photoshop with exact hex codes
  • Require a quick simplified prompt for rapid image generation

Assumes this stack

DALL-EMidjourneyStable DiffusionFigmaAdobe PhotoshopCSS

E-VioPay Portfolio Image Generation Prompt

Landscape Image Prompt for AI Image Generators

Use this prompt with DALL-E, Midjourney, Stable Diffusion, or similar AI image generators:

A modern, professional landscape banner image for a traffic management system portfolio project. The image should feature:

VISUAL ELEMENTS:
- Clean, modern design with a green and blue color scheme (primary green #22c55e, secondary blue #0ea5e9)
- Abstract representation of traffic management: flowing lines suggesting roads or traffic flow
- Subtle geometric patterns inspired by QR codes or digital grids in the background
- Modern tech aesthetic with glassmorphism effects and soft gradients
- Professional, government/public sector feel

COMPOSITION:
- Landscape orientation (16:9 or 21:9 aspect ratio)
- Horizontal layout suitable for portfolio banner
- Balanced composition with visual hierarchy
- Clean, uncluttered design with breathing room

COLOR PALETTE:
- Primary: Various shades of green (#f0fdf4 to #14532d)
- Secondary: Blue accents (#0ea5e9, #0284c7)
- Accent: Warm orange/yellow (#f59e0b) for highlights
- Background: Light green/white gradient or subtle pattern
- Text areas: Dark green (#166534) or white

STYLE:
- Modern, minimalist
- Professional and trustworthy
- Tech-forward but approachable
- Clean lines and geometric shapes
- Subtle depth with shadows and gradients
- No text or logos (image only)

MOOD:
- Professional
- Trustworthy
- Modern
- Efficient
- Government/public service oriented
- Technology-forward

TECHNICAL SPECS:
- Resolution: 1920x1080 or higher (for web use)
- Format: JPG or PNG
- Color space: RGB
- Aspect ratio: 16:9 (landscape)

Alternative Detailed Prompt (More Specific)

Create a professional landscape banner image (1920x1080px) for a traffic management and payment system portfolio project. 

Design elements:
- Modern, clean interface mockup showing a dashboard with traffic violation data
- Green and blue color scheme (#22c55e green, #0ea5e9 blue)
- Subtle grid pattern or QR code-inspired background
- Glassmorphism effects with semi-transparent cards
- Flowing lines suggesting traffic flow or data streams
- Professional government/public sector aesthetic
- Minimalist design with plenty of white space
- Soft shadows and gradients for depth

Color palette:
- Primary green: #22c55e, #16a34a, #15803d
- Secondary blue: #0ea5e9, #0284c7
- Background: Light green (#f0fdf4) to white gradient
- Accents: Warm orange (#f59e0b) for highlights

Style: Modern, minimalist, professional, tech-forward, trustworthy, clean, geometric patterns, subtle animations suggested through design

Mood: Professional, efficient, modern, government-oriented, technology-forward, trustworthy

No text, no logos, just visual design elements. Landscape orientation, suitable for portfolio website banner.

Simplified Prompt (For Quick Generation)

Professional landscape banner (1920x1080) for traffic management system: modern green and blue color scheme, abstract traffic flow patterns, geometric grid background, glassmorphism effects, minimalist design, government/public sector aesthetic, no text

Manual Creation Guide

If you prefer to create the image manually or use design software:

Using Figma/Adobe XD/Photoshop:

  1. Canvas: Create 1920x1080px landscape canvas
  2. Background:
    • Gradient from #f0fdf4 (light green) to #ffffff (white)
    • Optional: Subtle grid pattern overlay (opacity 10-15%)
  3. Main Elements:
    • Abstract flowing lines in green (#22c55e) suggesting traffic flow
    • Geometric shapes (squares, rectangles) in blue (#0ea5e9) suggesting data/cards
    • Subtle QR code pattern in background (very low opacity)
  4. Effects:
    • Glassmorphism: Semi-transparent white cards with blur
    • Soft shadows for depth
    • Gradient overlays
  5. Colors: Use the exact hex codes from the design system
  6. Export: PNG or JPG, optimized for web (under 500KB if possible)

Using CSS/HTML (Alternative):

You can create a simple gradient banner using CSS and convert to image:

.banner {
  width: 1920px;
  height: 1080px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%, #e0f2fe 100%);
  position: relative;
  overflow: hidden;
}

.banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(34, 197, 94, 0.03) 2px, rgba(34, 197, 94, 0.03) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(14, 165, 233, 0.03) 2px, rgba(14, 165, 233, 0.03) 4px);
}

.banner::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite;
}

Recommended Tools

  1. AI Image Generators:

    • DALL-E 3 (OpenAI)
    • Midjourney
    • Stable Diffusion
    • Leonardo.ai
    • Canva AI
  2. Design Software:

    • Figma (free, web-based)
    • Adobe Photoshop
    • Adobe Illustrator
    • Canva (templates available)
  3. Online Tools:

    • Remove.bg (for background removal if needed)
    • TinyPNG (for image optimization)
    • Squoosh (for compression)

Final Image Specifications

  • Dimensions: 1920x1080px (Full HD landscape)
  • Format: PNG (for transparency) or JPG (for smaller file size)
  • File Size: Under 500KB (optimized for web)
  • Color Profile: sRGB
  • Aspect Ratio: 16:9
  • Usage: Portfolio website banner, project showcase header

Note: The image should be professional, modern, and represent the traffic management system concept without being too literal. Abstract and minimalist designs often work best for portfolio banners.

What's inside

3 AI prompts (detailed, alternative, simplified), a manual creation guide with CSS code, tool recommendations, and final image specs.

Change this for your project

  • Replace hex codes like #22c55e and #0ea5e9 with your own brand colors
  • Replace Traffic-Management-System in the prompt with your actual project name
  • Replace E-VioPay in the file title with your project's name

Where it goes

Keep it in your repository where the agent or team that needs it will read it.

Worth borrowing

  • Offering multiple prompt tiers (detailed, alternative, simplified) for different generation speeds
  • Including a manual creation guide with exact hex codes and CSS for non-AI workflows

Related Documents