-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (26 loc) 路 1.07 KB
/
Copy pathabout.html
File metadata and controls
26 lines (26 loc) 路 1.07 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Onyx Games</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="welcome">
<h1>About Me <span>The Onyx Games</span></h1>
<p>Behind the Project</p>
<div class="about-card">
<div class="card" onclick="window.location.href='https://github.com/hasbeejay'">
<img src="member1.jpg" alt="Member 1">
<h2>Haseeb Jalil</h2>
<p>Associate Software Engineer</p>
</div>
<div class="card" onclick="window.location.href='https://github.com/TaimurxSajid1'">
<img src="member2.jpeg" alt="Member 1">
<h2>Taimur Sajid</h2>
<p>Assistent Software Engineer</p>
</div></div>
<button onclick="window.location.href='index.html'"> Return Back To Main</button>
<a href="https://github.com/hasbeejay/Onyx_AICT_Semester_Project"><button>Visit Repository</button></a>
</body>
</html>