Newer
Older
const { images_url } = require("../../../constants");
const ServiceSection = require("./components/service-section");
const SoftwareArticles = require("./components/software-articles");
class: "page-header logo-left",
contents: [
{
tag: "div",
class: "page-contents-center grid-wrapper",
contents: [
{
tag: "div",
class: "logo",
contents: [
{
tag: "img",
alt: `image mechanic electronic`,
},
{ tag: "h1", contents: "Software" },
{
tag: "p",
contents: `Développement web, moteurs de jeux et outillage logiciel.`,
{
tag: "h2",
id: "projects", //anchor
{
tag: "h2",
id: "service", //anchor
contents: "Prestation de services",
class: "page-section-title",
},
new ServiceSection().render(),
],
};
}
}
module.exports = SoftwareDevelopment;