-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (79 loc) · 3.44 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
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<title>zhaorui's résumé</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<nav>
<a id="navbar-brand" href="/">RESUME - Zhao Rui</a>
<ul>
<li><a href="#About">Home</a></li>
<li><a href="#Experience">Experience</a></li>
<li><a href="#Other">Other</a></li>
<li><a href="#Contact">Contact</a></li>
<li><a href="./zh/index.html">中文</a></li>
</ul>
</nav>
<main id="About">
<section>
<h1>Summary</h1>
<img id="myphoto" src="images/me.jpg" alt="my photo" width="200px">
<p>I am Zhao Rui, a Mac Developer. I use Swift, Objective-C, C/C++, and many other language to build interesting app. Currently my main focus is on Mac App GUI implementation, but I'm also interested in many other areas like AI (know nothing about it...), Web Development(I build this home page by myself). I like my career which is so chanllenging and well-paid.</p>
<p>At free time, I like traveling, and watching Game of Thrones. I live in HanZhou and still single currently.</p>
</section>
<section id="Experience">
<h1>Experience</h1>
<p>
<span>October 2020 - now</span>, join the <a href="http://www.sangfor.com.cn/">Sangfor Technologies</a>.<br>
<span>August 2017 - August 2020</span>, join the <a href="http://www.alibabagroup.com/en/global/home">Alibaba Group</a>.<br>
<span>January 2016 - July 2017</span>, worked in <a href="http://115.com/115">115 Inc.</a> as advanced Mac developer for 115 Browser.<br>
<span>March 2013 - December 2015</span>, worked in <a href="http://www.wesoft.com">Wesoft Ltd.</a>, as a Mac developer in Centrify team.<br>
<span>July 2012 - February 2013</span>, worked in DC department of <a href="http://www.neusoft.com/cn/">Neusoft Ltd.</a><br>
<span>September 2008 - June 2012</span>, studied in <a href="http://www.cqut.edu.cn/">CQUT</a>, majored in Computer Science. <br>
<br>
</p>
</section>
<section id="Other">
<h1>Other</h1>
<div id="Lantern">
<img id="lantern_img" src="images/lantern.png" alt="lantern image">
<p>I am a lantern reseller</p>
</div>
<div id="LED">
<img id="led_img" src="images/led.jpg" alt="led image">
<p>Homebrew LED, make mother earth green again!</p>
</div>
</section>
<section id="Contact">
<h1>Contact</h1>
<ul>
<li>
<a href="https://github.com/zhaorui" target="_blank">
<i class="fa fa-github big-icon"></i>
<span>Github</span>
</a>
</li>
<li>
<a href="https://twitter.com/zhaoruiexplorer" target="_blank">
<i class="fa fa-twitter big-icon"></i>
<span>Twitter</span>
</a>
</li>
<li>
<a href="mailto:zhaoruiexplorer@icloud.com" target="_blank">
<i class="fa fa-envelope big-icon"></i>
<span>E-mail</span>
</a>
</li>
</ul>
</section>
</main>
<footer>
Stay hungry. Stay foolish - Steve Jobs
</footer>
</body>
</html>