-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="app">Loading.....</div>
<div class="profile">
<img
src="https://scontent.fbkk8-4.fna.fbcdn.net/v/t1.0-9/124611839_1682388861922745_7140253054286789797_o.jpg?_nc_cat=100&ccb=2&_nc_sid=09cbfe&_nc_eui2=AeGLXlmCNntlTgY8Iu9-bug1sPCr3mkmS6Ow8KveaSZLo2IXVFkRAfKZHygC2XOL2DxF395nzU8CWvU3s2MKIku_&_nc_ohc=5CkEvyk-lSQAX_veSjR&_nc_ht=scontent.fbkk8-4.fna&oh=559e0bc75f6219452589c95fa2735846&oe=5FD51D48"
loading="lazy"
alt="profile-pic"
/>
<div class="info">
<h1>Thanawat Gulati</h1>
<h2>
Microsoft Learn Student Ambassadors | Microsoft Spark Developer #0 |
Developer Student Clubs Lead | CSKMUTNB32 | CNR116 | Gifted#8 | SSW40
</h2>
<h4>
<a href="https://fb.com/dsckmutnb">DSC KMUTNB</a> |
<a href="https://instagram.com/m.mjames">@m.mjames</a> |
<a href="https://twitter.com/t6tg_">@t6tg_</a>
</h4>
</div>
</div>
<div id="port-list"></div>
<script src="./index.js"></script>
</body>
</html>