CINXE.COM
IM Freedom
<!DOCTYPE html> <html> <meta charset="utf-8" /> <title>IM Freedom</title> <meta name="generator" content="Hugo 0.54.0" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.css" integrity="sha256-aan9tQnm7lVach/6JxYyrQRlheajRD+UBDwwWo3tAHQ=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous" /> <style> li.menu-item { font-weight: bold; font-size: large; } .donate { background-color: #009cde; border: 0; outline: none; color: white; } section.hero-gradient { background: rgb(89, 47, 99); background: linear-gradient(357deg, rgba(89, 47, 99, 1) 0%, rgba(226, 102, 156, 1) 100%); } </style> <style> .tabs a { border: none; } </style> <body> <div id="app"> <section class="hero is-primary hero-gradient"> <div class="hero-body"> <div class="container has-text-centered"> <h1 class="title">Instant Messaging Freedom, Inc.</h1> </div> </div> <div class="hero-foot"> <nav class="tabs"> <div class="container"> <section id="shortcuts"> <ul> <li class="menu-item"> <a href="/">About</a> </li> <li class="menu-item"> <a href="/bylaws">Bylaws</a> </li> <li class="menu-item"> <a href="/voting">Voting Procedure</a> </li> <li class="menu-item"> <a href="https://kb.imfreedom.org">Knowledge Base <i class="fas fa-external-link-alt fa-sm"></i></a> </li> <li class="menu-item"> <a href="/contact">Contact</a> </li> <li class="menu-item"> <a href="/donate"><span class="button donate is-info">Donate</span></a> </li> </ul> </section> </div> </nav> </div> </section> <section> <div class="content"> <div class="container"> <section class="section"> <h2 id="voting-procedure">Voting Procedure</h2> <ul> <li>Votes may be held either at a board meeting or by email.</li> <li>In either case, the proposal will be considered approved or rejected immediately upon receiving a majority of votes in favor or opposed, respectively.</li> <li>For votes held at a board meeting, the text of the proposal must be present in the meeting agenda at least 3 days (72 hours) before the meeting begins.</li> <li>For votes held over email, the text of the proposal must be sent to the board@imfreedom.org mailing list at least 3 days (72 hours) before voting begins.</li> <li>For votes held at a board meeting, the voting period is opened and closed by the chairperson.</li> <li>For votes held over email, if an opening time was specified in the proposal then this time is used so long as the time is greater than 3 days (72 hours) after the proposal was sent. Otherwise the voting period opens 3 days (72 hours) after the proposal was sent. The voting period closes 7 days (168 hours) after it opens.</li> </ul> <p>This voting procedure shall be used when dealing with the expenditure of more than a total of 100 USD (either as a one-time cost, or the sum of recurring expenditures). This voting process may also be used at other times, as deemed necessary.</p> </section> </div> </div> </section> <footer class="footer is-small"> <div class="container"> <div class="content has-text-centered"> <p> <strong>Instant Messaging Freedom, Inc.</strong> </p> <p> Design by <a href="https://twitter.com/d_k_reilly" target="_blank">Daniel Reilly</a>. </p> </div> </div> </footer> </div> </body> </html>