{"id":3657,"date":"2021-08-05T18:21:08","date_gmt":"2021-08-05T18:21:08","guid":{"rendered":"https:\/\/test.darkolive.co.uk?page_id=3657"},"modified":"2023-04-30T19:24:48","modified_gmt":"2023-04-30T19:24:48","slug":"homepage","status":"publish","type":"page","link":"https:\/\/darkolive.co.uk\/cy\/","title":{"rendered":"Hafan"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3657\" class=\"elementor elementor-3657\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<header class=\"elementor-section elementor-top-section elementor-element elementor-element-36cb6a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"36cb6a4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6bc0a89\" data-id=\"6bc0a89\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-103c7e3 elementor-hidden-mobile elementor-widget elementor-widget-global elementor-global-11059 elementor-widget-html\" data-id=\"103c7e3\" data-element_type=\"widget\" id=\"scriptz\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/p5@1.4.0\/lib\/p5.js\"><\/script>\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\" integrity=\"sha256-\/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej\/m4=\" crossorigin=\"anonymous\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/2.1.3\/TweenMax.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/three.js\/110\/three.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/matter-js\/0.17.1\/matter.min.js\" integrity=\"sha512-3CP+e7z5ieYYTIyvRvV3eGVYR67yXg5V2mWfg8pEJJd2mlh8tG\/cnDv5scTmRztEYHTksBlpPOmxFOiMtHfZdQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/header>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a02010 elementor-section-full_width elementor-section-height-min-height elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-items-middle\" data-id=\"3a02010\" data-element_type=\"section\" id=\"physBox\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-94ebd89\" data-id=\"94ebd89\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da849d9 elementor-widget elementor-widget-html\" data-id=\"da849d9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!--<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/matter-js\/0.17.1\/matter.min.js\" integrity=\"sha512-3CP+e7z5ieYYTIyvRvV3eGVYR67yXg5V2mWfg8pEJJd2mlh8tG\/cnDv5scTmRztEYHTksBlpPOmxFOiMtHfZdQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>-->\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71684f3 elementor-widget elementor-widget-html\" data-id=\"71684f3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\nconst fric = 0.5;\nconst rest = 0.7;\n\nconst {\n  Engine,\n  Runner,\n  World,\n  Bodies,\n  Body,\n  Common,\n  Composite,\n  Mouse,\n  MouseConstraint,\n  Vertices\n} = Matter;\n\n\nMouse.removeElement = function(mouse, element) {\n\n    mouse.element = element;\n\n    \/\/element.removeEventListener('mousemove', mouse.mousemove);\n    \/\/element.removeEventListener('mousedown', mouse.mousedown);\n    \/\/element.removeEventListener('mouseup', mouse.mouseup);\n\n    element.removeEventListener(\"mousewheel\", mouse.mousewheel);\n    element.removeEventListener(\"DOMMouseScroll\", mouse.mousewheel);\n\n    element.removeEventListener('touchmove', mouse.mousemove);\n    element.removeEventListener('touchstart', mouse.mousedown);\n    element.removeEventListener('touchend', mouse.mouseup);\n};\nMouse.clearSourceEvents = function(mouse) {\n\n    Mouse.removeElement(mouse, mouse.element);\n\n    \/\/mouse.sourceEvents.mousemove = null;\n    \/\/mouse.sourceEvents.mousedown = null;\n    \/\/mouse.sourceEvents.mouseup = null;\n    mouse.sourceEvents.mousewheel = null;\n    mouse.wheelDelta = 0;\n};\n\nvar clientHeight = document.getElementById('physBox').clientHeight;\nvar clientWidth = document.getElementById('physBox').clientWidth;\n\/\/vertice points aquired from https:\/\/shinao.github.io\/PathToPoints\/\nconst blobD = Vertices.fromPath('10.4235750010825 77.51573373392407 7.029850830078126 75.4299172668457 4.274718785620295 72.54773370737246 2.188510284184478 69.14611783060745 0.7913133901627736 65.40219138325577 0.09197006398718799 61.45980047762196 0.07166626119613628 57.475322684228416 0.677444280795753 53.521907189744525 1.8348836440203011 49.69512179806021 3.383292654973062 46.01111867565159 4.497757286928595 42.162760563619436 5.071656718532555 38.22372261519078 5.26148835249152 34.224898433466436 5.194431058015107 30.218105291380123 4.98385888049491 26.2325844727638 4.731619980811491 22.230638463608106 4.551181419053567 18.23658207872238 4.586814071974587 14.237158903701417 5.058785442430483 10.274933517263953 6.321405934810638 6.483555607318879 8.728313738681376 3.3252404103204602 12.145396787804552 1.2793088750829915 16.00792719240021 0.28807510558608906 19.993617468971383 0.0012666578138796902 23.99803104152845 0.16572827313386373 27.955564903146588 0.6294681264134124 31.900747740535326 1.3350902689237139 35.76889403174909 2.302615708570971 39.584987315004405 3.5365219187469177 43.304640493608794 5.0195787113250265 46.899804284802386 6.733477319787068 50.39442516304703 8.686375711606976 53.75683814340982 10.861420583601783 56.96815359300076 13.24662987655775 60.00855195094179 15.82887717834022 62.886098235421045 18.623827217916812 65.55361991425279 21.599136077556253 68.00044949923851 24.760219354952806 70.19946685689237 28.102103674352556 72.11107220849803 31.606659203033736 73.70136375533966 35.2754654128657 74.9196847302384 39.09546596871561 75.70035020085679 43.01385398951061 75.98467986917495 46.99588309144974 75.71284620958566 50.979456538021566 74.84120838749334 54.8784706257129 73.36237003129722 58.589621576488014 71.31265776936536 62.02193362200039 68.76557874531896 65.11148082841129 65.83315040853074 67.81347877197953 62.590342401896606 70.15080526550207 59.11900640663775 72.1427729789551 55.484583506951 73.8199457814343 51.73851696287387 75.21966241105109 47.92758484503942 76.45830480260659 44.08788115809841 77.55817639102708 40.20801231624361 78.5047645162565 36.285803626954554 79.27648862636089 32.32882942781656 79.84551109654946 28.33394563511324 80.18009736926682 24.334764892578125 80.23994384765624 20.341349489090845 79.98124219153799 16.405363275937738 79.35736263476312 12.537284925349988 78.30955655966886');\nconst blobO = Vertices.fromPath('9.576581874003644 17.728418404934686 13.235343826549128 14.33952109302848 17.152284052982925 11.231299559733829 21.29193917057477 8.437902810452156 25.658329490242526 5.971495079152403 30.186003342350944 3.8874375399636327 34.89927462080098 2.199503802649225 39.74906720082275 0.9598821304898011 44.683135646224024 0.2151122091189026 49.66694878266868 0.0049548536924848285 54.6651445715886 0.3699936896017024 59.56456977443397 1.3314660360040147 64.31369683459005 2.893245071887752 68.82852237547492 5.026468247059543 73.05295974361896 7.680936398737133 76.95822083896142 10.797580479432522 80.52382472347306 14.30403209968946 83.7507596021439 18.139414091279498 86.2413718390544 22.45274866052554 87.73036656399863 27.209937431453028 88.3049361612238 32.17789652274735 88.11236823352098 37.15907956175157 87.29439918541907 42.09324276840687 85.96084930634497 46.919968690991396 84.19862634066119 51.59538355675526 82.0627296617031 56.11210175311566 79.5919837690796 60.45578736458413 76.80991716876252 64.61288786011748 73.7326637577936 68.56086485917785 70.38304768151325 72.2550144168542 66.73412953420727 75.6883379993249 62.82178270048647 78.77404394495662 58.608895721435545 81.46934898233413 54.12210509872436 83.66042542558908 49.36794243949652 85.22629763731453 44.44339735031128 86.00576266175509 39.455094268322 85.8621640270427 34.59531653768569 84.72241968259576 30.046001149594783 82.63299972790573 25.965761984169482 79.77237278035562 22.333525533340794 76.33608377441755 18.883929373983126 72.7211060505763 15.544821170020176 68.99136918812061 12.356119367041654 65.14415798792778 9.350126693644327 61.15374562478996 6.580482436289283 56.99723135771625 4.119976467531144 52.64058130447776 2.0886681633719992 48.07117568530119 0.6486240898188842 43.283109834803504 0.012550923796137425 38.335215675117446 0.38273326309025313 33.35205178296566 1.8269906398858875 28.574347576096656 4.195993530130014 24.186455724552275 7.239202139927308 20.2197514380198');\n\n\/\/ from http:\/\/paulbourke.net\/geometry\/polygonmesh\/\nfunction computeArea(vertices) {\n  let area = 0;\n  for (let i = 0; i < vertices.length - 1; i++) {\n    let v = vertices[i];\n    let vn = vertices[i + 1];\n    area += (v.x * vn.y - vn.x * v.y) \/ 2;\n  }\n\n  return area;\n}\n\nfunction computeCenter(vertices) {\n  let area = computeArea(vertices);\n  let cx = 0,\n    cy = 0;\n  for (let i = 0; i < vertices.length - 1; i++) {\n    let v = vertices[i];\n    let vn = vertices[i + 1];\n    cx += (v.x + vn.x) * (v.x * vn.y - vn.x * v.y) \/ (6 * area);\n    cy += (v.y + vn.y) * (v.x * vn.y - vn.x * v.y) \/ (6 * area);\n  }\n\n  return {\n    x: cx,\n    y: cy\n  };\n}\n\nconst center = computeCenter(blobD);\nconst centerO = computeCenter(blobO);\n\nlet engine;\nlet world;\nlet blobsD = [];\nlet blobsO = [];\n\nlet ground;\nlet ceiling;\nlet wallLeft;\nlet wallRight;\n\nlet mConstraint;\n\nvar scaleBlobs = (clientWidth*.14)\/75;\n\n\/\/blobD creation function\nfunction BlobD(x, y) {\n  let options = {\n    friction: fric,\n    restitution: rest\n  }\n\n  this.body = Bodies.fromVertices(x, y, blobD, options);\n  World.add(world, this.body);\n  \n  \/\/ Scales the body around the center\n  Body.scale(this.body, scaleBlobs, scaleBlobs);\n\n  this.show = function() {\n    var pos = this.body.position;\n    var angle = this.body.angle;\n\n    push();\n    translate(pos.x, pos.y);\n    rotate(angle);\n    scale(scaleBlobs, scaleBlobs);\n    translate(-center.x, -center.y);\n    strokeWeight(0);\n    fill('#546B2E')\n    beginShape();\n    for (const {\n        x,\n        y\n      } of blobD) {\n      curveVertex(x, y);\n    }\n    endShape(CLOSE);\n    pop();\n  }\n}\n\/\/blobO creation function\nfunction BlobO(x, y) {\n  let options = {\n    friction: fric,\n    restitution: rest\n  }\n\n  this.body = Bodies.fromVertices(x, y, blobO, options);\n  World.add(world, this.body);\n  \n  \/\/ Scales the body around the center\n  Body.scale(this.body, scaleBlobs, scaleBlobs);\n  console.log(this.body)\n\n  this.show = function() {\n    var pos = this.body.position;\n    var angle = this.body.angle;\n\n    push();\n    translate(pos.x, pos.y);\n    rotate(angle);\n    scale(scaleBlobs, scaleBlobs);\n    translate(-centerO.x, -centerO.y);\n    strokeWeight(0);\n    fill('#D16900')\n    beginShape();\n    for (const {\n        x,\n        y\n      } of blobO) {\n      curveVertex(x, y);\n    }\n    endShape(CLOSE);\n    pop();\n  }\n}\n\n\/\/start sim after x time\nfunction setup() {\n    setTimeout(function() {\n  const cnv = createCanvas(clientWidth, clientHeight);\n  cnv.parent(\"physBox\");\n\n  engine = Engine.create();\n  world = engine.world;\n\n  const runner = Runner.create();\n  Runner.run(runner, engine);\n    \/\/add ground\n    ground = Bodies.rectangle(clientWidth\/2, clientHeight+500, clientWidth, 1000, { isStatic: true });\n    World.add(world, ground);\n    \/\/add ceiling\n    ceiling = Bodies.rectangle(clientWidth\/2, -clientHeight-500, clientWidth, 1000, { isStatic: true });\n    World.add(world, ceiling);\n    \/\/add left wall\n    wallLeft = Bodies.rectangle(-500, clientHeight\/2, 1000, clientHeight*2, { isStatic: true });\n    World.add(world, wallLeft);\n    \/\/add right wall\n    wallRight = Bodies.rectangle(clientWidth+500, clientHeight\/2, 1000, clientHeight*2, { isStatic: true });\n    World.add(world, wallRight);\n  \/\/create x bodies\n  var rl = .05;\n  var rh = .1;\n  \/\/D\n  for (let i = 0; i < 4; i++) {\n    blobsD.push(new BlobD( (clientWidth\/2)+random(clientWidth\/4,-clientWidth\/3),\n    random(-clientHeight\/1.5,-clientHeight\/2),\n    clientWidth*random(rl,rh) ));\n  }\n  \/\/O\n  for (let i = 0; i < 5; i++) {\n    blobsO.push(new BlobO( (clientWidth\/2)+random(clientWidth\/4,-clientWidth\/3),\n    random(-clientHeight\/1.5,-clientHeight\/2),\n    clientWidth*random(rl,rh) ));\n  }\n    \/\/mouse interactions\n    var options = {\n        mouse: canvasmouse\n    }\n    var canvasmouse = Mouse.create(cnv.elt);\n    mConstraint = MouseConstraint.create(engine);\n    World.add(world,mConstraint);\n    \n    \n        \n    }, 1500);\n\n};\n\nfunction draw() {\n  background('#EEF2FD');\n  \/\/show all bodies\n  \/\/D\n  for (var i = 0; i < blobsD.length; i++) {\n    blobsD[i].show();\n  }\n  \/\/O\n  for (var i = 0; i < blobsO.length; i++) {\n    blobsO[i].show();\n  }\n}\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de1a7e6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"de1a7e6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:0,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Yr ydym yn a <span style=\"color:black\" class=\"head-span\">digwyddiadau creadigol<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09f50bc animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"09f50bc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:0,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">&amp; <span style=\"color:black\" class=\"head-span\">hyfforddiant<\/span> cwmni<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-946d57a elementor-section-full_width elementor-hidden-desktop elementor-section-height-default elementor-section-height-default\" data-id=\"946d57a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e3cda3d elementor-hidden-desktop\" data-id=\"e3cda3d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fb4174 elementor-widget elementor-widget-heading\" data-id=\"6fb4174\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Yr ydym yn a <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efe1278 elementor-widget elementor-widget-heading\" data-id=\"efe1278\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#546B2E\" class=\"head-span-mob\">digwyddiadau creadigol<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94d6f26 elementor-widget elementor-widget-heading\" data-id=\"94d6f26\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">&amp; <span style=\"color:#D16900\" class=\"head-span-mob\">hyfforddiant<\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c466980 elementor-widget elementor-widget-heading\" data-id=\"c466980\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"> cwmni<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-256875a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"256875a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79464c2\" data-id=\"79464c2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-962fe0f elementor-widget elementor-widget-heading\" data-id=\"962fe0f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Mae Dark Olive yn Gwmni Buddiannau Cymunedol sy&#039;n arbenigo mewn cynhyrchu a rheoli digwyddiadau ochr yn ochr \u00e2 rhaglen hyfforddi digwyddiadau unigryw.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-47baf50 elementor-section-full_width elementor-section-height-min-height elementor-section-items-top elementor-section-height-default\" data-id=\"47baf50\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-158d741\" data-id=\"158d741\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-54d11b6 elementor-widget elementor-widget-image\" data-id=\"54d11b6\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:34,&quot;end&quot;:57}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/unboxed2022.uk\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"105\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/2022\/09\/unboxed.png\" class=\"attachment-medium size-medium wp-image-8890\" alt=\"Dad-flychau\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4af4b94 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"4af4b94\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/greenspacedarkskies.uk\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"748\" height=\"320\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/2022\/09\/greenspace.png\" class=\"attachment-medium_large size-medium_large wp-image-8891\" alt=\"Awyr Dywyll Mannau Gwyrdd\" srcset=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/2022\/09\/greenspace.png 748w, https:\/\/darkolive.co.uk\/wp-content\/uploads\/2022\/09\/greenspace-300x128.png 300w\" sizes=\"(max-width: 748px) 100vw, 748px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1f1f18 elementor-widget elementor-widget-image\" data-id=\"f1f1f18\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/walktheplank.co.uk\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"207\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/walktheplank-white-300x207.png\" class=\"attachment-medium size-medium wp-image-16651\" alt=\"Cerdded Y Planc\" srcset=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/walktheplank-white-300x207.png 300w, https:\/\/darkolive.co.uk\/wp-content\/uploads\/walktheplank-white-18x12.png 18w, https:\/\/darkolive.co.uk\/wp-content\/uploads\/walktheplank-white.png 350w\" sizes=\"(max-width: 300px) 100vw, 300px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6be2bb3 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"6be2bb3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/wyrddfanc\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-left\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-bookmark\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Darllen mwy<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-091bd04 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"091bd04\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-abaee2a\" data-id=\"abaee2a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-450ec65 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-eael-dynamic-filterable-gallery\" data-id=\"450ec65\" data-element_type=\"widget\" data-settings=\"{&quot;eael_fg_columns&quot;:&quot;3&quot;,&quot;eael_fg_columns_tablet&quot;:&quot;2&quot;,&quot;eael_fg_columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"eael-dynamic-filterable-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"eael-filter-gallery-wrapper-450ec65\" class=\"eael-filter-gallery-wrapper\"><div class=\"eael-filter-gallery-container eael-post-appender eael-post-appender-450ec65 grid eael-hoverer 3\" data-settings=\"{&quot;item_style&quot;:&quot;eael-hoverer&quot;,&quot;duration&quot;:500,&quot;layout_mode&quot;:&quot;grid&quot;}\"><div class=\"dynamic-gallery-item contemporary-art entertainment meadow-arts weston-park entertainment contemporary-art meadow-arts weston-park\">\n            <div class=\"dynamic-gallery-item-inner\" data-itemid=\" 4189 \">\n                <div class=\"dynamic-gallery-thumbnail\"><img decoding=\"async\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/Synthetic-Landscapes-Cover-768x480.jpg\" alt=\"Gorchudd Tirweddau Synthetig\" title=\"\"><div class=\"caption eael-fade-in\"><div class=\"item-content\"><h2 class=\"title\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/tirweddau-synthetig\/\">Synthetic Landscapes<\/a><\/h2><\/div><div class=\"buttons\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/tirweddau-synthetig\/\"><i aria-hidden=\"true\" class=\"far fa-eye\"><\/i><\/a><\/div><\/div><\/div>\n            <\/div>\n        <\/div><div class=\"dynamic-gallery-item entertainment outdoorplays theatre entertainment outdoorplays theatre\">\n            <div class=\"dynamic-gallery-item-inner\" data-itemid=\" 4213 \">\n                <div class=\"dynamic-gallery-thumbnail\"><img decoding=\"async\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/Grosvenor-Park-Open-Air-Theatre-Cover-768x370.jpg\" alt=\"Gorchudd Theatr Awyr Agored Parc Grosvenor\" title=\"\"><div class=\"caption eael-fade-in\"><div class=\"item-content\"><h2 class=\"title\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/grosvenor-parc-theatr-awyr-agored-2\/\">Grosvenor Park Open Air Theatre<\/a><\/h2><\/div><div class=\"buttons\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/grosvenor-parc-theatr-awyr-agored-2\/\"><i aria-hidden=\"true\" class=\"far fa-eye\"><\/i><\/a><\/div><\/div><\/div>\n            <\/div>\n        <\/div><div class=\"dynamic-gallery-item cheshireeast cheshireeastcouncil cheshireeastreflects crewetowncouncil entertainment illuminosvales entertainment cheshireeast cheshireeastcouncil cheshireeastreflects crewetowncouncil illuminosvales\">\n            <div class=\"dynamic-gallery-item-inner\" data-itemid=\" 4217 \">\n                <div class=\"dynamic-gallery-thumbnail\"><img decoding=\"async\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/Chesire-East-Reflects-Cover-768x370.jpg\" alt=\"Mae Chesire East yn Adlewyrchu Clawr\" title=\"\"><div class=\"caption eael-fade-in\"><div class=\"item-content\"><h2 class=\"title\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/pan-y-golau-mynd-allan-2\/\">When the Light Goes Out<\/a><\/h2><\/div><div class=\"buttons\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/pan-y-golau-mynd-allan-2\/\"><i aria-hidden=\"true\" class=\"far fa-eye\"><\/i><\/a><\/div><\/div><\/div>\n            <\/div>\n        <\/div><div class=\"dynamic-gallery-item art artcollector artist artlovers artoftheday artwork ceramics claysculpture contemporaryart contemporaryartist entertainment exhibition gallery laurawhite2 meadowarts modernart sculpture themorw entertainment art artcollector artist artlovers artoftheday artwork ceramics claysculpture contemporaryart contemporaryartist exhibition gallery laurawhite2 meadowarts modernart sculpture themorw\">\n            <div class=\"dynamic-gallery-item-inner\" data-itemid=\" 14845 \">\n                <div class=\"dynamic-gallery-thumbnail\"><img decoding=\"async\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/Precious-Clay-Cover-768x370.jpg\" alt=\"Gorchudd Clai Gwerthfawr\" title=\"\"><div class=\"caption eael-fade-in\"><div class=\"item-content\"><h2 class=\"title\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/gwerthfawr-clai\/\">The Precious Clay<\/a><\/h2><\/div><div class=\"buttons\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/gwerthfawr-clai\/\"><i aria-hidden=\"true\" class=\"far fa-eye\"><\/i><\/a><\/div><\/div><\/div>\n            <\/div>\n        <\/div><div class=\"dynamic-gallery-item _teddyhunter cadw cadwcymruwales celfcymruarts celfyddydau discovercymru discoverwales entertainment gwennomusic gwennosaunders heritage northwales northwalestagram tactileb0sch tactilebosch teddyhunterartist tinshedtheatreco visitwales entertainment _teddyhunter cadw cadwcymruwales celfcymruarts celfyddydau discovercymru discoverwales gwennomusic gwennosaunders heritage northwales northwalestagram tactileb0sch tactilebosch teddyhunterartist tinshedtheatreco visitwales\">\n            <div class=\"dynamic-gallery-item-inner\" data-itemid=\" 13413 \">\n                <div class=\"dynamic-gallery-thumbnail\"><img decoding=\"async\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/Bryn-Celli-Ddu-Cover-768x370.jpg\" alt=\"Clawr Bryn Celli Ddu\" title=\"\"><div class=\"caption eael-fade-in\"><div class=\"item-content\"><h2 class=\"title\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/heuldro\/\">Heuldro<\/a><\/h2><\/div><div class=\"buttons\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/heuldro\/\"><i aria-hidden=\"true\" class=\"far fa-eye\"><\/i><\/a><\/div><\/div><\/div>\n            <\/div>\n        <\/div><div class=\"dynamic-gallery-item cheshireeast cheshireeastcouncil creativefestival crewetowncouncil culture entertainment festival fleetwoodtransport leftcoastuk loveoldham sparepartsfest sparepartsfestival walkabout wyrecouncil entertainment cheshireeast cheshireeastcouncil creativefestival crewetowncouncil culture festival fleetwoodtransport leftcoastuk loveoldham sparepartsfest sparepartsfestival walkabout wyrecouncil\">\n            <div class=\"dynamic-gallery-item-inner\" data-itemid=\" 4524 \">\n                <div class=\"dynamic-gallery-thumbnail\"><img decoding=\"async\" src=\"https:\/\/darkolive.co.uk\/wp-content\/uploads\/Spare-Parts-Cover-768x480.jpg\" alt=\"Gorchudd Rhannau Sb\u00e2r\" title=\"\"><div class=\"caption eael-fade-in\"><div class=\"item-content\"><h2 class=\"title\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/rhannau-sbar-2\/\">SpareParts<\/a><\/h2><\/div><div class=\"buttons\"><a href=\"https:\/\/darkolive.co.uk\/cy\/adloniant\/rhannau-sbar-2\/\"><i aria-hidden=\"true\" class=\"far fa-eye\"><\/i><\/a><\/div><\/div><\/div>\n            <\/div>\n        <\/div><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Mae Dark Olive CIC yn gweithio gydag Awdurdodau Lleol, sefydliadau diwylliannol, cymunedau a gwyliau i ddarparu profiadau rhagorol, atyniadol a throchi<\/p>","protected":false},"author":2,"featured_media":16953,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-3657","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/pages\/3657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/comments?post=3657"}],"version-history":[{"count":0,"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/pages\/3657\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/media\/16953"}],"wp:attachment":[{"href":"https:\/\/darkolive.co.uk\/cy\/wp-json\/wp\/v2\/media?parent=3657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}