-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (56 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
68 lines (56 loc) · 2.12 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
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<title>Lee Yan Zhi</title>
</head>
<body>
<div class = "container0">
<img src="images/cloud.png" alt="cloud" class = "cloud1">
<h1 class= "name">
I'm Yan Zhi
</h1>
<img src="images/cloud.png" alt="cloud" class = "cloud2">
<h2>
Mobile and web developer
</h2>
<img src="images/mountain.png" alt="mountain">
</div>
<div class = "container1">
<img src="images/ProfilePic.png" alt="Profilepicture" class = "ProfilePic">
<h2>Hello</h2>
<p>I'm a mobile and web developer based in Singapore. I have a passion for creating beautiful user interface for websites and mobile applications. I also love telling stories with data. </p>
</div>
<hr />
<div class = "skills">
<h2>My Skills</h2>
<div class = "skills-row">
<img class = "code-image" src="images/chillies.png" alt="chilli">
<h3>Design and Development</h3>
<p> I like to keep the user interface minimalistic when designing web and mobile application while conveying the message you want to send. </p>
</div>
<div class = "skills-row">
<img class = "chilli-image"src="images/chillies.png" alt="chilli">
<h3 class ="data">Data Analytics</h3>
<p> I believe design combined with data can be use to tell more effective stories. After all, a <s>picture</s> beautiful presentation tells a thousand words. </p>
</div>
</div>
<hr />
<div class = "call">
<h2>Get In Touch</h2>
<h3 class = "available">I'm currently available for freelance work.</h3>
<p>
If you have a project that you want to get started, or think you need my help with something, then get in touch.
</p>
</div>
<div class ="contact">
<a class = "butn" href="#">CONTACT ME</a>
</div>
<div class = "bottom-container">
<a href="#">Github</a>
<a href="#">Linkedin</a>
</div>
</body>
</html>