Final Logo For New Dawn

Posted on January 30, 2008
Filed Under Church, Outreach |

One of the projects that I have been working on for our church, New Dawn, has been a new logo. Being a smaller church, actually a mission in progress to be exact, we were limited with our budget. The process was slow and frustrating at times because of different opinions from the church members (young adults, older adults, youth, traditional, hip, etc).

The next step was to narrow down a few ideas to present to the company we worked with, hoping for a great logo that fit our church. Well, the first round of logos (3 designs) wasn’t what we hoped for, to say the least. Alright! They were border line clip art. However, after a few revisions and pleas for another design, we recieved our final logo. It works for us and I think the church is pleased with it. I didn’t want to put a cross in the logo ( not because I’m ashamed of the cross, but because it’s very common in church logos).

But we all had to compromise and come up with a final product. And here it is. Nuevo Amanecer=New Dawn. iglesia.jpg

Comments

4 Responses to “Final Logo For New Dawn”

  1. PopsNo Gravatar on January 31st, 2008 12:12 am

    Dude, I like it alot!!!!!!!!!!

  2. ScottNo Gravatar on January 31st, 2008 7:23 pm

    Good job on the new logo, it looks good.

    Side note, the John Wooden book is great, I would definitely recommend it! I will putting some old school pics up this weekend!

  3. ArelisNo Gravatar on January 31st, 2008 9:24 pm

    I think it will look really good on our t-shirts!

  4. momNo Gravatar on February 6th, 2008 5:22 am

    love the 3 d effect in the sun. could symbolize the trinity.

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);