blanksusa.com Open in urlscan Pro
35.227.192.226  Public Scan

Submitted URL: http://www.blanksusa.com/design-studio
Effective URL: https://blanksusa.com/design-studio
Submission: On November 07 via api from RU — Scanned from US

Form analysis 5 forms found in the DOM

<form class="bu-quicksearch__form" data-quicksearch-form="">
  <input id="bu_searchquery" class="form-input bu-quicksearch__input" data-search-quick="" placeholder="Search..." autocomplete="off">
  <label for="bu_searchquery" class="bu-quicksearch__icon" data-quicksearch-label="">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </label>
  <a href="#" class="bu-quicksearch__icon bu-quicksearch__icon--clear" data-quicksearch-clear="">
            <svg class="icon-close" width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><title>close</title><path d="M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73"></path></svg>
        </a>
</form>

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" aria-label="Search" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

/search.php

<form class="search-form" action="/search.php" data-validated-form="" novalidate="true">
  <div class="form-field">
    <input class="search-input form-input form-input-short" name="search_query" placeholder="Type in a keyword" aria-label="Search" required="">
  </div>
  <button class="button-search-submit" type="submit">
    <svg class="icon-search" width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
      <title>search_icon</title>
      <path d="M16.46 14.8l-3.1-3.1c.87-1.18 1.4-2.63 1.4-4.2 0-3.87-3.14-7-7-7-3.88 0-7 3.13-7 7s3.12 7 7 7c1.56 0 3-.52 4.18-1.4l3.1 3.1c.4.4 1.03.4 1.42 0 .4-.38.4-1.02 0-1.4zm-8.7-2.3c-2.77 0-5-2.24-5-5s2.23-5 5-5c2.75 0 5 2.24 5 5s-2.25 5-5 5z">
      </path>
    </svg>
  </button>
</form>

POST /login.php?action=check_login

<form class="account-login-form form" action="/login.php?action=check_login" method="post" data-validated-form="" novalidate="true">
  <div class="form-field form-field-common form-field-email  form-required" id="login_email">
    <label class="form-label">
      <span class="form-field-title"> Email Address <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="input-login_email" name="login_email" type="email" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-field form-field-common form-field-password  form-required" id="login_pass">
    <label class="form-label">
      <span class="form-field-title"> Password <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="password-login_pass" name="login_pass" type="password" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-actions">
    <input type="submit" class="button button-primary account-login-button" value="Log In">
    <a class="account-forgot-password-link" href="/login.php?action=reset_password">Forgot password?</a>
  </div>
</form>

POST /login.php?action=send_password_email

<form class="form account-forgot-form" action="/login.php?action=send_password_email" method="post" data-validated-form="" novalidate="true">
  <div class="form-field form-field-common form-field-email  form-required" id="email">
    <label class="form-label">
      <span class="form-field-title"> Email Address <span class="required-text">*</span>
      </span>
      <span class="form-field-control">
        <input class="form-input" id="input-email" name="email" type="email" placeholder="" required="" aria-required="true">
      </span>
    </label>
  </div>
  <div class="form-actions">
    <input class="button button-primary" type="submit" value="Reset">
  </div>
</form>

Text Content

Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch.
1-800-328-7311 (7:30 AM - 5:30 PM CST M-F)

 * Account
 * $0.00
 * 
 * 

 * Home
 * Products dropdown_arrow
    * Shop By
    * SKU / Part ID
    * Paper Finish
    * Sheet Size
    * Perforated Paper
    * Paper Color
    * Scored Paper
    * Clearance
    * Samples
   
    * Best Sellers
    * Door Hangers
    * Wristbands
    * Presentation Folders & Pockets
    * Prescription Rx Paper
    * Security Paper
    * Plastic Paper™
    * Security Checks
    * Integrated Cards
   
    * All Categories
    * All Products
    * Tags
    * Cardboard Easels
    * Print-N-Pop™
    * Digital Polyester
    * Perforated Office Forms
    * Tab Dividers
    * Postcards
    * Table Tents & Talkers
    * Business Cards
    * Name Badges & ID Cards
    * Labels
    * Drink Coasters
    * Raffle & Event Tickets
    * Bottle Hangers
    * Hang Tags & Parking Passes
    * Displays & Signage
    * Luggage Tags
    * Cup Sleeves
    * Megaphones
    * Stock Paper
   
    * Product Lines
    * Kan't Kopy®
    * Plastic Paper™
    * Synthetic Paper & Products
    * Fat Card™

 * Industries dropdown_arrow
    * Events
    * Concert
    * Conference
    * Fundraising
   
    * Food & Beverage
    * Bar
    * Brewery
    * Coffee Shop
    * Restaurant
   
    * Service
    * Cleaning
    * Lawn & Garden

 * Services dropdown_arrow
    * Services
    * Small Business Solutions
    * Exclusively For Printers
    * Design Templates
    * Paper Compatibility Guide
    * Synthetic Paper Compatibility Guide
    * Custom Quotes
    * Rewards Program
    * Catalog Request

 * Company dropdown_arrow
    * Company
    * About Us
    * Contact Us
    * FAQ's
    * Shipping Information
    * Careers
    * Blog

 * Design Studio

