-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
125 lines (108 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="public/images/logo-square.png" type="image/png" />
<link rel="stylesheet" href="public/css/mini.min.css">
<link rel="stylesheet" href="public/css/hax4.css?20201025">
<script src="public/js/hax4.js?20201001"></script>
<title>HAX4</title>
<meta property="og:title" content="HAX4 CO LIMITED" />
<meta property="og:description"
content="This is the main website for HAX4. You can check our past projects and services for more information." />
<meta property="og:image" content="https://hax4.in/public/images/logo-og.png" />
<meta property="og:url" content="https://hax4.in" />
<meta property="og:type" content="website" />
</head>
<body>
<div class="container">
<!-- Intro section BEGIN -->
<h1>HAX4</h1>
<p>Life should be simple.</p>
<p>
It was told that happy life is a philosophy, it requires a huge amount of wealth to sustain.
</p>
<p>
But we disagree. We believe that happiness comes from a simple life.<br>
Happiness is a by-product of simplicity.
</p>
<p>
We passionately take all effort into producing <strong>uncomplicated products</strong>;
after all, the world already full of decisions to make.
</p>
<!-- Product section BEGIN -->
<div class="separator">
<hr>
<h2 class="label">HAX4 Products</h2>
</div>
<div class="products">
<div class="item">
<a href="https://fightie.com/" target="_blank">
<img src="public/images/fightie.svg" class="avatar">
<div class="name">Fightie</div>
<div class="description">Fight to aid your training, be Powerful!</div>
</a>
</div>
</div>
<!-- clients section BEGIN -->
<div class="separator">
<hr>
<h2 class="label">Clients & Partners</h2>
</div>
<div class="clients">
<div class="item">
<a href="https://risehill.tw/" target="_blank">
<img src="public/images/clients/risehill.svg" class="risehill-logo client-logo">
</a>
</div>
<div class="item">
<a href="http://humor.tw/" target="_blank">
<img src="public/images/clients/humortw.svg" class="humortw-logo client-logo">
</a>
</div>
<div class="item">
<a href="https://acebee.tech/" target="_blank">
<img src="public/images/clients/acebee.svg" class="acebee-logo client-logo">
</a>
</div>
</div>
<!-- Team section BEGIN -->
<div class="separator">
<hr>
<h2 class="label">Team</h2>
</div>
<div class="team">
<div class="item">
<a href="https://github.com/bu">
<img src="public/images/bu.jpg" class="avatar">
<div class="name">Buwei Chiu</div>
<div class="description">Architect</div>
</a>
</div>
<div class="item">
<a href="https://github.com/eragonj">
<img src="public/images/eragonj.jpg" class="avatar">
<div class="name">Chia-Lung Chen</div>
<div class="description">Farmer</div>
</a>
</div>
</div>
<!-- Contact section BEGIN -->
<div class="separator">
<hr>
<h2 class="label">Contacts</h2>
</div>
<p>Find us physically in <a href="taipei.html">Taipei</a> OR instantly <a href="mailto:[email protected]">by sending us an email</a>.</p>
<p class="copyright">© HAX4 CO LIMITED</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179022955-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-179022955-1');
</script>
</body>
</html>