-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.html
37 lines (35 loc) · 3.57 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
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<h1>Expectations Met Project 1</h1>
<p>We have met all 20 of the expectations. The website contains 10 pages all with headings, a consistent style, navigation bar, and media queries so that the pages are responsive to screen size.</p>
<p>All images contain alt attributes in the event that they do not properly show up. Each webpage also has a favicon declaired and all CSS/Images are placed in their respective directories and our webpage was not built using any frameworks.</p>
<p>Lastly, all files were validated using the W3 validators, all of our files contain entirely lowercase and alphanumeric characters, implemented flexboxes/grids to certain webpages, and links to external sites.</p>
<hr>
<h1>Expectations Met Project 2</h1>
<p>First and foremost we addressed the main issues of project 1, which was primarily cards not being the same height and looking uniform, and the mobile format looking weird.</p>
<p>We implemented a database to store submissions from the contact page and an admin login to allow admins to login and give them the ability to view and delete submissions.</p>
<p>We have input on the contact.html, contact.php login.php, and adminpage.php pages</p>
<p>We added a little animation to the equipment page wher hovering over a piece of equipment will slightly enlarge it and make it sway a little to put emphasis on it.</p>
<hr>
<h1>Client Critique Project 1</h1>
<p>The client would like a touch up on the formatting of elements, specifically image size and optimization. The social media page also needs to include buttons/icons for the different social media platform links with the navbar to be fixed on the page when the viewer scrolls down.</p>
<hr>
<h1>Client Critique Project 2</h1>
<p>Board members of the client club were happy with the changes to fix earlier concerns as well as general changes in styling on the pages to make things look cleaner. The sticky navbar was also something they linked. They are confident enough with the work to hopefully have a link to the site on the university recreation site so that people looking at club Sports</p>
<p>can view the website in addition to their social media pages. Going forward, they hope to get more pictures from their social media coordinator to add more pictures of the team.</p>
<hr>
<h1>Contribution</h1>
<p>Blake created the general style and made the affiliations page, the equipment page, and the how to join page. In project 2 Blake implemented the database and the admin login page.</p>
<p>Duncan was the main connection to the client and also provided most of the information to fill the project with. Duncan created the intro page, the practices page, the tornuments page, and the executive board page. Duncan also touched up the project in general a little bit after. In Project 2, Duncan helped with the styling a little and created the sticky navbar.</p>
<p>Erik created the photo gallery, the contact page and the affiliations page. In project 2, Erik wrote the report for the project and added animations.</p>
</body>
</html>