Abbot Placid Founders Day Message

A Founders’ Day Message from Abbot Placid Solari, O.S.B.

Join us and become a Founder of the Future of Belmont Abbey

0
Goal: 75,000

 Will you step up and help ensure the already excellent Abbey education continues and transforms to meet the growing needs of our students, staff, and faithful community?

This is your chance to lead as the first Belmont Abbey Founders did, support the programs and professors that gave so much to you, and create your legacy today.  

And, as a special thank you during the Founders’ Day Challenge, each donation of $5 or more will get a special Belmont Abbey Gift! 

Make History Today! Select a fundraiser below to make your gift through our secure portal.

Thank you for your donation, your thank you gift selections have been received.

var getQueryParam = function(name) { var match = window.location.search.match('[?&]' + name + '=([^&]*)'); return match ? match[1] : undefined; } jQuery(function($){ var page_id = '42'; window.localStorage.setItem('founders-page',page_id); $.when( $.getScript( "//cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js" ), $.getScript( "//cdnjs.cloudflare.com/ajax/libs/jquery-countto/1.2.0/jquery.countTo.min.js" ), $.Deferred(function( deferred ){ $( deferred.resolve ); }) ).done(function(){ var fnSuccess = function (data) { //console.log('hits', data); var goal = parseInt($('.thermometer .counter').text().replace(',','')); var stripe_amt = parseInt($('.thermometer .current_amount').text()); stripe_amt = stripe_amt + data.total.revenue; $('.thermometer .counter').text('$'+goal.toLocaleString('en')); $(".current_amount").text('$'+stripe_amt.toLocaleString('en')+ ' Raised'); var percentToGoal = Math.min((stripe_amt *1.0) / goal * 100, 100) + '%'; $(".thermometer").waypoint({ handler: function(direction) { $(".filled_thermometer").animate({width: percentToGoal}, 1400); $(".bubble").show().animate({left: percentToGoal}, 1400); $(".current_amount").countTo({ from: 0, to: (stripe_amt), speed: 1400, refreshInterval: 5, prefix: "$", formatter: function(value, options) { value = Math.round(value); return '$'+value.toLocaleString('en') + ' Raised'; } }); $(".current_amount").text(stripe_amt); this.destroy(); }, offset: "bottom-in-view" }); function getName(id) { if (id == 41) { return 'Student Life'; } else if (id == 42) { return 'Library'; } else if (id == 43) { return 'Honors College'; } else if (id == 44) { return 'Academic Resources'; } else if (id == 45) { return 'Theology & Philosophy'; } else if (id == 46) { return 'Education'; } else if (id == 47) { return 'Business'; } else if (id == 48) { return 'Mathematics & Natural Sciences'; } else if (id == 49) { return 'Social Sciences'; } else if (id == 50) { return 'Fine Arts & Theater'; } else if (id == 51) { return 'Humanities'; } else if (id == 52) { return 'Motor Sports Management'; } } var top5 = []; for (const item in data.pages) { top5.push({ id: item, name: getName(item),amount: data.pages[item].revenue}); } top5.sort((a, b) => (a.amount < b.amount) ? 1 : -1); top5.slice(0,5).forEach(function(item) { $('.recent_donations_list').append('
'+item.name+'
$' + item.amount.toLocaleString('en') +'
'); }); }; var fnError = function (e) { }; $.ajax({ type: 'GET', url: 'https://pxl.nextafter.org/get_bac_founders_day.php?id=50&range=all', contentType: "application/json", dataType: 'jsonp', crossDomain: true, success: fnSuccess, error: fnError, jsonpCallback: 'nextafterPixel' }); }); if (getQueryParam('status') === 'complete' ) { $('.na-sticky-bar').show(); } }); figure.wp-block-image.size-large { margin-top: 0 !important; margin-bottom: 0px !important; } .entry-content .wp-block-columns h5 { margin-top: 10px; } .wp-block-button, .wp-block-button .wp-block-button__link { width: 100%; } .thermometer { height : 40px; position : relative; background-color : #e9ecef; /* border: 1px solid #125775; */ margin-bottom : 50px; width: 100%; border-radius: 3px; } .filled_thermometer { position : absolute; top : 0px; left : 0px; width : 0%; height : 100%; background: radial-gradient(#ba0c2f, #000000); z-index : 1; } .bubble { position : absolute; z-index : 50; left : 0px; margin-left : -59px; width : 118px; height : 48px; top : 36px; text-align : center; padding-top : 8px; display : none; } .current_amount { font-size : 18px; line-height : 32px; height : 35px; z-index : 45; color: #000; border : 1px solid #B6B8BA; border-radius: 3px; padding : 0px; /*border-radius: 5px;*/ box-shadow : rgba(0, 0, 0, 0.5) 1px 1px 2px; } .current_amount::before { content : ""; position : absolute; border-top : 0px solid white; border-bottom : 6px solid #B6B8BA; border-left : 5px solid transparent; border-right : 5px solid transparent; width : 0px; height : 0px; top : 3px; right : 0px; left : 0px; margin : 0px auto; } .current_amount::after { content : ""; position : absolute; border-top : 0px solid white; border-bottom : 5px solid rgb(255, 255, 255); border-left : 5px solid transparent; border-right : 5px solid transparent; width : 0px; height : 0px; top : 5px; right : 0px; left : 0px; margin : 0px auto; } .thermometer > .goal { float : right; padding-right : 10px; color : white; position : relative; z-index : 100; font-weight : bold; line-height : 40px; margin-top : 0px; margin-bottom : 0px; text-shadow : rgba(0, 0, 0, 0.5) 0px 1px 1px; font-size : 1.3em !important; } #site-content .entry-content .recent_donations h4 { margin-top: 0; } .recent_donations_list > div { font-size: 16px; position: relative; line-height: 20px; margin-bottom: 20px; display: flex; justify-content: space-between; font-weight: 600; align-items: center; } .recent_donations_list .amount { font-family: Helvetica, Arial, sans-serif; font-weight: 600; font-size: 18px; color: #57bfa0; background: #ddf3ec; border-radius: 3px; margin-left: 20px; padding: 5px; } .na-sticky-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 999999; background-color: #e22658; box-shadow: 0 0 10px #000; padding: 10px 0; color: #fff; font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: medium; font-weight: bold; display: none; /*border-bottom: 5px solid #ee223f;*/ } .na-sticky-bar.sticky { position: fixed; } /*.na-sticky-bar.sticky ~ .clip { padding-top: 80px; }*/ .sticky-bar { /*margin-top: 100px;*/ } .sticky-bar.mobile { transform: none; } .na-sticky-bar .sticky-content { padding: 0px 50px 0 50px; position: relative; min-height: 35px; max-width: 1170px; margin: 0 auto; box-sizing: border-box; text-align: center; } .na-sticky-bar p { margin-top: 0; margin-bottom: 0; line-height: 35px; display: inline-block; } .na-sticky-bar p strong { color: #00b4f0; font-weight: bold; font-family: 'Oswald', Helvetica, Arial, sans-serif; } .na-sticky-bar .sticky-cta { display: inline-block; /*height: 80px;*/ /*position: absolute;*/ /*right: 50px; top: 0;*/ width: 200px; margin-left: 20px; } .na-sticky-bar .sticky-cta a { background-color: #ee223f; color: #fff; margin: 10px 0; display: inline-block; width: 100%; position: relative; height: 35px; border-radius: 5px; line-height: 35px; text-align: center; text-transform: uppercase; } .na-sticky-bar .sticky-cta a.all_gone { padding-left: 0; padding-top: 0; text-align: center; line-height: 56px; } .na-sticky-bar .sticky-cta a.all_gone span { display: none; } .na-sticky-bar .sticky-cta a:hover { background-color: #333; color: #fff; } .na-sticky-bar .sticky-cta a span { font-size: 40px; position: absolute; left: 4px; top: 0; line-height: 56px; letter-spacing: -2px; } .na-sticky-bar .close { visibility: visible; background-color: hsla(0, 0%, 100%, .6); border: 0; border-radius: 50%; color: #525151; cursor: pointer; font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; height: 20px; line-height: 1; outline: none; padding: 0; position: absolute; text-align: center; transition: transform .2s ease-in-out, background-color .2s ease-in-out; width: 20px; z-index: 1; bottom: 0; margin: auto 0; top: 0; right: 20px; } .na-sticky-bar .close:before { content: ""; height: 40px; position: absolute; right: -10px; top: -10px; width: 40px; } .na-sticky-bar .close:hover { background-color: #fff; transform: scale(1.2); text-decoration: none; } @media (max-width: 768px) { .na-sticky-bar .close { bottom: auto; top: 10px; right: 10px; } .na-sticky-bar { min-height: auto; } .na-sticky-bar .sticky-content { width: auto; padding-right: 10px; padding-left: 10px; } .na-sticky-bar .sticky-content p { padding-right: 20px; } .na-sticky-bar .sticky-cta { position: relative; width: 100%; right: 0; margin-left: 0; } .na-sticky-bar .sticky-cta a { padding-top: 0; } }

Academic Resources

Helping all students achieve success is at the core of the mission of the Office of Academic Assistance…your donation will help increase our offerings at the Academic Resource Center (ARC).

Business

Business at the Abbey is about merited financial success and much more. Your donation will help to continue furthering our mission of developing honest and virtuous students.

Education

This Founders’ Day you can help Belmont Abbey establish a Teacher Education Resource Center where students can meet, work on projects, prepare materials, and study for licensure exams.

Fine Arts & Theater

This Founders’ Day, help ensure that the Fine Arts programs continue to offer best-in-class opportunities for our students and remain free or affordable to the public.

Honors College

This Founders’ Day, we are fundraising to enhance our students’ experience of the Great Books and culture through guest lectures, conferences and cultural experiences.

Humanities

This Founders’ Day we are fundraising to create more professional networking opportunities for students and expand learning opportunities through travel, tools and speakers.

Library

This Founders’ Day,  the library is fundraising to acquire display-sized editions of major works such as the Book of Kells and the Lindesfarne Gospels to share Christians in 800 BC depicted the four gospels and preserved our Christian heritage.

Mathematics & Natural Sciences

This Founders’ Day we are fundraising to replace equipment and provide specimen materials for students who will be our next generation of doctors, nurses, chemists, biologists, and physicists.

Motor Sports Management

This Founders’ Day, we are fundraising to significantly expand our footprint in the racing industry. With your support, we will train the next leaders of the motorsports industry!

Social Sciences

This Founders’ Day we are fundraising to offer real world experience through competitions, trips and internships to future law professionals and psychologists.

Student Life

This Founders’ Day, Student Life is fundraising to enhance the spiritual and social opportunities on campus by improving outdoor spaces and the pews in St. Joseph’s Chapel.

Theology & Philosophy

This Founders’ Day we are fundraising to provide resources for student trips, the creation of student clubs and to expand the resources available.

If you need assistance making your donation, please email collegerelations@bac.edu or call 704.461.6815