search_icon close
View All Results




DESIGN STUDIO

 

INDUSTRY LEADING DESIGN EDITOR

Our design studio pre-imposes to our products perfectly so you can easily design
products to print on your digital device. The Design Studio is designed to help
you create custom artwork, once you decide on a template the studio will offer a
download of a PDF that will impose the artwork to our product templates so all
you have to do is hit print. Start designing with one of our hundreds of
templates today!

Check out our Design Studio Blog Post!

--------------------------------------------------------------------------------


1-800-328-7311
(7:30 AM - 5:30 PM CST M-F)

INDUSTRIES

 * Events
 * Concert
 * Conference
 * Fundraising
 * Food & Beverage
 * Bar
 * Brewery
 * Coffee Shop
 * Restaurant
 * Service
 * Cleaning
 * Lawn & Garden

GOODS & SERVICES

 * All Categories
 * All Products
 * Small Business Solutions
 * Exclusively For Printers
 * Design Templates
 * Paper Compatibility Guide
 * Synthetic Paper Compatibility Guide
 * Custom Quotes
 * Rewards Program
 * Catalog Request

COMPANY

 * About Us
 * Contact Us
 * FAQ's
 * Shipping Information
 * Careers
 * Blog
 * Privacy Policy
 * Terms of Service

STAY CONNECTED

 * facebook Facebook
 * twitter Twitter
 * instagram Instagram
 * youtube YouTube

--------------------------------------------------------------------------------

Made in the USA

© 2024 Blanks/USA | 8625 Xylon Court North Brooklyn Park, MN 55445-1840

search_icon
 * Products dropdown_arrow
 * Industries dropdown_arrow
 * Services dropdown_arrow
 * Company dropdown_arrow
 * Design Studio

 * Company
 * Company
 * About Us
 * Contact Us
 * FAQ's
 * Shipping Information
 * Careers
 * Blog

 * Services
 * Services
 * Small Business Solutions
 * Exclusively For Printers
 * Design Templates
 * Paper Compatibility Guide
 * Synthetic Paper Compatibility Guide
 * Custom Quotes
 * Rewards Program
 * Catalog Request

 * Events
 * Concert
 * Conference
 * Fundraising
 * Food & Beverage
 * Bar
 * Brewery
 * Coffee Shop
 * Restaurant
 * Service
 * Cleaning
 * Lawn & Garden

 * Shop By
 * SKU / Part ID
 * Paper Finish
 * Sheet Size
 * Perforated Paper
 * Paper Color
 * Scored Paper
 * Clearance
 * Samples
 * Best Sellers
 * Door Hangers
 * Wristbands
 * Presentation Folders & Pockets
 * Kan't Kopy® Prescription Rx Paper
 * Kan't Kopy® Security Paper
 * Plastic Paper™
 * Security Checks
 * Integrated Cards
 * Products
 * All Products
 * Tags
 * Cardboard Easels
 * Print-N-Pop™
 * Digital Polyester
 * Perforated Office Forms
 * Tab Dividers
 * Postcards
 * Table Tents & Talkers
 * Business Cards
 * Name Badges & ID Cards
 * Labels
 * Drink Coasters
 * Raffle & Event Tickets
 * Bottle Hangers
 * Hang Tags & Parking Passes
 * Displays & Signage
 * Luggage Tags
 * Cup Sleeves
 * Megaphones
 * Stock Paper
 * Product Lines
 * Kan't Kopy®
 * Plastic Paper™
 * Synthetic Paper & Products
 * Fat Card™

Account Shopping cart


YOUR SHOPPING CART

close


YOUR CART IS EMPTY!

close

search_icon
close

ACCOUNT

LOG IN

Email Address *
Password *
Forgot password?

NEW CUSTOMER

Create an account with us and you'll be able to:

 * Check out faster
 * Save multiple shipping addresses
 * Access your order history
 * Track new orders

Create Account

close

FORGOT PASSWORD

FORGOT PASSWORD



Fill in your email below to request a new password. An email will be sent to the
address below containing a link to verify your email address.

Email Address *