Logo Design
To support the branding exercise, a logo is the first real image that captures your clients' attention and tantalises their imagition.
To succeed in branding you must understand the needs and wants of your customers and prospects.
A brand is a "name, term, sign, symbol or design, or a combination of them intended to identify the goods and services of one seller or group of sellers and to differentiate them from those of other sellers.
Therefore it makes sense to understand that branding is not about getting your target market to choose you over the competition, but it is about getting your prospects to see you as the only one that provides a solution to their problem.
The objectives that a good brand will achieve include:
- • Delivers the message clearly
- • Confirms your credibility
- • Connects your target prospects emotionally
- • Motivates the buyer
- • Concretes User Loyalty
To succeed in branding you must understand the needs and wants of your customers and prospects. You do this by integrating your brand strategies through your company at every point of public contact.
Your brand resides within the hearts and minds of customers, clients, and prospects. It is the sum total of their experiences and perceptions, some of which you can influence, and some that you cannot.
A strong brand is invaluable as the battle for customers intensifies day by day. It's important to spend time investing in researching, defining, and building your brand. After all your brand is the source of a promise to your consumer. It's a foundational piece in your marketing communication and one you do not want to be without.
Submit Brief
"; $message .= "From:
"; $message .= "$bri->cont_name at $bri->comp_name
"; $message .= "$bri->phone
$bri->email
"; $message .= "Required by: $bri->date
"; $message .= nl2br($bri->brief); $message .= "
"; $message .= ( $bri->upload == "yes" ? "Client has files to upload to server." : "Client has no files to upload." ); // send email mail($mailto, $mailsub, $message, $mailhead); // if files, create username (email) and password (think about this) if ($bri->upload == 'yes') { $firsthalf = substr($bri->email, 0, 5); $secondhalf = (strtotime("now")) + (60 * 60 * 48); $toenc = $firsthalf."!".$secondhalf; $enc = base64_encode($firsthalf."!".$secondhalf); $fmailto = $bri->email; $fmailsub = "Uploading Files to Remedy Media"; $fmailhead = "From: Remedy Media
Thank you for your submission. Please follow the instructions below to upload files to Remedy Media.
Upload your files at: www.remedymedia.co.uk/upload.php"; $fmessage .= "
Username: $bri->email
"; $fmessage .= "Password: ".substr($enc, 0, -2); $fmessage .= "
This username and password combination will only be valid for 48 hours. If you can't upload your files within this time, please email us at help@remedymedia.co.uk."; // send email to client mail($fmailto, $fmailsub, $fmessage, $fmailhead); }; echo "
We have sent you an email with your username and password details to upload your files.
Thanks!
Thanks!
Verification incorrect; please try again
Contact Us
"; $message .= "From:
"; $message .= "$bri->contact at $bri->company
"; $message .= "$bri->phone
$bri->email
"; $message .= nl2br($bri->message); $message .= "
"; // send email mail($mailto, $mailsub, $message, $mailhead); // if files, create username (email) and password (think about this) echo "
Verification incorrect; please try again