-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (60 loc) · 1.74 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title> Yutong Hu's profile </title>
<meta name="description" content="This is the profile of Junyi">
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter&family=Mulish:wght@300&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ca7f18b036.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="card-white" id="introduction">
<h1> HELLO, I'M YUTONG HU!
</h1>
<img src="images/profile.jpeg" class="img-circle" alt="Junyi">
<p>
I love coding and creating beautiful websites!
</p>
<a href="http://lewagon.com" class="btn-blue"target="_blank">Discover Le wagon</a>
</div>
<div class="card-white">
<h2>Hobbies
</h2>
<p>
I enjoy hiking and photography in my free time.
</p>
</div>
<div class="card-white">
<h2>Passions</h2>
<p>
I like to taste different national cuisines and enjoy cooking.
</p>
</div>
<div class="card-white">
<h2>Projects</h2>
<p>
I recently worked on a project that helps to reduce food waste in my community.
</p>
</div>
<div class="card-white">
<h2>Follow me 😎</h2>
<p>
I like cooking and cats!
</p>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/profile.php?id=100090434937112"><i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/yutong-hu-405920251"><i class="fa-brands fa-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/kkflyly/"><i class="fa-brands fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</body>
</html>