PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

admin
assets
db
help
includes
members
pdf
src
voting
about-us.php
wget 'https://lists2.roe3.org/tg-hof/about-us.php'
View Content
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About Us | Tech-Geeks Hall of Famev</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
</head>

<body>

    <?php include('includes/header.php'); ?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">About Us</h1>
                                <p class="text-white"><a href="/tg-hof/">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="about-us.php">About Us</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-2 py-md-4 mb-5">
        <div class="container">
            <div class="row gy-3 gy-md-4 gy-lg-0 align-items-lg-center">
                <div class="col-12 col-lg-6 col-xl-5">
                    <img class="img-fluid rounded hidden" loading="lazy" src="assets/img/about-img.webp" alt="About">
                </div>
                <div class="col-12 col-lg-6 col-xl-7">
                    <div class="row justify-content-xl-center">
                        <div class="col-12 col-xl-11">
                            <h2 class="mb-3 aluh1 hidden">Who Are We?</h2>
                            <p class="lead fs-4 text-secondary mb-3 hidden">The Tech-Geeks Hall of Fame</p>
                            <p class="mb-4 hidden">
Long overdue, the Tech-Geeks Hall of Fame was created to honor, recognize and 
showcase the members whose contributions through the years helped 
guide and enlighten hundreds of educational technology professionals not only 
in Illinois, but in neighboring states, as well.<br><br>
Hall of Fame members are nominated by their peers based on the merits of their 
work in schools across the state or states in which they work, the length of 
membership in Tech-Geeks, and the merit of their service to the Tech-Geek 
community.<br><br>
Nominations are reviewed by an Executive Committee and are then voted upon by 
the at-large Tech-Geeks membership.
   
                            </p>
                            <div class="row text-center">
                                <div class="col-6 col-lg-2 col-xl-5 hidden">
                                    <div class="card h-100 border-1">
                                        <div class="card-body p-4">
                                            <a class="text-decoration-none link-dark stretched-link" href="executive-committee.php">
                                                <div class="h6 card-title mb-0"><i class="bi bi-people" style="font-size: 20px;"></i> &nbsp; Executive Committee</div>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-6 col-lg-2 col-xl-4 hidden">
                                    <div class="card h-100 border-1">
                                        <div class="card-body p-4">
                                            <a class="text-decoration-none link-dark stretched-link" href="benefits.php">
                                                <div class="h6 card-title mb-0"><i class="bi bi-info-lg" style="font-size: 20px;"></i> &nbsp; Benefits</div>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section>
        <div class="member-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h3 style="color: #ffffff;font-size: 26px; font-weight: 500;">Know Someone Who Belongs In the Hall of Fame?</h3>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-lg-8 col-md-8 col-12" style="margin: auto;">
                        <div class="text-center">
                            <a href="nominate.php" class="hidden"><button type="button" class="btn calltoactionbtn mt-2"><i aria-hidden="true" class="far fa-handshake"></i> &nbsp; Nominate a Member</button></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <?php include('includes/footer.php'); ?>
    
</body>

</html>
benefits.php
wget 'https://lists2.roe3.org/tg-hof/benefits.php'
View Content
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Benefits of Tech-Geeks | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
</head>

<body>

    <?php include('includes/header.php'); ?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">Benefits of Tech-Geeks</h1>
                                <p class="text-white"><a href="/tg-hof">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="nominate.php">Nominate Someone</a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="benefits.php">Benefits of Tech-Geeks</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-4 py-xl-8 pb-6 mb-4">
        <div class="container">
            <div class="row justify-content-md-center hidden">
                <div class="col-md-9 mb-4">
                    <h2 class="mb-3 display-5 mb-xl-9 aluh1 hidden">Why become an Tech-Geeks Member?</h2>
                    <p class="lead fs-4 text-secondary hidden">Key Benefits</p>
                    <ul>
                        <li>Participate in a professional tech-oriented network.</li>
                        <li>Access to job vacancies.</li>
                        <li>Opportunities to take part in projects.</li>
                        <li>Skills development through association with colleagues.</li>
                        <li>Access to a wider range of expertise.</li>
                        <li>Keep up with current industry knowledge and news.</li>
                        <li>Connect with universities and academia around the world.</li>
                        <li>Connect with a community of like-minded individuals.</li>
                        <li>Eligible to participate in professional development events.</li>
                        <li>Keep in touch with your colleagues.</li>
                    </ul>
                </div>
                <div class="col-md-3">
                    <div class="hidden">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="executive-committee.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-people" style="font-size: 20px;"></i> &nbsp; Executive Committee</div>
                                </a>
                            </div>
                        </div>
                    </div>
                    <div class="hidden mt-3">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="benefits.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-info-lg" style="font-size: 20px;"></i> &nbsp; Benefits of Tech-Geeks</div>
                                </a>
                            </div>
                        </div>
                    </div>
