-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (53 loc) · 2.49 KB
/
index.html
File metadata and controls
60 lines (53 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title class="">Ren Jie | Web Developer | Designer |</title>
<link rel="stylesheet" href="css/stylesheet.css" />
<link rel="icon" href="icon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="Cloud-img">
<h1>I'm Ren Jie.</h1>
<h2 class="subtitile">A <span>Web</span> Developer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="Cloud-img">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/Hi.png" alt="ProfilePic">
<h2>Hello.</h2>
<p class="intro">I am a Web Developer & Designer!</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="FrontEnd-img" src="images/Frontend.gif" alt="HTML_CSS_JavaScript-img">
<h3>Website Design</h3>
<p class="FrontEnd-Desc">I started learning website design at the age of 17! I can design a functional, eye-catching & unique websites for you!</p>
</div>
<div class="skill-row">
<img class="BackEnd-img" src="images/Backend.gif" alt="Backend_Logo-img">
<h3>Back End Development</h3>
<p>I can handle your backend of your websites too! This includes your database structures and reccomend you servers for hosting.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Click that button below!</h3>
<p class="contact-msg">Feel free to e-mail me if you have any inquiries.</p>
<a class="btn" href="mailto:lee.renjie48@gmail.com">Email Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/lee-ren-jie-60048b1aa" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://github.com/LeeRenJie" target="_blank">GitHub</a>
<a class="footer-link" href="https://google.com">Google</a>
<p class="copyright">© 2020 Lee Ren Jie</p>
</div>
</body>
</html>