-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (164 loc) · 7.61 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119881757-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-119881757-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://nyxinu.github.io/Portfolio/favicon.ico" type="image/ico">
<title>Nixon Yiu | Software Developer</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font-mfizz-2.4.1/font-mfizz.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
<!-- <script src="js/bootstrap.min.js"></script> -->
<!-- <link href="css/bootstrap.min.css" rel="stylesheet"> -->
<link href='style.css' rel="stylesheet">
</head>
<body>
<img src="images/portfolio_screenshot.jpeg" alt="" style="display: none;">
<section id="home" class="post-header">
<div class="hero-image-container">
<div class="section-background"></div>
<div class="window-background"></div>
<!-- <div class="moon"></div> -->
<img class="hero-image" src="./images/background_image.svg">
<div class="fake-terminal">
<div class=fake-menu>
<div class="fake-buttons fake-close"></div>
<div class="fake-buttons fake-minimize"></div>
<div class="fake-buttons fake-zoom"></div>
</div>
<div class="fake-screen">
<p class="line1"> “Hello World! I'm Nixon.”</p>
<p class="line2"> “I'm a software developer.”</p>
<p class="line3"> “Let's work together!” </p>
<p class="line4">>
<span class="cursor4">_</span>
</p>
</div>
</div>
</div>
</section>
<h1 class="section-h">About Me</h1>
<section id="about" class="about">
<div class="intro">
<div class="avatar-container">
<img src="images/avatar.jpeg" class="avatar" alt="Nixon Yiu">
</div>
<p class="about-message">
My passion in life is building things and solving problems.
<br>
Not only that, but I also really enjoy modifying the things I've built.
<br>
So everything I build, I start with a simple and modular design.
</p>
</div>
<div class="badges">
<h2 class="section-h skills-h">Skills</h2>
<div class="badge-container">
<div class="badge-icon">
<img src="./images/swift-og.png" class="icon-img icon-swift">
<small class="badge-label">Swift</small>
</div>
<div class="badge-icon">
<img src="./images/ios-sdk.png" class="icon-img">
<small class="badge-label">iOS SDK</small>
</div>
<div class="badge-icon">
<img src="./images/core_data_logo.png" class="icon-img">
<small class="badge-label">Core Data</small>
</div>
<div class="badge-icon">
<img src="./images/sql.png" class="icon-img">
<small class="badge-label">SQL</small>
</div>
<div class="badge-icon">
<i class="icon-reactjs"></i>
<small class="badge-label">React Native</small>
</div>
<div class="badge-icon">
<i class="icon-javascript"></i>
<small class="badge-label">JavaScript</small>
</div>
<div class="badge-icon">
<i class="icon-ruby-on-rails-alt"></i>
<small class="badge-label">Ruby on Rails</small>
</div>
<!-- <div class="badge-icon">
<i class="devicon-webpack-plain colored icon-webpack"></i>
<small class="badge-label">Webpack</small>
</div> -->
<div class="badge-icon">
<i class="icon-postgres"></i>
<small class="badge-label">PostgreSQL</small>
</div>
</div>
</div>
</section>
<section>
<h1 class="section-h">Projects</h1>
<div class="projects-container">
<div class="project-container">
<div class="overlay overlay-hoursworked"></div>
<div id="hoursworked" class="caption caption-hoursworked">
<p class="caption-text caption-text-hoursworked">Lightweight iOS app that tracks and organizes time cards by pay cycle</p>
<a href="https://github.com/NyxinU/HoursWorked" class="project-link" target="_blank">View Project</a>
</div>
<h1 class="project-title title-hoursworked">Hours Worked</h1>
<img src="images/payroll.jpg" class="project-thumbnail">
</div>
<div class="project-container">
<div class="overlay overlay-boba"></div>
<div id="boba" class="caption caption-boba">
<p class="caption-text caption-text-boba">In Development: Rate and review drinks and keep track of drink
preferences </p>
<a href="https://github.com/NyxinU/Boba-BAE" class="project-link" target="_blank">View Project</a>
</div>
<h1 class="project-title title-boba">Boba - BAE</h1>
<img src="images/boba.png" class="project-thumbnail">
</div>
<div class="project-container">
<div class="overlay overlay-artis"></div>
<div id="artis" class="caption caption-artis">
<p class="caption-text caption-text-artis">Mobile application for users to hire professionals at a lower price point</p>
<a href="https://nyxinu.github.io/artis_splash_page/" class="project-link" target="_blank">View Project</a>
</div>
<h1 class="project-title title-artis">Artis</h1>
<img src="images/artis2.jpg" class="project-thumbnail">
</div>
<div class="project-container">
<div class="overlay overlay-leather"></div>
<div id="leather" class="caption caption-leather">
<p class="caption-text caption-text-leather">I also hand make bespoke leather goods</p>
<a href="https://www.instagram.com/nixon_yiu/" class="project-link" target="_blank">View Project</a>
</div>
<h1 class="project-title title-leather">Leather Crafting</h1>
<img src="images/leather_crafting.jpg" class="project-thumbnail">
</div>
</div>
</section>
<h1 class="section-h contact-h">Contact</h1>
<section class="contact">
<p class="contact-msg">Feel free to reach me @</p>
<div class="social">
<a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<a href="https://drive.google.com/file/d/1EIwhiXE81Xf_LfREPRFj80jnljTBhNNr/view?usp=sharing" target="_blank"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></a>
<a href="https://github.com/NyxinU" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/yiunixon/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://angel.co/nixon-yiu" target="_blank"><i class="fa fa-angellist" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/nyxyiu/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
<p class="copyright">Handcrafted by me <i class="fa fa-copyright" aria-hidden="true"></i> 2018</p>
</section>
</body>
<script src='main.js'></script>
</html>