-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (42 loc) · 1.54 KB
/
index.html
File metadata and controls
44 lines (42 loc) · 1.54 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
<!DOCTYPE HTML>
<html>
<head>
<title>Eric Pan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Home -->
<article id="top" class="wrapper style1">
<div class="container">
<div class="row">
<div class="col-4 col-5-large col-12-medium">
<span class="image fit"><img src="images/pic00.jpg" alt="" /></span>
</div>
<div class="col-8 col-7-large col-12-medium">
<header>
<h1>Hi, I'm <strong>Eric Pan</strong>.</h1>
</header>
<p>A Backend / Full Stack Programmer, who loves learning ...</p>
<p>Javascript(ES6), Java, PHP, Go, C<br>
Nginx, Apache, NodeJS, Express JS, Nest JS<br>
Mysql, DB2, MongoDB, Redis<br>
RESTful APIs, ExpressJS, Loopback, GraphQL, Apollo, ElasticSearch, SSO, PHP Symfony, Socket.io<br>
Vue.js, Bootstrap, jQuery, HTML, CSS<br>
Centos, Redhat, Ubuntu, Mint Linux<br>
TCP/IP, HTTP(s), SMTP, DNS, NFC
</p>
</div>
</div>
</div>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>