-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (44 loc) · 2.17 KB
/
Copy pathindex.html
File metadata and controls
46 lines (44 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="Wei-Cheng (Brian) Liao's profile" content="Welcome to Wei-Cheng (Brian) Liao's profile!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wei-Cheng (Brian) Liao's Profile</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="main-card">
<h1 class="test">Hello, welcome to Brian's profile page!test</h1>
<img src="my_profile.jpg" alt="Wei-Cheng (Brian) Liao's profile" id="profile">
<div class="intro"><strong>Brian</strong> has been living and working in <strong>Tokyo, Japan</strong>, for the past several years and is now attending the full-time <strong>Web Development</strong> coding bootcamp at <strong>Le Wagon</strong> in <strong>Meguro, Tokyo</strong>, where he is expected to graduate on <strong>December 6th, 2024</strong> test.</div>
<a href="https://www.linkedin.com/in/brianliao220/" target="_blank">
Visit <strong>LinkedIn</strong> for more<br>
</a>
<h3 class="follow">Follow on</h3>
<ul class="social-media-icons">
<li>
<a href="https://www.linkedin.com/in/brianliao220/" alt="LinkedIn" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/brianliao0220" alth="Facebook" target="_blank">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/b.r.yyyyy.o/" alt="Instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>