MakeMullah.Com

click play button on video to watch now

  • SPECIAL EVENTS
  • GRADUATIONS
  • COMMUNITY AFFAIRS 
  • RETIREMENT 

JOIN OUR MAILING LIST SUBSCRIBE FOR FUTURE EVENTS AND INFO AROUND YOUR AREA

AFTER WORK

5:30PM - 9:00PM

  • CONCERTS 
  • RECREATION
  • PROMS 
  • CONVENTIONS 

START THE NIGHT OFF

10:00PM - 1:00AM

BE APART OF THE ACTION

END THE NIGHT 

1:00AM - 3:30AM

SATURDAY

MONDAY

Leave It to the pro's !

THURSDAY

FRIDAY

TUESDAY

MUSIC VIDEO GALERY

  • GRAND OPENINGS 
  • ANNIVERSARY
  • FAMILY REUNIONS 
  • SWEET SIXTEENS 
  • BIRTHDAYS  
  • BAR & BAT MITZVAH  
  • BABY SHOWERS
  • HOLIDAY PARTIES 

WEDNESDAY

FAT JOE - Never Too Much Sunshine: VJ Make Edit

START THE NIGHT OFF

10:00PM - 1:00AM

Events can be very expensive and overwhelming to plan out.

Let us handle all your entertainment needs for your very

special day and cut the hassle out.

SUNDAY

UPCOMING & WEEKLY EVENTS

body { display: flex; align-items: center; justify-content: center; height: 100vh; background: #D9D7DD; } .clock { border-radius: 100%; background: #ffffff; font-family: "Montserrat"; border: 5px solid white; box-shadow: inset 2px 3px 8px 0 rgba(0, 0, 0, 0.1); } .wrap { overflow: hidden; position: relative; width: 350px; height: 350px; border-radius: 100%; } right: 0; border-radius: 4px; background: #FF4B3E; transform-origin: bottom center; transform: rotate(180deg); z-index: 1; } .dot { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 12px; height: 12px; border-radius: 100px; background: white; border: 2px solid #1b1b1b; border-radius: 100px; margin: auto; z-index: 1; } var inc = 1000; clock(); function clock() { const date = new Date(); const hours = ((date.getHours() + 11) % 12 + 1); const minutes = date.getMinutes(); const seconds = date.getSeconds(); const hour = hours * 30; const minute = minutes * 6; const second = seconds * 6;