-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·70 lines (57 loc) · 2.37 KB
/
index.html
File metadata and controls
executable file
·70 lines (57 loc) · 2.37 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
69
70
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- style file -->
<link rel="stylesheet" href="style.css">
<!-- icon -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<title>Rex Low</title>
</head>
<body>
<div class="half center-everything" id="profile-picture-container">
<img class="profilepic" src="https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg">
</div>
<div class="half center-everything" id="info-container">
<div id="info">
<h2 class="name">rex low</h3>
<h4 class="desc">Student, Developer, MSP, Blockchain Enthusiast, and Founder at GlanceLab</h4>
</div>
<a class="profile-button" href="https://www.linkedin.com/in/rexlow/">
<p><i class="fa fa-align-left"></i> My portfolio</p>
</a>
<div>
<p class="desc desc-text">Rex enjoys developing mobile apps that primarily concern with human needs. As an Artificial Intelligence student, Rex
always develop apps and business models from an AI perspective with data-driven thinking process.</p>
<p class="desc desc-text">Rex also runs his own company, GlanceLab. GlanceLab provices business automation solution for local SMEs in Malaysia.</p>
</div>
<div id="tags">
<p>#react</p>
<p>#js</p>
<p>#babel</p>
<p>#C</p>
<p>#C++</p>
<p>#react-native</p>
<p>#jquery</p>
<p>#polymer</p>
<p>#business-development</p>
<p>#travel</p>
</div>
<div id="experience">
<div class="experience-child">
<p class="desc"><strong>WORK</strong><br/>GlanceLab</p>
</div>
<div class="experience-child">
<p class="desc"><strong>EDUCATION</strong><br/>UTeM</p>
</div>
</div>
<div id="social">
<a href="https://www.facebook.com/rexlow0823"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.twitter.com/rexlow0823"><i class="fa fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/rexlow/"><i class="fa fa-linkedin-square"></i></a>
<a href="http://www.glancelab.com"><i class="fa fa-safari"></i></a>
</div>
</div>
</body>
</html>