diff --git a/content/about-us/jobs.md b/content/about-us/jobs.md index d1acd78..d6e188c 100644 --- a/content/about-us/jobs.md +++ b/content/about-us/jobs.md @@ -1,20 +1,43 @@ +++ title = "Jobs" weight = 1 -template = "page.html" +template = "page-custom-footer-design.html" +++ +{% layout_centered_content() %} +##### We are looking for talented people to join our team. +{% end %} -{% layout_centered_content(force_left=true, min_width=true) %} -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. +{% layout_centered_content(min_width=true) %} + +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. + +{% end %} + + +{{ layout_photo_style_1(src1="images/IMG_0027@2x.png", src2="images/IMG_0027-side@2x.png") }} + + +{% layout_centered_content(min_width=true) %} +The laboratories at NIST and PTB, where somme of the main ARTIQ installations are located +{% end %} + + +{{ layout_photo_style_1(src1="images/IMG_0591-side@2x.png", src2="images/IMG_0591@2x.png") }} + + +{% layout_centered_content(min_width=true) %} 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.
+For local applicants, now is your chance to work on top-notch science and technology projects with partners worldwide, including Oxford University and NIST. 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! - +{% end %} + + +{% layout_centered_content() %} +##### Contact us at jobs@m-****.hk! {% end %} diff --git a/static/images/IMG_0027-side.png b/static/images/IMG_0027-side.png new file mode 100644 index 0000000..72daf35 Binary files /dev/null and b/static/images/IMG_0027-side.png differ diff --git a/static/images/IMG_0027-side@2x.png b/static/images/IMG_0027-side@2x.png new file mode 100644 index 0000000..e636d71 Binary files /dev/null and b/static/images/IMG_0027-side@2x.png differ diff --git a/static/images/IMG_0027.png b/static/images/IMG_0027.png new file mode 100644 index 0000000..ee66f92 Binary files /dev/null and b/static/images/IMG_0027.png differ diff --git a/static/images/IMG_0027@2x.png b/static/images/IMG_0027@2x.png new file mode 100644 index 0000000..28149fc Binary files /dev/null and b/static/images/IMG_0027@2x.png differ diff --git a/static/images/IMG_0591-side.png b/static/images/IMG_0591-side.png new file mode 100644 index 0000000..77ad017 Binary files /dev/null and b/static/images/IMG_0591-side.png differ diff --git a/static/images/IMG_0591-side@2x.png b/static/images/IMG_0591-side@2x.png new file mode 100644 index 0000000..8f025f1 Binary files /dev/null and b/static/images/IMG_0591-side@2x.png differ diff --git a/static/images/IMG_0591.png b/static/images/IMG_0591.png new file mode 100644 index 0000000..fc92a93 Binary files /dev/null and b/static/images/IMG_0591.png differ diff --git a/static/images/IMG_0591@2x.png b/static/images/IMG_0591@2x.png new file mode 100644 index 0000000..902a9ef Binary files /dev/null and b/static/images/IMG_0591@2x.png differ diff --git a/templates/page-custom-footer-design.html b/templates/page-custom-footer-design.html new file mode 100644 index 0000000..2cb34ac --- /dev/null +++ b/templates/page-custom-footer-design.html @@ -0,0 +1,9 @@ +{% extends 'page.html' %} + + +{% block outside %} + +
+
+ +{% endblock %} \ No newline at end of file diff --git a/templates/shortcodes/layout_photo_style_1.html b/templates/shortcodes/layout_photo_style_1.html new file mode 100644 index 0000000..b32717f --- /dev/null +++ b/templates/shortcodes/layout_photo_style_1.html @@ -0,0 +1,19 @@ +
+ +
+ + {% if src1 %} + + {% endif %} + +
+ +
+ + {% if src2 %} + + {% endif %} + +
+ +
\ No newline at end of file