<!--
                    <div class="hidden mt-3">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="#!">
                                    <div class="h6 card-title mb-0"><i class="bi bi-download" style="font-size: 20px;"></i> &nbsp; Membership Application</div> </a>
                            </div>
                        </div>
                    </div>
-->
                    <div class="hidden mt-3">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="nomination-form.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-link-45deg" style="font-size: 20px;"></i> &nbsp; Nomination Form</div>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        </div>
    </section>

    <?php include('includes/footer.php'); ?>

</body>

</html>
config.php
wget 'https://lists2.roe3.org/tg-hof/config.php'
View Content
<?php
$server = "localhost";
$username = "mdrone";
$password = "einstein";
$database = "aasict_db";

$conn = mysqli_connect($server, $username, $password, $database);

if (!$conn) {
    die("<script>alert('Connection failed: " . mysqli_connect_error() . "');</script>");
}

// Set session-level group_concat_max_len
mysqli_query($conn, "SET SESSION group_concat_max_len = 2000000");

//echo "<script>alert('Connection successful.');</script>";
?>
contact-us.php
wget 'https://lists2.roe3.org/tg-hof/contact-us.php'
View Content
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Contact Us | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
</head>

<body>

    <?php include('includes/header.php'); ?>

<?php

if (isset($_REQUEST['name'])) {
    $name = isset($_POST['name']) ? $_POST['name'] : '';
    $email = isset($_POST['email']) ? $_POST['email'] : '';
    $subject = isset($_POST['subject']) ? $_POST['subject'] : '';
    $message = isset($_POST['message']) ? $_POST['message'] : '';

$name = filter_var($name, FILTER_SANITIZE_STRING);
$email = filter_var($email, FILTER_SANITIZE_STRING);
$subject = filter_var($subject, FILTER_SANITIZE_STRING);
$message = filter_var($message, FILTER_SANITIZE_STRING);

	$toEmail = "mdrone@gmail.com";
	$mailHeaders = "From: admin@lists2.roe3.org\r\n";
//	$mailHeaders .= "Cc: juliewollerman@roe3.org\r\n";
//	$mailHeaders .= "Bcc: mdrone@gmail.com\r\n";

$mailHeaders .= "Content-Type: text/html; charset=UTF-8\r\n";


$mailBody = "<table align='left' border='1' cellpadding='5' cellspacing='0' style='width: 500px'>\n";
$mailBody .= "<thead><tr>\n";
$mailBody .= "<th colspan='2' scope='col' style='text-align: left;'>Tech-Geeks Hall of Fame Contact Us Form</th>\n";
$mailBody .= "</tr></thead><tbody>\n";
$mailBody .= "<tr><td colspan='2' scope='col' style='text-align:left;'>";
$mailBody .= "<i>Based on the IP Address of the device, the respondent is located near ".$geoplugin->city.", ".$geoplugin->regionCode;
$mailBody .= "</i></td></tr>\n";
$mailBody .= "<tr><td><b>Name:</b></td><td>".$name."</td></tr>\n";
$mailBody .= "<tr><td><b>Email Address:</b></td><td>".$email."</td></tr>\n";
$mailBody .= "<tr><td><b>Subject:</b></td><td>".$subject."</td></tr>\n";
$mailBody .= "<tr><td><b>Message:</b></td><td>".nl2br($message)."</td></tr><tr>\n";
$mailBody .= "<tr><td colspan='2' scope='col' style='text-align:center;'>&nbsp;</td></tr>\n";
$mailBody .= "<tr><td colspan='2' scope='col' style='text-align:center;'>";
$mailBody .= "</td></tr>\n";
$mailBody .= "</tbody></table>\n";


//Send email
if(mail($toEmail, "TG Hall of Fame Contact Mail", $mailBody, $mailHeaders)) {
//Email response
echo "<style>.response{max-width:900px;display:flex; margin: 0 auto; height:40vh;font-family:cursive,sans-serif;background-color:#fff;color:#111;padding:10px;border-radius:4px;box-shadow:2px 2px 20px 23px #111111;}</style>";
  echo "<div class='response'><fieldset><legend>SUCCESS!</legend><h2>Hi ". $name . ", thank you for submitting your request or comments. We will get back to you as soon as possible.</h2><a href='https://lists2.roe3.org/tg-hof/downloads.php'>Check Out The Hall of Fame Document Library</a><hr><a href='/tg-hof/'>Return to the Tech-Geeks Hall of Fame</a></fieldset></div>";
  die(); 
  } else {
  echo "<h2>Unable to send email, please contact mdrone@gmail.com</h2>";
  die();
  }

} else { 

?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">Contact Us</h1>
                                <p class="text-white"><a href="/tg-hof/">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="contact-us.php">Contact Us</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-3 py-md-4 mb-5">
        <div class="container">
            <div class="row gy-3 gy-md-4 gy-lg-0 align-items-md-center">
                <div class="col-12 col-lg-6">
                    <div class="row justify-content-xl-center">
                        <div class="col-12 col-xl-11">
                            <h2 class="mb-3 display-5 mb-xl-9 aluh1 hidden">Get in touch</h2>
                            <p class="lead fs-4 text-secondary mb-5 hidden">Your ideas and suggestions are welcome. Please use this section to contact us about this site and/or Tech-Geeks in general.</p>
<!--
                            <div class="row mb-5">
                                <div class="col-12 col-sm-6 hidden">
                                    <div class="d-flex mb-0">
                                        <div class="me-4 text-primary">
                                            <i class="bi bi-envelope-at" style="color:var(--accent-color);font-size: 32px;"></i>
                                        </div>
                                        <div>
                                            <h4 class="mb-3">E-Mail</h4>
                                            <p class="mb-0">
                                                <a class="link-secondary text-decoration-none" href="mailto:admin@lists2.roe3.org">admin@lists2.roe3.org</a>
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
--> 
                       </div>
                    </div>
                </div>
                <div class="col-12 col-lg-6">
                    <div class="bg-white border shadow-sm overflow-hidden hidden" style="border-radius: 20px;">
                        <form action="contact-us.php" method="post">
                            <div class="row gy-4 gy-xl-5 p-4 p-xl-5">
                                <div class="col-12">
                                    <label for="fullname" id="fullname-info" class="form-label">Your Name <span class="text-danger">*</span></label>
                                    <input type="text" class="form-control" id="fullname" name="name" value="" required style="border-radius: 20px;">
                                </div>
                                <div class="col-12 >
                                    <label for="email" id="email-info" class="form-label">Email <span class="text-danger">*</span></label>
                                    <div class="input-group">
                                        <span class="input-group-text" style="border-radius: 20px 0px 0px 20px;">
                                            <i class="bi bi-envelope"></i>
                                        </span>
                                        <input type="email" class="form-control" id="email" name="email" value="" required style="border-radius: 0px 20px 20px 0px;">
                                    </div>
                                </div>
                                <div class="col-12">
                                    <label for="subject" id="subject-info" class="form-label">Subject <span class="text-danger">*</span></label>
                                    <input type="text" class="form-control" id="subject" name="subject" value="" required style="border-radius: 20px;">
                                </div>
                                <div class="col-12">
                                    <label for="message" id="message-info" class="form-label">Message <span class="text-danger">*</span></label>
                                    <textarea class="form-control" id="message" name="message" rows="3" required style="border-radius: 20px;"></textarea>
                                </div>
                                <div class="col-12">
                                    <div class="d-grid">
                                        <button class="btn calltoactionbtn btn-lg" type="submit" style="width: auto; height: auto;">Send Message</button>
                                    </div>
                                </div>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>

<?php } ?>
    <?php include('includes/footer.php'); ?>
    
