-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.html
36 lines (31 loc) · 1.65 KB
/
report.html
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
<!DOCTYPE html>
<html>
<head lang="en">
<title>Report</title>
<meta charset="UTF-8">
</head>
<body>
<ol>
<li> this is the url to our github repo which is shared with each other and the prof: <a
href="https://github.com/BenMccray/sportstock.github.io">https://github.com/BenMccray/sportstock.github.io</a>
</li>
<li> this is the url to our deployed application where anyone could try our app: <a
href="https://benmccray.github.io/sportstock/index.html">https://benmccray.github.io/sportstock/index.html</a>>
</li>
<li> Second link <a
href="https://w3stu.cs.jmu.edu/mccrayba/cs343/dev/sportstock/index.html">https://w3stu.cs.jmu.edu/mccrayba/cs343/dev/sportstock/index.html</a>
</li>
<li> Each page has a small and large css file as well as the global small and large css mostly, and tailwind
covers the rest</li>
<li> There are 4 immediately accessible pages and the last is accessed when you choose a team from the leagues
page as well as a news tab from there</li>
<li> Every page has a header nav bar that is the same on every page. Mobile view has a dropdown</li>
<li> Each page has some sort of image on it with alt text</li>
<li> Fonts used include Roboto and Tahoma</li>
<li> Search bar is a form for players in a team tab</li>
<li> Using ESPN core and site api as well as apinews and GnewsAPI</li>
<li> Using googles chart api to make the graphs of stats once a team or player is chosen</li>
<li> every news link is a link to an outside sight</li>
</ol>
</body>
</html>