News

Philemo—nn is an official partner of the Ovalay Award 2024.

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = argumentsi; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { targetkey = sourcekey; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeysi; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; targetkey = sourcekey; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeysi; if (excluded.indexOf(key) >= 0) continue; targetkey = sourcekey; } return target; }

/ @jsxRuntime classic /

/ @jsx mdx / var _frontmatter = { "template": "SinglePost", "title": "Philemo—nn is an official partner of the Ovalay Award 2024.", "status": "Published", "date": "2018-05-25T00:00:00.000Z", "featuredImage": "https://ucarecdn.com/bd5d1edc-73be-488a-9d50-8ec28f5ab6a9/", "excerpt": "This is placeholder text that our web designers put here to make sure words appear properly on your website. This text is going to be replaced once the website is completed. You are currently reading text that is written in English, not any other language.", "categories": { "category": "News" }, "tag": "Press Release", "meta": { "description": "test meta description", "title": "test meta title" } }; var layoutProps = { _frontmatter: _frontmatter }; var MDXLayout = "wrapper"; return function MDXContent(_ref) { var components = _ref.components, props = _objectWithoutProperties(_ref, "components");

return mdx(MDXLayout, _extends({}, layoutProps, props, { components: components, mdxType: "MDXLayout" }), mdx("p", null, "This is placeholder text that our web designers put here to make sure words appear properly on your website. This text is going to be replaced once the website is completed. You are currently reading text that is written in English, not any other language."), mdx("p", null, "Be careful not to waste too much time reading placeholder text! This text isn\u2019t going to remain here because it doesn't pertain to the website. This paragraph has been copied from a program that automatically generates paragraphs like this. It is useful for web designers to use placeholder text so they can easily see what different fonts look like on a realistic paragraph.")); } ; MDXContent.isMDXComponent = true;