forked from SahityaRoy/E-Learning-freesite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contributor1.html
31 lines (30 loc) · 932 Bytes
/
contributor1.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>Aakanksha Bhende</h3>
<h4>Btech CSE (contributor) </h4>
</div>
<div>
<p>Thanks for your contribution in this project
</p>
</div>
<div>
<a href="https://www.linkedin.com/in/aakanksha-bhende/" class="btn">View profile</a>
<a href="contributor2.html" class="btn">Next</a>
</div>
</div>
</div>
</body>
</html>