-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
113 lines (101 loc) · 4.8 KB
/
contact.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<title>My First Project</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="container">
<div id="header">
<div id="header-left">
<a href="index.html"> <img src="images/java.png" width="100%" height="100px" alt="Logo"/></a>
</div>
<div id="header-right">
<h1 class="title">My First Project<br/>Enterprise System Analysis & Design (J2EE)</h1>
</div>
</div>
<div id="menu">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="service.html">Service</a>
<a href="team.html">Team</a>
<a href="contact.html">Contact</a>
</div>
<div id="body">
<div id="bleft">
<br/><h3 id="Subject">All Subject List Supported by IDB-BISEW</h3>
<ol class="list">
<li>Enterprise System Analysis & Design (C#)</li>
<li>Enterprise System Analysis & Design (J2EE)</li>
<li>Web-Application Development using PHP & Farmwork</li>
<li>Database Design & Development (DDD)</li>
<li>Networking (NT)</li>
<li>Graphics, Animation & Vedio Editing (GAVE)</li>
<li>Architectural % Civil CAD (ACAD)</li>
</ol>
</div>
<div id="bcontent">
<h2>Contuct Us</h2>
<p>IDB-BISEW<br/>
IDB Bhaban (4th Floor)<br/>
E/8-A, Rokeya Sharani<br/>
Sher-e-Bangla Nagar<br/>
Dhaka-1207<br/>
Bangladesh<br/>
Phones: +880 2 9183006, Fax: 880 2 9183001 - 2<br/>
Email: info@idb-bisew.org, idbb@idb-bisew.org<br/>
Web: www.idb-bisew.org</p>
</div>
<div id="bright">
<h3 class="project">All Project List Supported by IDB-BISEW</h3>
<ul class="project">
<li>IT Scholarship Project</li>
<li>Vocational Training</li>
<li>Madrasha Project</li>
<li>Orphanage Project</li>
<li>4 Year Diploma Project</li>
</ul>
</div>
</div>
<div id="footer">
<div class="foot">
<h3>All TSP List</h3>
<ul>
<li>Asia Pasific Communication Ltd.</li>
<li>Center for Computer Studies Ltd.</li>
<li>Bhuiyan IT Ltd.</li>
<li>IT Bangla Ltd.</li>
<li>Cogent</li>
<li>Daffodil institute of IT</li>
<li>Datapark (BD) Ltd.</li><br/>Read more....
</ul>
</div>
<div class="foot">
<h3>Important Links</h3>
<ul>
<li><a href="www.google.com" style="padding-right:10px; text-decoration:none;"> Google </a></li>
<li><a href="www.yahoo.com" style="padding-right:10px; text-decoration:none;"> Yahoo </a></li>
<li><a href="www.coderbd.com" style="padding-right:10px; text-decoration:none;"> CoderBD </a></li>
<li><a href="www.bdjobs.com" style="padding-right:10px; text-decoration:none;">Bdjobs</a></li>
<li><a href="www.facebook.com.com" style="padding-right:10px; text-decoration:none;">Facebook</a></li>
<li><a href="www.twitter.com" style="padding-right:10px; text-decoration:none;">Twitter</a></li>
<li><a href="www.hi5.com.com" style="padding-right:10px; text-decoration:none;">Hi5</a></li>
</ul>
</div>
<div class="foot">
<h3>Contact Us :</h3>
<address>
House No #000, Road No # 000,<br/> Block # B, NIzam Songkor Plaza,<br/> Dhanmondi, Dhaka-1205<br/>
<h3>IDB-BISEW Office :</h3>
IDB Bhaban(4th Floor),<br/>E/8, rokeya Sharani<br/> Sher-e-Bangla Nagar,Dhaka-1207
</address>
</div>
</div>
<div id="copyright">
<p class="para">@2018 J2EE, All rights reserved.</p>
</div>
</div>
</body>
</html>