Design Update

So, I bought the first supplies to start making Tyler’s jacket. I’m going over to his house today to hang out, and to do a measuring/fitting/whatever you want to call it. He wants to look at the designs with me, so it’s going to be interesting to see what he has to say. We’ll probably have to debate over tweaking I don’t want to do or he doesn’t want me to do, but oh well, we’re boyfriend and girlfriend, and a little bickering is healthy every once in awhile.

On top of starting his jacket design, I told Vicki I wanted to make her a design for her birthday, and the only condition was that she had to model it for on here once it’s done. She’s absolutely ecstatic over that. See, awhile back her and I were discussing whether I should get into fashion design or not. And her words to me were “Well if you do, you had damn well better use me as a model!”. So she gets a kickass birthday gift, and she gets her wish to be one of my models. I’m excited, because Vicki is my best friend, and she’s going to be great to work with in general. I already have the vision in my head, I just have to sketch her design and I’ll be able to get started on her top as well.

I really love that I’m putting myself out there, because I’m going to find a way to put in a tag or a stitched in emblem that has the website and email address in it, and says that it was a Lindsey Sin custom clothing design. People will ask where they got those great clothes, and then they’ll show their friends the tags. The friends will email me and tell me what they’re interested in, and BAM! I’ve got new clients.

I really hope it works out that way.

But anyhow, I need to go draw Vicki’s design, or at least a rough sketch, so I have an idea of what I want it to turn out like.

I’ll keep everyone posted!

Sincerely,
Lindsey

PS: I also want to do a pumpkin carving design within the next few days, it’s going to look great.

Popularity: 8% [?]

  • Share/Bookmark

Related Posts:

This entry was posted on Wednesday, November 4th, 2009 at 12:07 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);