diff --git a/sass/css/_layout.scss b/sass/css/_layout.scss index 6086c94..e4214b0 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -216,7 +216,7 @@ img.kf25 { } .card-jobs { - background: #fff url("../images/jobs@2x.png") no-repeat center right; + background: #fff url("../images/jobs-min@2x.png") no-repeat top right; } .logos-centered { diff --git a/static/images/jobs-min.png b/static/images/jobs-min.png new file mode 100644 index 0000000..878c356 Binary files /dev/null and b/static/images/jobs-min.png differ diff --git a/static/images/jobs-min@2x.png b/static/images/jobs-min@2x.png new file mode 100644 index 0000000..d7eb31b Binary files /dev/null and b/static/images/jobs-min@2x.png differ diff --git a/templates/_base.html b/templates/_base.html index 9a1be1f..2ff505d 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -157,6 +157,9 @@ Copyright © , M-Labs. All Rights Reserved.

+ {% block fcopyright %} + {% endblock %} + {% endblock footer %} diff --git a/templates/index.html b/templates/index.html index b894a09..5e43812 100644 --- a/templates/index.html +++ b/templates/index.html @@ -111,12 +111,8 @@

We are looking for talented people to join our team. If you want to be at the intersection of physics and engineering, collaborate with world-class scientists, and have the freedom to work with cutting-edge open source technology such as embedded Rust, LLVM, and next-generation FPGA tools such as the nMigen language and Yosys - then consider a job at M-Labs.

-

- Our office is located in the center of Hong Kong, a cosmopolitan city with world-class infrastructure, many cultural and social events, and beautiful natural scenery. It has a separate system from mainland China, where, for example, communications are unrestricted, taxes are low, and customs tariffs virtually inexistent. Hong Kong is located next to Shenzhen, a city with a bustling tech scene, and where many of the world's electronic gadgets are designed and manufactured.
- For local applicants, now is your chance to work on top-notch science and technology projects with partners worldwide, including Oxford University and NIST - in a field whose applications are responsible for 20% of GDP. For international applicants, Hong Kong provides fast, low-cost, and relatively hassle-free employment visa processing.
- We also accept remote positions, and you may also choose to work at our sister company QUARTIQ GmbH in Berlin-Adlershof, Germany.
- Contact us at jobs@m-****.hk! -

+ + Find out More @@ -142,3 +138,22 @@ {% endblock %} + + +{% block fcopyright %} + +
+ +

+ + Intel 2nd Generation Core microprocessor codenamed Sandy Bridge Wafer by Intel Free Press is licensed under the CC BY-SA 2.0 license. + +
+ + Hong Kong Bruce Lee statue by Johnson Lau is licensed under the CC BY-SA 2.5 license. + +

+ +
+ +{% endblock %}