-
Notifications
You must be signed in to change notification settings - Fork 0
/
peerreview.html
88 lines (84 loc) · 4.14 KB
/
peerreview.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="LensCrafted is a curated collection of photographic artistry from around the world. Our platform serves as a tribet to the art form, recognizing the skill, creativity, and dedication of photographers who transform ordinary scenes into extraordinary visual narratives.">
<link rel="icon" href="images/polaroid-line.png" sizes="32x32" type="image/png">
<title>Peer Review</title>
<link rel="stylesheet" href="project.css">
</head>
<body>
<header>
<nav>
<img src="images/logo1.png" alt="LensCrafted Logo" width="250" height="53">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="galleries.html">Galleries</a></li>
<li class="photographers-navbar">Photographers</li>
<li><a href="techniques.html">Techniques</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="peerreview.html">Peer Review</a></li>
</ul>
</div>
<div class="photographers-navbar-links">
<ul>
<li class="hide">Photographers</li>
<li><a href="photographers.html">Ansel Adams</a></li>
<li><a href="photographers2.html">Don McCullin</a></li>
<li><a href="photographers3.html">Imogen Cunningham</a></li>
</ul>
</div>
</nav>
<div class="header-message">
<h1>Peer Review: Celebrating Team Collaboration and Growth</h1>
<p>
In the spirit of continuous improvement, let's reflect on our collective journey. This page serves as a platform for constructive feedback, recognition, and shared growth. Together, we enhance our skills and contribute to the success of LensCrafted. Your insights matter!
</p>
</div>
</header>
<div id="wrapper">
<main>
<table>
<caption>Peer Review Comments</caption>
<tr>
<th>Project Title</th>
<th>Designer</th>
<th>Website URL</th>
<th>Comments</th>
</tr>
<tr>
<td>All About Poker</td>
<td>Jason Chu</td>
<td><a href="http://mylinux.langara.ca/~jchu42/project/" target="_blank">All About Poker</a></td>
<td>I like the color theme, it matches well with the concepts of the project, I also like how the navigation bar is styled. Background image can be adjusted to be more responsive.</td>
</tr>
<tr>
<td>Japanese Culture</td>
<td>Yuto Tonosaki</td>
<td><a href="http://mylinux.langara.ca/~ytonosaki00/project/" target="_blank">Japanese Culture</a></td>
<td>I like how the contents were positioned and aligned for the mobile version, it matches well with the spacing on the other contents. I also like the choice of using gif as the page logo.</td>
</tr>
<tr>
<td>Uncle Tom's Cabin</td>
<td>Andi Chen</td>
<td><a href="http://mylinux.langara.ca/~achen96/project/" target="_blank">Uncle Tom's Cabin</a></td>
<td>I like how the contents were organized and aligned like how it usually is in books. Overflowing of contents on the home page can still be improved.</td>
</tr>
</table>
</main>
</div>
<footer>
<div class="copyright">
Copyright © 2023 LensCrafted. All rights reserved.
</div>
</footer>
<script src="script.js"></script>
</body>
</html>