-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempathy.html
More file actions
62 lines (60 loc) · 2.07 KB
/
empathy.html
File metadata and controls
62 lines (60 loc) · 2.07 KB
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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style(exercise9).css">
<title>Empathy.html</title>
</head>
<body>
<div>
<div class="flex-container-header">
<div class="flex-item-1-header">
<a href="index.html"><img src="logo.png" class="logoImg"/></a>
</div>
<div class="flex-item-3-header">
<h1 class="one">Empathy</h1>
</div>
<div class="flex-item-2-header">
<ul class="flex-container-ul-top">
<li><a href="kindness3(exercise9).html">Kindness</a></li>
<li><a href="Activism.html">Activism</a></li>
<li><a href="empathy.html">Empathy</a></li>
<li><a href="Contact us.html">Contact us</a></li>
</ul>
</div>
</div>
<div class="flex-container-empathy">
<div class="flex-item-1-empathy">
<p class="seven">How did you get to know about<br>
NavGurukul?<br><br></p>
<form>
<input type="radio" name="details" value="friend" checked>Friend<br>
<input type="radio" name="details" value="ngo">NGO<br>
<input type="radio" name="details" value="other">Other<br><br><br>
</form>
</div>
<div class="flex-item-2-empathy">
<p class="seven">Which of the following you feel most<br>
about?<br><br></p>
<form>
<input type="radio" name="feelings" value="equality" checked>Equality<br>
<input type="radio" name="feelings" value="empathy">Empathy<br>
<input type="radio" name="feelings" value="kindness">Kindness<br>
<input type="radio" name="feelings" value="activism">Activism<br>
<input type="radio" name="feelings" value="courage">Courage<br>
<input type="radio" name="feelings" value="other">Other<br>
</form>
</div>
</div>
<hr>
<div class="flex-container-footer">
<ul class="flex-container2">
<li><a href="Index3(exercise9).html">Home</a></li>
<li><a href="kindness3(exercise9).html">Kindness</a></li>
<li><a href="Activism.html">Activism</a></li>
<li><a href="empathy.html">Empathy</a></li>
<li><a href="Contact us.html">Contact us</a></li>
</ul>
</div>
</div>
</body>
</html>