</body>

</html>
downloads.php
wget 'https://lists2.roe3.org/tg-hof/downloads.php'
View Content
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Downloads | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
</head>

<body>

    <?php include('includes/header.php'); ?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">Downloads</h1>
                                <p class="text-white"><a href="/tg-hof/">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="downloads.php">Downloads</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="container">
        <div class="row mb-5 pb-2 mt-4 text-center">
            <div class="col-md-3 mb-3 hidden">
                <div class="card h-100 border-1">
                    <div class="card-body p-4">
	                        <i class="bi bi-filetype-pdf" style="font-size: 70px;"></i>
                        <p class="card-text card-text-1 mt-2" style="font-size: 19px;">Hall of Fame Criteria</p>
                        <a href="pdf/Tech-Geeks_Hall-of-Fame.pdf" target="_blank" class="hidden"><button type="button" class="btn calltoactionbtn w-50 mt-2">View</button></a>
                    </div>
                </div>
            </div>
            <div class="col-md-3 mb-3 hidden">
                <div class="card h-100 border-1">
                    <div class="card-body p-4">
                        <i class="bi bi-filetype-pdf" style="font-size: 70px;"></i>
                        <p class="card-text card-text-1 mt-2" style="font-size: 19px;">Philosophy Statement</p>
                        <a href="pdf/Tech-Geeks_Philosophy-Statement.pdf" target="_blank" class="hidden"><button type="button" class="btn calltoactionbtn w-50 mt-2">View</button></a>
                    </div>
                </div>
            </div>
            <div class="col-md-3 mb-3 hidden">
                <div class="card h-100 border-1">
                    <div class="card-body p-4">
                        <i class="bi bi-filetype-pdf" style="font-size: 70px;"></i>
                        <p class="card-text card-text-1 mt-2" style="font-size: 19px;">Executive Committee</p>
                        <a href="pdf/Tech-Geeks_Executive-Committee.pdf" target="_blank" class="hidden"><button type="button" class="btn calltoactionbtn w-50 mt-2">View</button></a>
                    </div>
                </div>
            </div>
