checking updates completed
This commit is contained in:
parent
57cfe31ca5
commit
9b60339d3e
@ -668,7 +668,8 @@ export default function Section1() {
|
||||
<div className="space18" />
|
||||
<h4 className='custom-text aos-init aos-animate'>3.12 Removal and Re-Eligibility for Board Service</h4>
|
||||
<div className="space10" />
|
||||
<p>Any Director/member who is removed from the Board by resolution of the Board or the Members for cause, including but not limited to breach of fiduciary duty, conflict-of-interest violations, misconduct, or failure to comply with the Association's Constitution, By-laws, or Policies, shall be ineligible to serve as a Director, Officer, or committee chair of the Association for a period of six years from the effective date of removal.</p>
|
||||
<p>Any Director/member who is removed from the Board by resolution of the Board or the Members for cause, including but not limited to breach of fiduciary duty, conflict-of-interest violations, misconduct, or failure to comply with the Association's Constitution, By-laws, or Policies, shall be ineligible to serve as a Director, Officer, or committee chair of the Association for a period of six years from the effective date of removal and have the
|
||||
option to appeal, unless banned for life.</p>
|
||||
<div className="space10" />
|
||||
<p>During this period, the individual shall not be eligible for nomination, appointment, or election to any governance role of the Association. The disqualification period may not be waived, shortened, or overridden by the Board or Members.</p>
|
||||
</div>
|
||||
@ -1229,7 +1230,11 @@ export default function Section1() {
|
||||
<div className="space18" />
|
||||
<h4><strong>4.11.3 Record Keeping</strong></h4>
|
||||
<div className="space10" />
|
||||
<p>
|
||||
Minutes shall record the vendor selection process, including:
|
||||
</p>
|
||||
<ul className="list-unstyled ps-0">
|
||||
|
||||
<li className="d-flex align-items-start mb-2">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" style={{ width: '20px', height: '20px', marginTop: '3px' }} />
|
||||
Quotes received
|
||||
|
||||
@ -153,7 +153,7 @@ export default function UpcomingEventData() {
|
||||
<ul>
|
||||
<li>
|
||||
<span className='d-flex g-3 metered-data'>
|
||||
<img src="/assets/img/icons/clock1.svg" alt="" />{" "}
|
||||
<img src={event.time ? "/assets/img/icons/clock1.svg" : "/assets/img/icons/calender1.svg"} alt={event.time ? "clock" : "calendar"} />{" "}
|
||||
{event.time ? `${event.time} - ` : ""}
|
||||
{formatEventDate(event.date)}
|
||||
</span>
|
||||
@ -198,7 +198,7 @@ export default function UpcomingEventData() {
|
||||
<ul>
|
||||
<li>
|
||||
<span className='d-flex g-3 metered-data'>
|
||||
<img src="/assets/img/icons/clock1.svg" alt="" />{" "}
|
||||
<img src={event.time ? "/assets/img/icons/clock1.svg" : "/assets/img/icons/calender1.svg"} alt={event.time ? "clock" : "calendar"} />{" "}
|
||||
{event.time ? `${event.time} - ` : ""}
|
||||
{formatEventDate(event.date)}
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user