-
Notifications
You must be signed in to change notification settings - Fork 80
/
contributor2.html
31 lines (30 loc) · 923 Bytes
/
contributor2.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
<!DOCTYPE html>
<html>
<head>
<title>Profile Card</title>
<link rel="stylesheet" type="text/css" href="style2.css">
</head>
<body>
<div class="card-container">
<div class="upper-container">
<div class="image-container">
<img src="businesswoman.png" />
</div>
</div>
<div class="lower-container">
<div>
<h3>Harshita Goswami</h3>
<h4>BCA (Contributor) </h4>
</div>
<div>
<p>Let's connect for knowledge sharing
</p>
</div>
<div>
<a href="https://www.linkedin.com/in/harshita-goswami-1548651a9/" class="btn">View profile</a>
<a href="index2.html" class="btn">Previous</a>
</div>
</div>
</div>
</body>
</html>