<!--
            <div class="col-md-3 mb-3 hidden">
                <div class="card h-100 border-1">
                    <div class="card-body p-4">
                        <i class="bi bi-filetype-pdf" style="font-size: 70px;"></i>
                        <p class="card-text card-text-1 mt-2" style="font-size: 19px;">Document 4</p>
                        <a href="#!" class="hidden"><button type="button" class="btn calltoactionbtn w-50 mt-2">Download</button></a>
                    </div>
                </div>
            </div>
-->
        </div>
    </section>

    <?php include('includes/footer.php'); ?>
    
</body>

</html>
executive-committee.php
wget 'https://lists2.roe3.org/tg-hof/executive-committee.php'
View Content
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Executive Committee | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
<style>
.modal-content {
  color: #000; // Example: Black text
  
}
.modal-content a {
  color: blue;
}
.modal-content a:hover {
  color: red;
}
</style>
</head>

<body>

    <?php include('includes/header.php'); ?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">Executive Committee</h1>
                                <p class="text-white"><a href="/tg-hof/">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="executive-committee.php">Executive Committee</a>
                                </p>
<!-- Button trigger modal -->
  <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#myModal">
  ?
  </button>
</div>

<!-- The Modal -->
<div class="modal" id="myModal">
  <div class="modal-dialog modal-dialog-centered">
    <div class="modal-content">

      <!-- Modal Header -->
      <div class="modal-header">
        <h4 class="modal-title">Want To Serve On The Executive Committee?</h4>
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
      </div>

      <!-- Modal body -->
      <div class="modal-body ">
	<p class="text-start">We're seeking volunteers to serve on the Executive Committee.</p>
	<p class="text-start">If you think this is something you'd like to do, read through the <a href="pdf/Tech-Geeks_Executive-Committee.pdf" target="_blank">Executive Committee</a> document (PDF) and if it appeals to you, contact MD (mdrone@gmail.com) to let him know.</p>
	<p class="text-start">The burden is light.</p>
      </div>

      <!-- Modal footer -->
      <div class="modal-footer">
        <button type="button" class="btn btn-danger" data-bs-dismiss="modal">X</button>
      </div>

    </div>
  </div>                               
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-3 py-md-5 py-xl-8 mb-3">
        <div class="container overflow-hidden text-center">
            <div class="row gy-4 gy-lg-0 gx-xxl-5">
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp">
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">MD</h4>
                                    <p class="text-secondary mb-0">Old Retired Geek</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp" >
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp">
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp">
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
            </div>

            <div class="row gy-4 gy-lg-0 gx-xxl-5 pt-4">
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp" >
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp">
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp">
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6 col-lg-3 pb-4 hidden">
                    <div class="card border-0 border-bottom border-primary shadow-sm overflow-hidden">
                        <div class="card-body p-0">
                            <figure class="m-0 p-0">
                                <img class="img-fluid" loading="lazy" src="assets/img/People.webp">
                                <figcaption class="m-0 p-4">
                                    <h4 class="mb-1" style="font-size: 18px;">Vacancy</h4>
                                    <p class="text-secondary mb-0">Member</p>
                                </figcaption>
                            </figure>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <?php include('includes/footer.php'); ?>

