Skip to content

Commit

Permalink
fix: updated styles and removed hk page
Browse files Browse the repository at this point in the history
  • Loading branch information
EragonJ committed May 18, 2021
1 parent c6914c4 commit c56d881
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 68 deletions.
62 changes: 0 additions & 62 deletions hongkong.html

This file was deleted.

11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ <h2 class="label">HAX4 Products</h2>
</a>
</div>

<div class="item">
<a href="https://redgo.dev/">
<div class="item wip">
<a href="https://redgo.dev/" onclick="return false;">
<img src="public/images/redgopher.svg" class="avatar">
<div class="name">RedGopher</div>
<div class="description">Manage your issues with ease.</div>
</a>
</div>

<div class="item">
<div class="item wip">
<a href="https://nutcountant.tech/" onclick="return false;">
<img src="public/images/nutcountant.svg" class="avatar">
<div class="name">Nutcountant</div>
<div class="description">Done your accounting as easy as possible.</div>
</a>
</div>

<div class="item">
<div class="item wip">
<a href="https://magpieinvoicing.tech/" onclick="return false;">
<img src="public/images/magpie.svg" class="avatar">
<div class="name">Magpie</div>
Expand Down Expand Up @@ -173,8 +173,7 @@ <h2 class="label">Team</h2>
<h2 class="label">Contacts</h2>
</div>

<p>Find us physically in <a href="taipei.html">Taipei</a> and <a href="hongkong.html">Hong
Kong</a> OR instantly <a href="mailto:[email protected]">by sending us an email</a>.</p>
<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">&copy; HAX4 CO LIMITED</p>
</div>
Expand Down
5 changes: 5 additions & 0 deletions public/css/hax4.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,18 @@ html {
}

.item {
position: relative;
margin-bottom: 1.5em;
}

.item a {
text-decoration: none;
}

.item.wip {
opacity: 0.3;
}

.avatar {
max-width: 3em;
float: left;
Expand Down

0 comments on commit c56d881

Please sign in to comment.