This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
41 lines (41 loc) · 1.51 KB
/
about.html
File metadata and controls
41 lines (41 loc) · 1.51 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
<!doctype html>
<html>
<head>
<title>EasySolution/About</title>
<link type="text/css" rel="stylesheet" href="stylesheets\about.css">
</head>
<body>
<h2>We are a team !</h2>
<div id="outerblock">
<div id="innerblock">
<img src="tejas1.gif" width="100px" height="100px"><br>
<p>
Tejas Ingale<br>
<a href="https://www.facebook.com/tejas.ingale.5"><img src="facebook.png"></a><br>
+919527082165
</p>
</div>
<div id="innerblock">
<img src="himanshu.gif" width="100px" height="110px"><br>
<p>
Himanshu Rawlani<br>
<a href="https://www.facebook.com/himanshu.rawlani.5?fref=ts"><img src="facebook.png"></a>
</p>
</div>
<div id="innerblock">
<img src="robo.gif" width="100px" height="110px"><br>
<p>
Romit Bonkar<br>
<a href="https://www.facebook.com/romit.bonkarrobo?fref=ts"><img src="facebook.png"></a>
</p>
</div>
<div id="innerblock">
<img src="keyur.gif" width="100px" height="110px"><br>
<p>
Keyur Prabhu<br>
<a href="https://www.facebook.com/keyurprabhu007?fref=ts"><img src="facebook.png"></a>
</p>
</div>
</div>
</body>
</html>