-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
42 lines (41 loc) · 1.83 KB
/
About.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
<table style="margin: auto;">
<tr colspan="2" style="height: fit-content;">
<td style="text-align: center; padding: 10px">
<img class="teamPhoto" src="me.jpg">
<p class="teamTitle">Waseem Saeed</p>
<p class="teamTitle">Project Director<br>-</p><br>
</td>
<td style="text-align: center; padding: 10px">
<img class="teamPhoto" src="./unknown_person-1024x1024-1.png">
<p class="teamTitle">Some Memeber</p>
<p class="teamTitle">Acadimic Director<br>Director of Diversity and Outreach</p>
</td>
</tr>
</table>
<table style="margin: auto;">
<tr style="height: fit-content;">
<td style="text-align: center; padding: 10px">
<img class="teamPhoto" src="./unknown_person-1024x1024-1.png">
<p class="teamTitle">Prof. Jameel Shihneh, Ph.D.</p>
<p class="teamTitle">Co-Investigator of Materials</p>
<p class="teamTitle">Science Sector</p>
</td>
<td style="text-align: center; padding: 10px">
<img class="teamPhoto" src="./unknown_person-1024x1024-1.png">
<p class="teamTitle">Some Memeber</p>
<p class="teamTitle">Sector of Artificial Intelligence<br>Co-Investigators Team Director</p>
</td>
<td style="text-align: center; padding: 10px">
<img class="teamPhoto" src="./unknown_person-1024x1024-1.png">
<p class="teamTitle">Some Memeber</p>
<p class="teamTitle">Sector of Development<br>and Memebers Skills</p>
</td>
</tr>
</table>
<br><br>
<button class="mainBtn" id="back"> < Back</button>
<script>
$("#back").click(function(){
$("#right").load("right.html");
});
</script>