-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) 路 1018 Bytes
/
Copy pathindex.html
File metadata and controls
39 lines (34 loc) 路 1018 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Git Session Reviews</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Git & GitHub Session Reviews</h1>
<p class="subtitle">Reviews submitted via Pull Requests 馃殌</p>
<div class="reviews">
<!-- SAMPLE REVIEW -->
<div class="review-card">
<h3>Nagesh</h3>
<p>om nalawade has 0 numbers of gf at current time </p>
</div>
<!-- ============================= -->
<!-- STUDENTS ADD YOUR REVIEW BELOW -->
<!-- ============================= -->
<div class="review-card">
<h3>Harsh</h3>
<p>om has always been famous among girls and thats a white lie</p>
</div>
<div class="review-card">
<h3>IRONHAMMER</h3>
<p>NOICE</p>
<div class="review-card">
<h3>princess</h3>
<p>NOIse</p>
</div>
</div>
</body>
</html>