</body>

</html>
login.php
wget 'https://lists2.roe3.org/tg-hof/login.php'
View Content
<?php
include 'config.php';
session_start();

if(isset($_SESSION['usermail'])) {
    header("Location: admin/");
    exit();
}

?>

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex, nofollow" />
    <title>Log In | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
    <script src="assets/js/sweetalert.min.js"></script>

    <style>
        html,
        body {
            height: 100%;
            background-color: #ededed;
        }
    </style>
</head>

<body class="d-flex align-items-center py-4 bg-body-tertiary">

    <?php

    if (isset($_POST['user_login_submit'])) {
        $Email = $_POST['Email'];
        $Password = md5($_POST['Password']); 

        $stmt = $conn->prepare("SELECT * FROM user WHERE Email = ? AND Password = BINARY ?");
        $stmt->bind_param("ss", $Email, $Password);
        $stmt->execute();
        $result = $stmt->get_result();

        if ($result->num_rows > 0) {
            $_SESSION['usermail'] = $Email;
            $_SESSION['user_type'] = 'user';
            header("Location: admin/admin.php");
            exit();
        }

        $stmt = $conn->prepare("SELECT * FROM member WHERE Email = ? AND Password = BINARY ?");
        $stmt->bind_param("ss", $Email, $Password);
        $stmt->execute();
        $result = $stmt->get_result();

        if ($result->num_rows > 0) {
            $_SESSION['usermail'] = $Email;
            $_SESSION['user_type'] = 'member'; 
            header("Location: alumni/alumni.php");
            exit();
        }

        echo "<script>
             swal({
                title: 'Invalid email or password!',
                icon: 'error',
             });
          </script>";

        $stmt->close();
    }
    ?>

    <main class="form-signin m-auto">
        <form action="" method="POST">
            <img class="mb-4" src="assets/img/TG-HOF.webp"  width="290" height="auto">
            <div class="form-floating pb-2">
                <input type="text" class="form-control" id="floatingInput" name="Email" placeholder="name@example.com">
                <label for="floatingInput">Username</label>
            </div>
            <div class="form-floating pb-3">
                <input type="password" class="form-control" id="floatingPassword" name="Password" placeholder="Password">
                <label for="floatingPassword">Password</label>
            </div>

            <button class="btn btnlogin w-100 py-2" type="submit" name="user_login_submit">Log In</button>
            <hr class="mt-4 mb-4 border-secondary-subtle">
            <div class="d-flex gap-2 gap-md-4 flex-column flex-md-row justify-content-md-center mt-4 mb-2">
                <a href="/tg-hof/" class="text-decoration-none btnback">Back to TG HOF</a>
                <a href="nomination-form.php" class="text-decoration-none btnback">Nomination Form</a>
            </div>
        </form>
    </main>

</body>

</html>
logout.php
wget 'https://lists2.roe3.org/tg-hof/logout.php'
View Content
<?php
session_start();
session_destroy();

header("Location: login.php?")
?>
nominate.php
wget 'https://lists2.roe3.org/tg-hof/nominate.php'
View Content
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nominate Someone | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
</head>

<body>

    <?php include('includes/header.php'); ?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">Nominate Someone</h1>
                                <p class="text-white"><a href="/tg-hof">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="nominate.php">Nominate Someone</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-4 py-xl-8 pb-6 mb-5">
        <div class="container">
            <div class="row justify-content-md-center hidden">
                <div class="col-md-9 mb-4">
                    <h2 class="mb-3 display-5 mb-xl-9 aluh1 hidden">Eligibility Criteria</h2>
                    <p class="lead fs-4 text-secondary hidden">How Does A Tech-Geek Qualify For Hall of Fame Membership</p>
                    <ul>
                        <li>Service to the Tech-Geeks community</li>
			<li>Service to the educational and/or tech communities at the local, regional and/or state levels</li>
			<li>Exemplify the high standards of ethical conduct and moral character</li>
			<li>Nomination by one or more Tech-Geek member</li>
                    </ul>
                </div>
                <div class="col-md-3">
                    <div class="hidden">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="nomination-form.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-link-45deg" style="font-size: 20px;"></i> &nbsp; Nomination Form</div>
                                </a>
                            </div>
                        </div>
                    </div>
                    <div class="hidden mt-3">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="benefits.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-info-lg" style="font-size: 20px;"></i> &nbsp; Benefits of Tech-Geeks</div>
                                </a>
                            </div>
                        </div>
                    </div>
