-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1.67 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.0/css/boxicons.min.css" integrity="sha512-pVCM5+SN2+qwj36KonHToF2p1oIvoU3bsqxphdOIWMYmgr4ZqD3t5DjKvvetKhXGc/ZG5REYTT6ltKfExEei/Q==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<title>TEAM HERMES</title>
</head>
<body>
<section id="Hermes">
<div class="card">
<div class="card-container">
<div class="hermes-icon">
<img src="img/5a221ad9837732.3915604515121845375385.png" alt="" width="40px">
</div>
<div class="team-center">
<h1>Group Name:<span class="team-name"></span></h1>
</div>
<div class="team-info">
<P><i class='bx bx-group'></i>Edward-Precious Omegbu</P>
<P class="one"><i class='bx bx-chevrons-right'></i>Natacha Elohor Danbadan</P>
<P><i class='bx bx-chevrons-right'></i>Okike Chinonso Michael</P>
<P><i class='bx bx-chevrons-right'></i>Ifechukwude Nwaodor</P>
<P><i class='bx bx-chevrons-right'></i>Jimi-Bada Adedamola</P>
<P><i class='bx bx-chevrons-right'></i>Fawsiyya Lamidi</P>
<P><i class='bx bx-chevrons-right'></i>Obi Divine</P>
</div>
</div>
</div>
</section>
<script src="js/app.js"></script>
</body>
</html>