corporategifts.fabercastell.com
Open in
urlscan Pro
208.215.218.15
Public Scan
URL:
https://corporategifts.fabercastell.com/
Submission: On June 05 via automatic, source certstream-suspicious — Scanned from DE
Submission: On June 05 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
4 forms found in the DOMName: QuickSearch — GET https://corporategifts.fabercastell.com/:quicksearch.htm
<form name="QuickSearch" class="quick-form form-inline" role="form" method="get" action="https://corporategifts.fabercastell.com/:quicksearch.htm">
<div class="input-group">
<label class="sr-only" for="quicksearchbox">Search</label>
<input type="text" size="40" class="form-control" name="quicksearchbox" id="quicksearchbox" placeholder="Quick Search">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" onclick="return(document.getElementById('quicksearchbox').value.trim()>'');" aria-label="search"><span class="glyphicon glyphicon-search"></span></button>
</span>
</div>
<!-- /input-group -->
</form>
Name: QuickSearch — GET https://corporategifts.fabercastell.com/:quicksearch.htm
<form name="QuickSearch" class="quick-form" role="form" method="get" action="https://corporategifts.fabercastell.com/:quicksearch.htm">
<div class="input-group">
<label class="sr-only" for="quicksearchboxmob">Search</label>
<input type="text" class="form-control" name="quicksearchbox" id="quicksearchboxmob" placeholder="What are you looking for?">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" onclick="return(document.getElementById('quicksearchboxmob').value.trim()>'');" aria-label="search"><span class="glyphicon glyphicon-search"></span></button>
</span>
</div>
<!-- /input-group -->
</form>
Name: QuickSearch — GET https://corporategifts.fabercastell.com/:quicksearch.htm
<form name="QuickSearch" class="quick-form form-inline" role="form" method="get" action="https://corporategifts.fabercastell.com/:quicksearch.htm">
<div class="input-group">
<label class="sr-only" for="quicksearchboxmed">Search</label>
<input type="text" size="40" class="form-control" name="quicksearchbox" id="quicksearchboxmed" placeholder="Search">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" onclick="return(document.getElementById('quicksearchboxmed').value.trim()>'');" aria-label="search"><span class="glyphicon glyphicon-search"></span></button>
</span>
</div>
<!-- /input-group -->
</form>
Name: NewsletterSignupFrm — GET https://corporategifts.fabercastell.com/:newslettersignup.htm
<form name="NewsletterSignupFrm" method="get" action="https://corporategifts.fabercastell.com/:newslettersignup.htm" onsubmit="">
<div class="form-horizontal">
<div class="form-group">
<div class="col-sm-6" id="firstnamediv" style="display:none;">
<div class="input-group">
<span class="input-group-addon">
<i class="fa fa-user" aria-hidden="true"></i>
</span>
<label class="sr-only" for="newsletter-fname">Type in your first name</label>
<input type="text" id="newsletter-fname" class="form-control" name="firstname"
onclick="if (NewsletterSignupFrm.firstname.value=='Type in your first name') { NewsletterSignupFrm.firstname.value=''; NewsletterSignupFrm.emailaddr.style.color='black'; }" placeholder="First name">
</div>
</div><!-- col6 --->
<div class="col-sm-6" id="lastnamediv" style="display:none;">
<label class="sr-only" for="newsletter-lname">Type in your first name</label>
<input type="text" id="newsletter-lname" class="form-control" name="lastname"
onclick="if (NewsletterSignupFrm.lastname.value=='Type in your last name') { NewsletterSignupFrm.lastname.value=''; NewsletterSignupFrm.emailaddr.style.color='black'; }" placeholder="Last name">
</div><!-- col6 -->
</div><!-- fgroup -->
</div><!-- horizontal -->
<div class="form-group" id="companydiv" style="display:none;">
<div class="input-group">
<span class="input-group-addon">
<i class="fa fa-building" aria-hidden="true"></i>
</span>
<label class="sr-only" for="newsletter-company">Type in your company name</label>
<input type="text" id="newsletter-company" class="form-control" name="company" onclick="if (NewsletterSignupFrm.company.value=='Type in your company') { NewsletterSignupFrm.company.value=''; NewsletterSignupFrm.emailaddr.style.color='black'; }"
placeholder="Company">
</div>
</div>
<div class="form-group" id="phonediv" style="display:none;">
<div class="input-group">
<span class="input-group-addon">
<i class="fa fa-phone" aria-hidden="true"></i>
</span>
<label class="sr-only" for="newsletter-phone">Type in your phone</label>
<input type="text" id="newsletter-phone" class="form-control" name="phone" onclick="if (NewsletterSignupFrm.phone.value=='Type in your phone') { NewsletterSignupFrm.phone.value=''; NewsletterSignupFrm.emailaddr.style.color='black'; }"
placeholder="Phone">
</div>
</div>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">
<i class="fa fa-envelope"></i>
</span>
<label class="sr-only" for="newsletter-email">Type in your email</label>
<input type="text" id="newsletter-email" class="form-control" name="emailaddr" onclick="if (NewsletterSignupFrm.emailaddr.value=='your@email.com') { NewsletterSignupFrm.emailaddr.value=''; NewsletterSignupFrm.emailaddr.style.color='black'; }"
placeholder="your@email.com" oninput="document.getElementById('Captcha').style.display='';">
</div>
</div>
<!-- reCaptcha (dynamic loading) -->
<script>
var onReCaptchaLoad = function() {
var captchaWidgetId = grecaptcha.render('newsletter-captcha', {
'sitekey': '6LexOkMUAAAAADJRD6Ze0zvhKAFUT_jlsEUMNQW5', // required
'theme': 'light' // optional
});
};
function InjectRecaptcha() {
var scriptElm = document.createElement('script');
scriptElm.src = 'https://www.google.com/recaptcha/api.js?hl=EN&render=explicit&onload=onReCaptchaLoad';
document.body.appendChild(scriptElm);
}
</script>
<div id="newsletter-captcha" class="form-group" style="display:none;"></div>
<input class="btn btn-default" type="submit" value="Subscribe"
onclick="if (document.getElementById('newsletter-captcha').style.display=='none') {InjectRecaptcha();document.getElementById('newsletter-captcha').style.display='';return(false);};return(Form_Validator(NewsletterSignupFrm));">
</form>
Text Content
* Home * About * Contact * Art Upload * * * Sign In * Cart Search Search Search * 216-643-4653 * laura.winkelmann@fabercastell.com SAGE 51127 | PPAI 699194 | UPIC F699194 Artist-quality drawing materials and luxury writing instruments perfect for corporate and individual gift-giving for all occassions Toggle navigation * Home * About * Contact * Art Upload * Writing Products * Fountain Pens * Rollerball Pens * Ballpoint Pens * Pencils * Mechanical Pencils * Markers * Highlighters * Erasers * Sharpeners * Arts Products * Colored Pencils * Arts & Crafts For Kids * Children's Art Products * Craft Kits CATEGORIES Fountain PensRollerball PensBallpoint PensMechanical PencilsPencilsErasersSharpenersMarkersHighlightersColored PencilsChildren's Art ProductsCraft Kits * * * * * * * * 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 * Previous Slide * Next Slide POPULAR PRODUCTS Previous 6 Count Color Pencil Set in Metal Tin $10.80 - $12.00 Grip 2001 Triangular Pencil with dipped ... $1.49 - $1.60 Grip 2001 Design Triangular Pencil All B... $2.03 - $2.25 Round Pencil with Eraser $1.12 - $1.20 Mini Garden Craft Kits $9.57 - $11.00 Classic Ebony Wood Fountain Pen $585.90 - $630.00 Creativity for Kids Hide & Seek Rock Pai... $13.92 - $16.00 Classic Grenadilla Wood Fountain Pen $585.90 - $630.00 Grip 2001 Triangular Pencil with Eraser $1.63 - $1.75 Classic Platinum-Plated Fountain Pen $585.90 - $630.00 Ambition Rhombus Rollerball Pen $90.21 - $97.00 Classic Pernambuco Wood Ballpoint Pen $362.70 - $390.00 E-motion Pure Black Ballpoint Pen $155.31 - $167.00 Grip Harmony Fountain Pen & Ballpoint Gi... $27.90 - $30.00 Double Hole Sleeve Pencil Sharpener $3.26 - $3.50 N'ice Ballpoint Pen $14.88 - $16.00 Connector Watercolor Paint Set $14.42 - $15.50 Classic Grenadilla Wood Mechanical Penci... $362.70 - $390.00 Grip Harmony Fountain Pen $19.07 - $20.50 Classic Pernambuco Wood Fountain Pen $585.90 - $630.00 Guilloche Barley Rhodium Ballpoint Pen $260.40 - $280.00 Ambition OpArt Ballpoint Pen $80.91 - $87.00 Ambition Walnut Ballpoint Pen $118.11 - $127.00 24Ct DuoTip Washable Markers $10.23 - $11.00 Jumbo Grip 2001 Triangular Pencil $2.03 - $2.25 6 Count Color Pencil Set in Metal Tin $10.80 - $12.00 Grip 2001 Triangular Pencil with dipped ... $1.49 - $1.60 Grip 2001 Design Triangular Pencil All B... $2.03 - $2.25 Round Pencil with Eraser $1.12 - $1.20 Mini Garden Craft Kits $9.57 - $11.00 Classic Ebony Wood Fountain Pen $585.90 - $630.00 Creativity for Kids Hide & Seek Rock Pai... $13.92 - $16.00 Classic Grenadilla Wood Fountain Pen $585.90 - $630.00 Grip 2001 Triangular Pencil with Eraser $1.63 - $1.75 Classic Platinum-Plated Fountain Pen $585.90 - $630.00 Ambition Rhombus Rollerball Pen $90.21 - $97.00 Classic Pernambuco Wood Ballpoint Pen $362.70 - $390.00 E-motion Pure Black Ballpoint Pen $155.31 - $167.00 Grip Harmony Fountain Pen & Ballpoint Gi... $27.90 - $30.00 Double Hole Sleeve Pencil Sharpener $3.26 - $3.50 N'ice Ballpoint Pen $14.88 - $16.00 Connector Watercolor Paint Set $14.42 - $15.50 Classic Grenadilla Wood Mechanical Penci... $362.70 - $390.00 Grip Harmony Fountain Pen $19.07 - $20.50 Classic Pernambuco Wood Fountain Pen $585.90 - $630.00 Guilloche Barley Rhodium Ballpoint Pen $260.40 - $280.00 Ambition OpArt Ballpoint Pen $80.91 - $87.00 Ambition Walnut Ballpoint Pen $118.11 - $127.00 24Ct DuoTip Washable Markers $10.23 - $11.00 Jumbo Grip 2001 Triangular Pencil $2.03 - $2.25 6 Count Color Pencil Set in Metal Tin $10.80 - $12.00 Grip 2001 Triangular Pencil with dipped ... $1.49 - $1.60 Grip 2001 Design Triangular Pencil All B... $2.03 - $2.25 Round Pencil with Eraser $1.12 - $1.20 Mini Garden Craft Kits $9.57 - $11.00 Next FABER-CASTELL CORPORATE GIFTS From artist-quality drawing materials to luxury writing instruments, Faber-Castell has the premium corporate gift ideas you’re looking for. Thank outstanding customers with a personalized desk set, inspire creative talents with a customized tin of sketching pencils, or make a lasting impression with an engraved pen. Whether your quantity is large or small, the individual dollar amount modest or grand, Faber-Castell offers a wide range of unforgettable corporate gift items to choose from. For over 250 years, Faber-Castell has created superior drawing and writing instruments that set the standard for German craftsmanship and quality. Our corporate gift collection continues this tradition, delivering beautiful designs with exquisite attention to detail and functionality. Gifts for Business and Special Occasions: * Client Gifts * Customer Gifts * Employee Gifts * Sales Meeting Gifts * Golf Tournament Gifts * Reward and Appreciation Gifts * Trade Show and Prospect Gifts * Holiday and End-of-Year Gifts FEATURED ITEM Round Pencil with Dipped End Round, black lead pencil with dipped end. Hardness HB. Imprint in up to 4 colors or screen print. When screen printing, a roll (width: 4 mm) runs in the middle third of the pencil for stabilization du... $1.07 - $1.15 Newsletter Sign up to get special offers, unique promotion ideas, and much more! Type in your first name Type in your first name Type in your company name Type in your phone Type in your email * * * * LUXURY GIFTS SINCE 1761 * Home * Contact * About * Rate Us Now Tell A Friend About Our Site * * * * * Information, data and designs from this website may not be copied, archived, mined, stored, captured, harvested or used in any way except in connection with use of the site in the ordinary course for its intended purpose. Previous SlideNext Slide Cancel Lightbox Close Lightbox Virtual Sample