<!--
                    <div class="hidden mt-3">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="executive-committee.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-people" style="font-size: 20px;"></i> &nbsp; Executive Committee</div>
                                </a>
                            </div>
                        </div>
                    </div>
-->
                </div>
            </div>
        </div>
        </div>
    </section>

    <?php include('includes/footer.php'); ?>
    
</body>

</html>
nomination-form.php
wget 'https://lists2.roe3.org/tg-hof/nomination-form.php'
View Content
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);

include 'config.php';
session_start();
?>

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nomination Form | Tech-Geeks Hall of Fame</title>
    <link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
    <link rel="stylesheet" href="assets/css/all.min.css">
    <link rel="stylesheet" href="assets/css/style.css">
    <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!-- include summernote css/js -->
    <link href="https://cdn.jsdelivr.net/npm/summernote@0.9.0/dist/summernote-lite.min.css" rel="stylesheet">
    <script src="https://cdn.jsdelivr.net/npm/summernote@0.9.0/dist/summernote-lite.min.js"></script>

<style>
.modal-content {
  color: #000; // Example: Black text
}
.modal-content a {
  color: blue;
}
.modal-content a:hover {
  color: red;
}
</style>

</head>

<body>

<?php include('includes/header.php'); ?>

<?php

// if "email" variable is filled out, send email

if (isset($_POST['name'])) {
    $name = isset($_POST['name']) ? $_POST['name'] : '';
    $nominated_by = isset($_POST['nominated_by']) ? $_POST['nominated_by'] : '';
//    $vita = isset($_POST['vita']) ? $_POST['vita'] : '';
//    $location = isset($_POST['location']) ? $_POST['location'] : '';
    $contributions = isset($_POST['contributions']) ? $_POST['contributions'] : '';
    
$name = filter_var($name, FILTER_SANITIZE_STRING);
$nominated_by = filter_var($nominated_by, FILTER_SANITIZE_STRING);
//$vita = filter_var($vita, FILTER_SANITIZE_STRING);
//$location = filter_var($location, FILTER_SANITIZE_STRING);
$contributions = filter_var($contributions, FILTER_SANITIZE_STRING);

$toEmail = "mdrone@gmail.com";
$mailHeaders = "From: admin@lists2.roe3.org\r\n";
//$mailHeaders .= "Cc: bwilson@mvths.org\r\n";
//$mailHeaders .= "Bcc: mdrone@gmail.com\r\n";

$mailHeaders .= "Content-Type: text/html; charset=UTF-8\r\n";

$mailBody = "<table align='left' border='1' cellpadding='5' cellspacing='0' style='width: 500px'>\n";
$mailBody .= "<thead><tr>\n";
$mailBody .= "<th colspan='2' scope='col' style='text-align: left;'>New TG Hall of Fame Nomination</th>\n";
$mailBody .= "</tr></thead><tbody>\n";
$mailBody .= "<tr><td><b>Name:</b></td><td>".$name."</td></tr>\n";
$mailBody .= "<tr><td><b>Nominated By:</b></td><td>".$nominated_by."</td></tr>\n";
//$mailBody .= "<tr><td><b>Background/Work Experience:</b></td><td>".nl2br($vita)."</td></tr><tr>\n";
//$mailBody .= "<tr><td><b>Districts/Schools/Entities Served:</b></td><td>".nl2br($location)."</td></tr><tr>\n";
$mailBody .= "<td><b>Contributions To Tech-Geeks:</b></td><td>". nl2br($contributions)."</td></tr>\n";
$mailBody .= "<tr><td colspan='2' scope='col' style='text-align:center;'>";
$mailBody .= "View This Nomination <a href='https://lists2.roe3.org/tg-hof/admin'>Here</a>";
$mailBody .= "</td></tr>\n";
$mailBody .= "</tbody></table>\n";

//Send email
mail($toEmail, "New TG Hall of Fame Nomination Submitted", $mailBody, $mailHeaders);
}
?>

    <section class="py-5 py-xl-8">
        <div class="page-header-area">
            <div class="container">
                <div class="row text-center">
                    <div class="col-md-12">
                        <div class="section-title-wrapper text-white">
                            <div class="text-white hidden">
                                <h1 class="text-white mb-3 mt-4">Hall of Fame Nomination Form</h1>
                                <p class="text-white"><a href="/tg-hof">Home </a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="nominate.php">Nominate Someone</a> &nbsp; <i class="bi bi-arrow-right"></i> &nbsp; <span class="lnr lnr-arrow-right"></span>
                                    <a href="nomination-form.php">Nomination Form</a>
                                </p>
