-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathS1_Akshayan.html
More file actions
59 lines (53 loc) · 1.7 KB
/
S1_Akshayan.html
File metadata and controls
59 lines (53 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=2.0">
<title>Student 1 Profile</title>
<link rel="stylesheet" href="S1_Akshayan.css">
<link href="https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div class="background">
<div class="homebutton">
<a id="mybtn" href="homePage.html"><img src="Pictures/HOME_ICON.png" alt="Home" ></a>
</div>
<div class="card">
<div class="img">
<img src="Image/akshayan.jpg" alt="Photo of Student 1 " height="260" width="200">
</div>
<div class="discription">
<div class="heading">
<h1>Akshayan Mohandas</h1>
<p>Student 01</p>
<hr>
</div>
<div class="info">
<table>
<tr>
<th>Email:</th>
<td>akshayan.20210420@iit.ac.lk</td>
</tr>
<tr>
<th>Role:</th>
<td>Presentation Page & Buy products</td>
</tr>
<tr>
<th>University:</th>
<td>University of Westminster </td>
</tr>
<tr>
<th>Uow Number:</th>
<td>w1867142 </td>
</tr>
</table>
</div>
<div class="card_footer">
<a href="https://www.facebook.com/profile.php?id=100009517301019" class="a-icon" target="_blank"> <img src="icons/fb.png" alt="FaceBook" class="icon" > </a>
<a href="https://www.instagram.com/_akshayan_/" class="a-icon" target="_blank"> <img src="icons/insta.png" alt="insagram" class="icon"></a>
</div>
</div>
</div>
</div>
</body>
</html>