UNT Fashion Show To Raise Money, Promote Adoptions for Denton Animal Care Center (2024)

Fashion

Events

University of North Texas fashion design students will take the runway with some of the most fashionable and adoptable pups at The Best in (Fashion) Show fundraiser Saturday. Dogs from Denton’s Linda McNatt Animal Care and Adoption Center and one leash-trained cat will be available for adoption at this first-ever...

By Raegan Scharfetter

May 18, 2018

UNT Fashion Show To Raise Money, Promote Adoptions for Denton Animal Care Center (1)

Fashion design graduate R’Bonney Gabriel is featured in the show.courtesy University of North Texas

We have a favor to ask

We're in the midst of our summer membership campaign, and we have until August 25 to raise $5,500. Your contributions are an investment in our election coverage – they help sustain our newsroom, help us plan, and could lead to an increase in freelance writers or photographers. If you value our work, please make a contribution today to help us reach our goal.

Contribute Now

Progress to goal

$5,500

$2,200

UNT Fashion Show To Raise Money, Promote Adoptions for Denton Animal Care Center (2)

Audio By Carbonatix

`,`

Related

  • Hot Girl Summer Is Never Over: the Top Models From Dallas-Fort Worth

`,`

Related

  • How Goths Deal With the Actual and Political Climate in Texas

`,`

Related

  • Grapevine's Meow Wolf Celebrates First Anniversary With Trash on the Runway

`,`

Related

  • Mallo the Great Sells Amerikon Clothing From a Shopping Cart on the Streets of Deep Ellum

`,`

Related

  • TikTok's 'Color Analysis Queen' Helps Dallas Women Find Their Personal Palettes

`,`

Related

  • Top 5 Met Gala Looks From North Texas Artists

`,`

Related

  • Japanese Fast Fashion Brand UNIQLO Moves Into DFW

`,`

Related

  • Paging Hypebeasts and Dandies! Martini Man Consignment Has Your Big Boy Clothes.

`,`

Related

  • Chris Lewellyn Won’t Give Up on Deep Ellum. His Latest Venture Proves It.

` ];

University of North Texas fashion design students will take the runway with some of the most fashionable and adoptable pups at The Best in (Fashion) Show fundraiser Saturday.

Dogs from Denton’s Linda McNatt Animal Care and Adoption Center and one leash-trained cat will be available for adoption at this first-ever fashion show.

While adoption is a goal, the bigger goal for the event is to raise $1,000 in ticket sales and donations for the center's emergency medical fund, which could cover the costs of up to five animals in need of immediate or special care. Medical bills for animals can be expensive, and when a stray’s medical needs are dire, animal services officer Nicole Lopez says there is no time to wait to find the money to treat them.

“The shelter recently took in a cat that had been struck by a vehicle,” Lopez says. “He had severely broken his back left leg, broken his tail and received severe lacerations and abrasions all over his body from the impact. We were able to use the emergency medical care fund to send him to an emergency veterinarian ER to be examined and have surgery to amputate his broken leg and received care for his lacerations and abrasions. We then were able to place him in a foster home until he could heal enough for his final surgery to amputate his tail, which was still damaged, and we were able to pay for all of this with the fund. And his foster home ended up adopting him.”

Fashion design student Amber Houston, who is featured in the show, says the event is a way to use art to positively impact the lives of animals.

“This is such a great way to promote adoption and make sure these animals find forever homes,” Houston says. “Animals don't have a voice of their own, and it's our job to speak out. Art is such an intense part of our social structure and can help do so many things within our community.”

Fashion design graduate R’Bonney Gabriel, who is also featured in the show, says she is excited to support the Denton community.

“As a fashion designer, this is a way for me to use my passion to help others." – R’Bonney Gabriel tweet this

“As a fashion designer, this is a way for me to use my passion to help others,” Gabriel says.

The Linda McNatt Center has raised more than $500, and 100 percent of ticket sales will go toward its emergency medical fund. Lopez says the center is grateful.

“We chose the fashion design program at UNT due to the great attitude of UNT faculty and students,” she says. “We would love to work with the program again and make this an annual event for the community and students.”

Tickets are $8.

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['10705807'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['10705807'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['10705807'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

UNT Fashion Show To Raise Money, Promote Adoptions for Denton Animal Care Center (2024)
Top Articles
Hyena Laugh Gif
Craigslist Montrose Co
Pollen Count Centreville Va
Celebrity Extra
Brendon Tyler Wharton Height
Retro Ride Teardrop
CKS is only available in the UK | NICE
The Blind Showtimes Near Showcase Cinemas Springdale
Weekly Math Review Q4 3
Tcu Jaggaer
Erin Kate Dolan Twitter
Explore Top Free Tattoo Fonts: Style Your Ink Perfectly! 🖌️
Guidewheel lands $9M Series A-1 for SaaS that boosts manufacturing and trims carbon emissions | TechCrunch
Houses and Apartments For Rent in Maastricht
Paradise leaked: An analysis of offshore data leaks
Espn Horse Racing Results
Nail Salon Goodman Plaza
Pekin Soccer Tournament
Charter Spectrum Store
Allentown Craigslist Heavy Equipment
Epguides Strange New Worlds
Shopmonsterus Reviews
Iu Spring Break 2024
Veracross Login Bishop Lynch
Stoney's Pizza & Gaming Parlor Danville Menu
SuperPay.Me Review 2023 | Legitimate and user-friendly
Marquette Gas Prices
140000 Kilometers To Miles
LEGO Star Wars: Rebuild the Galaxy Review - Latest Animated Special Brings Loads of Fun With An Emotional Twist
Omnistorm Necro Diablo 4
Kgirls Seattle
D3 Boards
Studentvue Columbia Heights
Regis Sectional Havertys
Today's Gas Price At Buc-Ee's
Hingham Police Scanner Wicked Local
Uc Santa Cruz Events
Ise-Vm-K9 Eol
Mixer grinder buying guide: Everything you need to know before choosing between a traditional and bullet mixer grinder
Saybyebugs At Walmart
Armageddon Time Showtimes Near Cmx Daytona 12
Kutty Movie Net
Parent Portal Pat Med
30 Years Of Adonis Eng Sub
Enr 2100
Best Haircut Shop Near Me
Diario Las Americas Rentas Hialeah
Naomi Soraya Zelda
Definition of WMT
28 Mm Zwart Spaanplaat Gemelamineerd (U999 ST9 Matte | RAL9005) Op Maat | Zagen Op Mm + ABS Kantenband
Taterz Salad
Latest Posts
Article information

Author: Laurine Ryan

Last Updated:

Views: 6323

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Laurine Ryan

Birthday: 1994-12-23

Address: Suite 751 871 Lissette Throughway, West Kittie, NH 41603

Phone: +2366831109631

Job: Sales Producer

Hobby: Creative writing, Motor sports, Do it yourself, Skateboarding, Coffee roasting, Calligraphy, Stand-up comedy

Introduction: My name is Laurine Ryan, I am a adorable, fair, graceful, spotless, gorgeous, homely, cooperative person who loves writing and wants to share my knowledge and understanding with you.