<!-- Button trigger modal -->
  <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#myModal">
  ?
  </button>
</div>

<!-- The Modal -->
<div class="modal" id="myModal">
  <div class="modal-dialog modal-dialog-centered">
    <div class="modal-content">

      <!-- Modal Header -->
      <div class="modal-header">
        <h4 class="modal-title">Help . . .</h4>
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
      </div>

      <!-- Modal body -->
      <div class="modal-body ">
	<p class="text-start">Try to provide as much information as you can about the nominee. Anecdotal narratives are very helpful as are storylines about how the nominee helped you or your school/district/entity.</p>
	<p class="text-start">Your nomination narrative will be viewable by other members of the Tech-Geeks community who are considering nominating someone.</p>
	<p class="text-start">There is no limit to the length of the narrative.</p>
	<p class="text-start">(Use this <a href="roughdraft.php" target="_blank">panel</a> to compose a rough draft)</p>
      </div>

      <!-- Modal footer -->
      <div class="modal-footer">
        <button type="button" class="btn btn-danger" data-bs-dismiss="modal">X</button>
      </div>

    </div>
  </div>


                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-4 py-xl-8 pb-6 mb-4">
        <div class="container">
            <div class="row justify-content-md-center hidden">
                <div class="col-md-9 mb-4">
                    <div class="bg-white border shadow-sm overflow-hidden hidden" style="border-radius: 20px;">
                        <form action="nomination-form.php" method="POST">
                            <div class="row gy-4 gy-xl-5 p-4 p-xl-5">
                                <div class="col-12 col-md-6">
                                    <label for="name" class="form-label">Nominee Name <span class="text-danger">*</span></label>
                                    <input type="text" class="form-control" id="name" name="name" value="" required style="border-radius: 20px;">
                                </div>
                                <div class="col-12 col-md-6">
                                    <label for="nominated_by" class="form-label">Nominated By<span class="text-danger">*</span></label>
                                    <div class="input-group">
                                        <input type="text" class="form-control" id="nominated_by" name="nominated_by" value=""  style="border-radius: 0px 20px 20px 0px;" required>
                                    </div>
				</div>
<!--
                                <div class="col-12">
                                    <label for="vita" class="form-label">Background/Work Experience <span class="text-danger">*</span></label>
                                    <textarea class="form-control" id="vita" name="vita" rows="6" required style="border-radius: 20px;"></textarea>
                                </div>
                                <div class="col-12">
                                    <label for="location" class="form-label">Districts/Schools/Entities Served <span class="text-danger">*</span></label>
                                    <textarea class="form-control" id="location" name="location" rows="6" required style="border-radius: 20px;"></textarea>
                                </div>
-->
                                <div class="col-12">
                                    <label for="contributions" class="form-label">Contributions to Tech-Geeks <span class="text-danger">*</span></label><br><i>(may also include background, work experience and districts/schools/entities served)</i><!--<span class="text-danger">*</span></label>-->
                                    <textarea class="form-control" id="contributions" name="contributions" rows="6" required style="border-radius: 20px;"></textarea>
                                </div>
                                <div class="col-12">
                                    <div class="d-grid">
                                        <button class="btn calltoactionbtn btn-lg" type="submit" name="member_nomination" style="width: auto; height: auto;">Submit Nomination</button>
                                    </div>
                                </div>
                            </div>
                        </form>
                        <?php
                        if (isset($_POST['member_nomination'])) {
                            $name = $_POST['name'];
			    $nominated_by = $_POST['nominated_by'];
                            $year = date('Y');
                            //$vita = $_POST['vita'];
                            //$location = $_POST['location'];
                            $contributions = $_POST['contributions'];

                            if ($name == "" || $nominated_by == "" || $contributions == "") {
                               /* echo "<script>swal({
                                    title: 'Fill the proper details',
                                    icon: 'error',
                                    });
                                </script>";
			      */
				echo "Please fill in the proper details";
                            } else {
                                //$sql = "INSERT INTO member (name,nominated_by,year_inducted,vita,contributions,location) VALUES ('$name','$nominated_by','$year','$vita','$contributions','$location')";
                                $sql = "INSERT INTO member (name,nominated_by,year_inducted,contributions) VALUES ('$name','$nominated_by','$year','$contributions')";
                                $result = mysqli_query($conn, $sql);

                                if ($result) {
				    echo "<script>swal({
                                        title: 'Nomination Successful',
                                        icon: 'success',
                                    });
                                    </script>";
                                    echo "<meta http-equiv='refresh' content='2;url=nominate.php'>";

                                } else {
                                    echo "<script>swal({
                                        title: 'Something went wrong',
                                        icon: 'error',
                                    });
                                </script>";
                                }
                            }
                        }
                        ?>

                    </div>
                </div>

                <div class="col-md-3">
