The Portfolio of Sandra Wilcox
Work
Piramal Imaging
Medium: Web
Piramal Imaging
Client:
Piramal Group | View Live Project »
Role:
Designer
Reebok ATV19
Medium: Web
Reebok ATV19 & ATV19+
Client:
Role:
Designer / Developer
ReebokONE
Medium: Web
ReebokONE
Client:
Reebok
Role:
Designer
Dancing Deer Baking Company
Medium: Email
Dancing Deer Baking Co.
Client:
Dancing Deer Baking Company
Role:
Designer / Developer
GBM Analytics
Medium: Web
GBM Analytics
Client:
Mercer
Role:
Designer
Rheonix
Medium: Web / Infographics
Rheonix
Client:
MacDougall Biomedical | View Live Project »
Role:
Designer
SENSUS
Medium: Print
SENSUS Pain Management
Client:
MacDougall Biomedical
Role:
Designer
Team Hoyt
Medium: Web
Team Hoyt
Client:
Role:
Designer / Developer
Top 25 Women in Healthcare
Medium: Print / Email / Banner Ads
Top 25 Women in Healthcare
Client:
Modern Healthcare
Role:
Designer / Developer
Best Places to Work
Medium: Print
Best Places to Work
Client:
Modern Healthcare
Role:
Designer
35th Anniversary Logo
Medium: Identity
35th Anniversary
Client:
Modern Healthcare
Role:
Designer
Pearson User Personas
Medium: Print
Pearson User Personas
Client:
Pearson Education
Role:
Designer
Dependent Eligibility Tool
Medium: Web
Dependent Eligibility Tool
Client:
Mercer
Role:
Designer
Communications Flipbook
Medium: Web
Communication Capabilities
Client:
Role:
Flash Designer
Eco-Graphics Group
Medium: Web / Identity
Eco-Graphics Group
Client:
Eco-Graphics Group
Role:
Designer
ISWM
Medium: Web
ISWM
Client:
Lulliloo Design
Role:
Designer
Professional Composition
Medium: Web
Professional Composition
Client:
Pearson Education
Role:
Designer
Community Leadership Awards
Medium: Email
Community Leadership Awards
Client:
InvestmentNews
Role:
Designer / Developer
Pearson Career Center
Medium: Web
Pearson Career Center
Client:
Pearson Education
Role:
Designer / Developer
MyCourseToolbox
Medium: Web
MyCourseToolbox
Client:
Pearson Education | View Live Project »
Role:
Designer / Developer
Video Ads
Medium: Web
In-Stream Video Ads
Client:
ScanScout | View Sample »
Role:
Flash Designer
Top of Page
About
Medium
Inspiration
Development
Visual Design
Testing
User Experience
Launch & Re-Alignment
Content Strategy

My name is Sandra Wilcox, and I am a graphic designer with over seven years of experience designing user interfaces, microsites, and rich media components.


My professional experience has been in educational publishing, software, and financial services. Independently as a freelancer, I’ve had the pleasure of working in the healthcare industry, as well as with small non-profits.


My educational background is a combination of formal training from the New England Institute of Art, and years of learning my way around web design and front-end web development outside of the classroom.

Top of Page
Contact
Work With Me

I'm excited by new creative challenges, and working with new people to resolve them. My experience as a designer has been defined by working within creative and user experience teams as both a freelancer and full-time employee. I understand the rules and when not to break them, but I also understand that great design and usability can rewrite them.


Please do not hesitate to contact me about a design project that you're looking for assistance on. I am comfortable working independently or with your team, on-site in the Boston area. I'd love to chat.

Please enter your name.
'; } else if(trim($email) == '') { $error = '
Please enter a valid email address.
'; // Configuration option. // Remove the // tags below to active phone number. //} else if(!is_numeric($phone)) { // $error = '
Attention! Phone number can only contain digits.
'; } else if(!isEmail($email)) { $error = '
Sorry, still not valid. Try again.
'; } if(trim($comments) == '') { $error = '
Please complete the required fields. *
'; } else if(trim($verify) == '') { $error = '
Please verify You\'re Human.
'; } else if(trim($verify) != '81') { $error = '
Please answer the math question. It\'s not too hard.
'; } if($error == '') { if(get_magic_quotes_gpc()) { $comments = stripslashes($comments); } // Configuration option. // Enter the email address that you want to emails to be sent to. // Example $address = "joe.doe@yourdomain.com"; $address = "sandra@sandrawilcox.com"; // Configuration option. // i.e. The standard subject will appear as, "You've been contacted by John Doe." // Example, $e_subject = '$name . ' has contacted you via Your Website.'; $e_subject = 'You\'ve been contacted by ' . $name . '.'; // Configuration option. // You can change this if you feel that you need to. // Developers, you may wish to add more fields to the form, in which case you must be sure to add them here. $e_body = "You have been contacted by $name from $company.\r\n\n"; $e_content = "\"$comments\"\r\n\n"; // Configuration option. // RIf you active phone number, swap the tags of $e-reply below to include phone number. //$e_reply = "You can contact $name via email, $email or via phone $phone"; $e_reply = "You can contact $name via email, $email"; $msg = $e_body . $e_content . $e_reply; mail($address, $e_subject, $msg, "From: $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n"); // Email has sent successfully, echo a success page. echo "
"; echo "

Email Sent Successfully.


"; echo "

Thank you, $name. Your message has been submitted, and I will get back to you as soon as possible.

"; echo "
"; } } if(!isset($_POST['contactus']) || $error != '') // Do not edit. { ?>
*Name:
*Email:
*Company:
*Message:
*What is 80 + 1?