-
Sales inquiries
+
-
+ Sales inquiries
-
+
-
- Sales |
- sales@m-***s.hk |
-
+
-
- Sébastien |
- sb@m-***s.hk |
-
+
+ Sales |
+ sales@m-***s.hk |
+
-
- Robert |
- rj@m-***s.hk |
-
+
+ Sébastien |
+ sb@m-***s.hk |
+
-
+
+ Robert |
+ rj@m-***s.hk |
+
-
+
-
+
-
+
-
Technicals inquiries
+
-
- Ask on the Mattermost chat room (or the IRC channel #m-labs on Freenode), open an issue in the relevant project, or write to the mailing list devel (for Migen/MiSoC) or ARTIQ.
-
- Patches should be sent via a pull request.
-
+
Technicals inquiries
-
- Go to forum.m-labs.hk to discuss all things ARTIQ, (n)Migen, MiSoC and HeavyX with the community.
-
+
+ Ask on the Mattermost chat room (or the IRC channel #m-labs on Freenode), open an issue in the relevant project, or write to the mailing list devel (for Migen/MiSoC) or ARTIQ.
+
+ Patches should be sent via a pull request.
+
-
+
+ Go to forum.m-labs.hk to discuss all things ARTIQ, (n)Migen, MiSoC and HeavyX with the community.
+
-
-
-
-
-
-
-
-
Office
-
-
- M-Labs Limited
-
- G/F Kam Hoi Mansion, 31 Pan Hoi Street, Quarry Bay, Hong Kong
-
-
-
- This is part of the building complex numbered 15-53A on the street entrance.
-
-
-
- MTR: Island Line, Quarry Bay, exit A
-
- Tramway: Mount Parker Road
-
- Bus: Sunway Gardens / Westlands Road / Pan Hoi Street
-
-
-
- Tel: +852 59362721
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
Office
+
+
+ M-Labs Limited
+
+ G/F Kam Hoi Mansion, 31 Pan Hoi Street, Quarry Bay, Hong Kong
+
+
+
+ This is part of the building complex numbered 15-53A on the street entrance.
+
+
+
+ MTR: Island Line, Quarry Bay, exit A
+
+ Tramway: Mount Parker Road
+
+ Bus: Sunway Gardens / Westlands Road / Pan Hoi Street
+
+
+
+ Tel: +852 59362721
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% endblock %}
Copyright © , M-Labs. All Rights Reserved.
diff --git a/templates/about-us.html b/templates/about-us.html
index 49dd4af5..6db31515 100644
--- a/templates/about-us.html
+++ b/templates/about-us.html
@@ -3,4 +3,48 @@
{% block main_content %}
+
ABOUT US
+
+
+
+
+
Milkymist
+
+
+
+
+
+
+ Milkymist was founded in summer 2007 by Sébastien Bourdeauducq. The open source project tackled the development of a system-on-chip design capable of running MilkDrop. The name "Milkymist" was chosen to evoke a parallel MilkDrop. The development was no small task, as it required designing and/or integrating a powerful 32-bit microprocessor core, basic peripherals, many interfaces, a fast SDRAM controller, and graphics acceleration. The video synthesizer born out of those efforts, the Milkymist One, was launched in September 2011 with the help of open hardware company Sharism at Work.
+
+
+
+
+
+
+
+ Components of the Milkymist system-on-chip soon found many other uses, such as software-defined radio on board the International Space Station. The community grew and activities diversified, with the development of a TDC core for CERN (using a variant of the Milkymist SoC for integration), the Migen logic design system and its application to the Rhino software-defined radio platform, and the Mixxeo digital video mixer. In 2013, Milkymist was renamed to M-Labs to mark the more varied activities, and formally incorporated in Hong Kong as M-Labs Limited.
+
+
+
+
+
+
+
+
+
+
+
+ The company's current main project is ARTIQ, a leading-edge open source control system for quantum information experiments. In 2016, Robert Jördens joined the directorate of the company to further develop ARTIQ and other physics-related projects.
+
+
+
+
+
+
+
+
+
+
CONTACT US
+
{% endblock %}
\ No newline at end of file
diff --git a/templates/page.html b/templates/page.html
index b9471aa8..c61133c7 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1 +1,12 @@
{% extends 'section.html' %}
+
+{% block styles %}
+
+{% endblock %}
+
+
+{% block footer_contact %}{% endblock %}
\ No newline at end of file
diff --git a/templates/shortcodes/centercontent.html b/templates/shortcodes/centercontent.html
new file mode 100644
index 00000000..572fe2b0
--- /dev/null
+++ b/templates/shortcodes/centercontent.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/shortcodes/logos.html b/templates/shortcodes/logos.html
new file mode 100644
index 00000000..9e2e1743
--- /dev/null
+++ b/templates/shortcodes/logos.html
@@ -0,0 +1,3 @@
+
+ {{ body | markdown | safe }}
+
\ No newline at end of file
diff --git a/templates/shortcodes/quote.html b/templates/shortcodes/quote.html
new file mode 100644
index 00000000..8ca60c01
--- /dev/null
+++ b/templates/shortcodes/quote.html
@@ -0,0 +1,4 @@
+
+ {{ body }}
+ -- {{ author}}
+
\ No newline at end of file
diff --git a/templates/shortcodes/textimg.html b/templates/shortcodes/textimg.html
new file mode 100644
index 00000000..9d569e57
--- /dev/null
+++ b/templates/shortcodes/textimg.html
@@ -0,0 +1,61 @@
+
+
+ {% if bodyleft %}
+
+
+
+ {% if md %}
+
+ {{ body | markdown | safe }}
+
+ {% else %}
+
+ {{ body | safe }}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% else %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if md %}
+
+ {{ body | markdown | safe }}
+
+ {% else %}
+
+ {{ body | safe }}
+
+ {% endif %}
+
+
+
+ {% endif %}
+
+
\ No newline at end of file