-
Notifications
You must be signed in to change notification settings - Fork 0
/
developer.html
48 lines (26 loc) · 1.07 KB
/
developer.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
<!DOCTYPE html>
<html>
<title>Developers</title>
<link href="developer.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2>Developers</h2>
<div class="row">
<div class="column">
<img src="shabbirr.jpg" alt="Shah Shabbir Ahmmed" style="width:100%">
<h3> Shah Shabbir Ahmmed</h3>
<a target ="new" href="https://twitter.com/orkpo15" class="fa fa-twitter"></a>
<a target ="new"href="https://www.linkedin.com/in/shabbir23/detail/background-image/" class="fa fa-linkedin"></a>
</div>
<div class="column">
<img src="protik.jpg" alt="Yeal Takian Protik" style="width:100%">
<h3> Yeal Takian Protik </h3>
<a target ="new" href="https://twitter.com/YealTakian" class="fa fa-twitter"></a>
<a target ="new" href ="https://www.linkedin.com/in/yeal-takian-protik-067091153/" class="fa fa-linkedin"></a>
</div>
</div>
</body>
</html>