-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
100 lines (94 loc) · 3.34 KB
/
404.html
File metadata and controls
100 lines (94 loc) · 3.34 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
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
<!DOCTYPE html>
<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">
<title>Colloque Tsui</title>
<link href="/favicon.ico" rel="shortcut icon">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@colloquet">
<meta name="twitter:title" content="Colloque Tsui">
<meta name="twitter:description" content="Currently working in Grayscale. Familiar with WordPress, HTML, CSS, Javascript, AngularJS, Ionic and Swift. Been trying out Vue.js and React lately.">
<meta name="twitter:creator" content="@colloquet">
<meta name="twitter:image" content="http://colloquet.github.io/img/profile.jpg">
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="title" content="Colloque Tsui" />
<meta name="author" content="Colloque Tsui" />
<meta name="keywords" content="Colloque Tsui, HTML, CSS, Web design, Web developer, Hong Kong, Fresh graduate, IT, Accounting and Finance" />
<meta name="description" content="Familiar with WordPress, HTML, CSS, Javascript, AngularJS, Ionic and Swift. Been trying out Vue.js and React lately." />
<meta name="msvalidate.01" content="00109AC3B0C479B5E31744AE0C80AAA7" />
<link rel="canonical" href="http://colloquet.github.io/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link href="//fonts.googleapis.com/css?family=Lato:300|Montserrat" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="app" v-cloak>
<div class="container">
<h1>Colloque Tsui</h1>
<p class="subtitle">Front-end Developer at <a href="" target="_blank">JWT Hong Kong</a></p>
<hr>
<h1>404 not found.</h1>
<a href="/">Back to Home</a>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.2.3/vue.min.js"></script>
<script>
var vm = new Vue({
el: '#app',
data: {
projects: [
{
name: 'LIHKG (Official)',
thumb: 'lihkg.png',
url: 'https://lihkg.com',
featured: true,
},
{
name: 'LIHKG (Vue)',
thumb: 'lihkg-vue.png',
url: 'https://lihk-forum.firebaseapp.com',
},
{
name: 'iReserve Monitor',
thumb: 'ireserve-monitor.png',
url: 'https://ireserve-monitor.firebaseapp.com/',
},
{
name: 'BasicLaw.hk',
thumb: 'basiclaw.png',
url: 'https://basiclaw.hk/',
},
{
name: 'Work Well Done',
thumb: 'workwelldone.png',
url: 'http://workwelldone.cathaypacific.com/',
},
{
name: 'Sterling Apparel',
thumb: 'sterling-apparel.png',
url: 'http://www.sterlingapparel.com.hk/',
},
{
name: 'Cooltech Global',
thumb: 'cooltech-global.png',
url: 'http://www.cooltechglobal.com/',
},
{
name: 'Eqibeat',
thumb: 'eqibeat.png',
url: 'http://eqibeat.com/',
},
{
name: 'onActivity',
thumb: 'onactivity.png',
url: 'http://onactivity.com/',
},
],
},
});
</script>
</body>
</html>