-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathus.html
58 lines (55 loc) · 2.4 KB
/
us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BioPred</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style1.css">
<link rel="icon" type="image/png" href="img/icon.png">
</head>
<body>
<nav id="menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="us.html">THE RESEARCHERS</a></li>
<li><a href="how.html">HOW IT WORKS</a></li>
</ul>
<h1>KOBEDELTAPHI MEMBERS</h1>
</nav>
<div class="members">
<p id="intro">
Kobedelta Phi is a team consisting of Computer Science students from Saint Louis University. They developed a web application as part of their thesis requirements. The web application allows<br>
users to upload audio files and predict the age, gender, weight, and height associated with the sound. All content available on the site is original, and any cited works belong to their respective creators.<br>
</p>
<a href="https://www.facebook.com/jsc.xxi">
<img src="img/galera.png" alt="galeraimage" height="200px" width="200px">
<p id="name">JSC GALERA</p>
</a>
<a href="https://www.facebook.com/lawrence.sidoro">
<img src="img/sidoro.png" alt="sidoroimage" height="200px" width="200px">
<p id="name">CRIS SIDORO</p>
</a>
<a href="https://www.facebook.com/dajentorralba">
<img src="img/torralba.png" alt="torralbaimage" height="200px" width="200px">
<p id="name">DAJEN TORRALBA</p>
</a>
<a href="https://www.facebook.com/yzza.ventura">
<img src="img/ventura.png" alt="venturaimage" height="200px" width="200px">
<p id="name">YZZA VENTURA</p>
</a>
<a href="https://www.facebook.com/trixiejoyce.villanueva">
<img src="img/villanueva.png" alt="villanuevaimage" height="200px" width="200px">
<p id="name">TRIXIE VILLANUEVA</p>
</a>
<a href="https://www.facebook.com/iciazla">
<img src="img/zabala.png" alt="zabalaimage" height="200px" width="200px">
<p id="name">KYLA ZABALA</p>
</a>
</div>
</body>
<footer>
<p>KOBEDELTAPHI © 2023</p>
</footer>
</html>