-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
48 lines (46 loc) · 1.74 KB
/
Copy pathcontact.php
File metadata and controls
48 lines (46 loc) · 1.74 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<?php include('include/nav.php'); ?>
</nav>
<div class="contact-wrap">
<div class="container">
<div class="row">
<div class="col-sm-3"><h3>Group member #1</h3>
<img src="img/alvi.jpg"/>
<P Class="ft-name">Ahmed, Alvi</P>
<p Class="fl-none" >Student ID: 12-222419-3</p>
<p Class="fl-none">American International University - Bangladesh</p>
</div>
<div class="col-sm-3" ><h3>Group member #2</h3>
<img src="img/mazharul.jpg"/>
<P Class="ft-name">Amin, A.A.M. Mazharul</P>
<p Class="fl-none" >Student ID: 12-22370-3</p>
<p Class="fl-none">American International University - Bangladesh</p>
</div>
<div class="col-sm-3" ><h3>Group member #3</h3>
<img src="img/shahed.jpg"/>
<P Class="ft-name">Hossain, Shahed Bin</P>
<p Class="fl-none" >Student ID: 12-22463-3</p>
<p Class="fl-none">American International University - Bangladesh</p>
</div>
<div class="col-sm-3" ><h3>Course Faculty</h3>
<img src="img/sir.jpg"/>
<P Class="ft-name"> MD. Saef Ullah Miah</P>
<p Class="fl-none">Lecturer,Computer Science Department (AIUB)</p>
<p Class="fl-none">Course: Web Technologies</p>
</div>
</div>
</div>
</div>
</body>
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/customFont.js"></script>
</html>