-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSportsFanMainPage.php
54 lines (50 loc) · 2.04 KB
/
SportsFanMainPage.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<! DOCTYPE html>
<?php
require_once('sportsfanConnect.php');?>
<html lang="en">
<link rel="stylesheet" type="text/css" href="style.css" media="screen">
<wrapper>
<body>
<head>
<menu>
<img src="thesportsfanicon.jpg" alt="The SportsFan" width="1000" height="180">
</menu>
<meta charset="utf-8">
<meta name="The SportsFan Management System" content="TheSportsFan.com">
<title>The SportsFan</title>
</head>
<nav>
<li><a href="SportsFanMainPage.php">Home</a></li>
<li><a href="employees.php">Sales People Records</a></li>
<li><a href="suppliers.php">Supplier Records</a></li>
<li><a href="inventory.php">Inventory Records</a></li>
<li><a href="sales.php">Sales Records</a></li>
<li><a href="customers.php">Customer Records</a></li>
</nav>
<br>
<main> <br>
<body>
<h3> Welcome to The SportsFan management site. </h3>
<p>
<aside><p> If you are new to our system please take a moment to familiarize yourself with out content and layout.
To explore the site just click on the titles below the banner at the top of the page. If ever you think you have gone to far
you can return to this page by selecting the 'Home' title.</aside>
</p>
<h3> What are your options?</h3>
<p>
Each page is equipped to bring you fast and efficient service. Simply navigate to the page with the information you
are watning to search through. The drop down box on the pages offers the ability to <b>'List All'</b>, <b>'Add'</b>, <b>'Edit'</b> and <b>'Search'</b>.
These choices can return something as simple as a Customer name or as much as a list of every Sales transaction to date.
</p>
</aside>
</body>
</main>
</form>
<br>
<footer>
Copyright © TheSportsFan.com
</footer>
<i> Need Help? Find us on<a href="url here">ScootsSoltuions.com </a> </i>
</wrapper>
</body>
</html>