New Ideas and Inspiration

I’ve been looking for inspiration for awhile now, which has been really difficult. I just couldn’t find anything that was piquing my interest, and I went through a major dry spell. I hadn’t touched a needle and thread for weeks. BUT, I started getting a little creative again. So I started to do some research on different patterns and such, and I found this great blog. (http://mymamamadeit.blogspot.com) And she does some great work. So now I’m starting to get inspired by refashion ideas. Today I’ve already refashioned an old tank top by cutting out the original neckline and adding a braided scrap trim, with a small flower out of the same material at the end instead of bringing it the whole way around. Here’s some pictures!

Before:
005

After:
0121001123

I think it looks pretty cute. I’d like to start making some more creations that are wearable and will be easy to mass produce so I can start selling them to the public. If anyone’s interested in anything that I’ve made or wants me to make anything, go ahead and shoot me an email at lindsey@lindseysin.com.
Thanks to everyone who’s been following my blog!

Sincerely,
Lindsey

Popularity: 5% [?]

  • Share/Bookmark

Related Posts:

  • no related posts were found

This entry was posted on Thursday, January 21st, 2010 at 1:12 PM and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

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);