<!--
                    <div class="hidden">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="executive-committee.php">
                                    <div class="h6 card-title mb-0"><i class="bi bi-people" style="font-size: 20px;"></i> &nbsp; Executive Committee</div>
                                </a>
                            </div>
                        </div>
                    </div>
-->
                    <div class="hidden">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="pdf/Tech-Geeks_Hall-of-Fame.pdf" target="_blank">
                                    <div class="h6 card-title mb-0"><i class="bi bi-filetype-pdf" style="font-size: 20px;"></i> &nbsp; Hall of Fame Document</div>
                                </a>
                            </div>
                        </div>
                    </div>
                    <div class="hidden mt-3">
                        <div class="card h-100 border-1">
                            <div class="card-body p-4">
                                <a class="text-decoration-none link-dark stretched-link" href="voting/show_nominees.php" target="_blank">
                                    <div class="h6 card-title mb-0"><i class="bi bi-link-45deg" style="font-size: 20px;"></i> &nbsp; Show Nominees</div>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        </div>
    </section>


<?php include('includes/footer.php'); ?>

<script>
$(document).ready(function() {
  $('#vita').summernote();
  $('#location').summernote();
  $('#contributions').summernote();
});

/*
var myModal = document.getElementById('myModal')
var myInput = document.getElementById('myInput')

myModal.addEventListener('shown.bs.modal', function () {
  myInput.focus()
})
*/
</script>

</body>

</html>
roughdraft.php
wget 'https://lists2.roe3.org/tg-hof/roughdraft.php'
View Content
<!doctype html>
<html lang="en">
<head>
<title>Write A Rough Draft</title>
<meta charset="utf-8" />
<script type="module">
import { WorkerLinter } from 'https://unpkg.com/harper.js@0.13.0/dist/harper.js';

/*
Since we are working in the browser, we can use either `WorkerLinter`, 
which doesn't block the event loop, or `LocalLinter`, which does.
*/

let linter = new WorkerLinter();

/*
Every time the `<textarea/>` receives an input, we process it and update 
our list.
*/

 async function onInput(e) {
	let lints = await linter.lint(e.target.value);

	let list = document.getElementById('errorlist');
	// Clear previous results
	list.innerHTML = '';

	for (let lint of lints) {
		let item = document.createElement('LI');
		var text = document.createTextNode(lint.message());
		item.appendChild(text);
		list.appendChild(item);
	}
}

	let inputField = document.getElementById('maininput');
	inputField.addEventListener('input', onInput);
	onInput({ target: inputField });
</script>

<!--Make the page look good using SimpleCSS-->
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css" />
</head>

<body>
<fieldset><legend><h3>Write A Rough Draft</h3></legend>

<p>
Use the text box below to work on a rough draft. It can detect spelling errors
and do basic grammar checking similar to <a href="https://www.grammarly.com/grammar-check" target="_blank">Grammarly</a>. It's powered by <a href="https://writewithharper.com/" target="_blank">Harper</a>.
</p>

<!--Sample text an intentional mistake to highlight the technology.-->
<textarea id="maininput" rows="5">This are sample text with a intentional grammatical and speling errors to demonstrate how it can assist your writing. Delete this text and type your composition here.</textarea>

		<h3>Oops!</h3>

		<ul id="errorlist">
			Loading...
		</ul>
</fieldset>
</body>
</html>