Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 6655c33

Browse files
Merge pull request #9 from intuitem/develop
Develop
2 parents 56ce515 + f693bad commit 6655c33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1044
-431
lines changed

404.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<body class="bg-gray-100">
1111
<!-- This file lives in public/404.html -->
12-
<div class="h-screen w-screen flex flex-wrap justify-center content-center items-center absolute z-0">
12+
<div class="h-screen w-full flex flex-wrap justify-center content-center items-center absolute z-0">
1313
<svg class="w-full p-6 lg:p-64 fill-current text-gray-300" viewBox="0 0 445 202" xmlns="http://www.w3.org/2000/svg">
1414
<path d="M137.587 154.953h-22.102V197h-37.6v-42.047H.53v-33.557L72.36 2.803h43.125V124.9h22.102v30.053zM77.886 124.9V40.537L28.966 124.9h48.92zm116.707-23.718c0 22.46 1.842 39.643 5.525 51.547 3.684 11.905 11.23 17.857 22.64 17.857 11.411 0 18.89-5.952 22.44-17.857 3.548-11.904 5.323-29.086 5.323-51.547 0-23.54-1.775-40.97-5.324-52.29s-11.028-16.98-22.438-16.98c-11.41 0-18.957 5.66-22.64 16.98-3.684 11.32-5.526 28.75-5.526 52.29zM222.759.242c24.887 0 42.339 8.76 52.356 26.28 10.018 17.52 15.027 42.406 15.027 74.66s-5.01 57.095-15.027 74.525c-10.017 17.43-27.47 26.145-52.356 26.145-24.887 0-42.339-8.715-52.357-26.145-10.017-17.43-15.026-42.271-15.026-74.525 0-32.254 5.009-57.14 15.026-74.66C180.42 9.001 197.872.241 222.76.241zm221.824 154.711h-22.102V197h-37.6v-42.047h-77.355v-33.557l71.83-118.593h43.125V124.9h22.102v30.053zM384.882 124.9V40.537l-48.92 84.363h48.92z" fill-rule="nonzero" />
1515
</svg>
1616
</div>
17-
<div class="h-screen w-screen flex flex-wrap justify-center content-end md:content-center items-end md:items-center relative z-10">
17+
<div class="h-screen w-full flex flex-wrap justify-center content-end md:content-center items-end md:items-center relative z-10">
1818
<div class="p-6 text-center ">
1919
<h2 class="uppercase text-xl lg:text-5xl font-black">We are sorry, Page not found!</h2>
2020
<p class="mt-3 uppercase text-sm lg:text-base text-gray-900">The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>

old/beta/_astro/agile-security-framework.660308e4.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

old/beta/agile-security-framework/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mt-16 text-center">
113113
<h1 class="text-4xl lg:text-5xl font-bold lg:tracking-tight">
114114
Agile Security Framework

old/beta/blog/agile/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mx-auto max-w-[735px] mt-14">
113113
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
114114
articles

old/beta/blog/complete-guide-fullstack-development/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mx-auto max-w-[735px] mt-14">
113113
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
114114
Tutorials

old/beta/blog/edr/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mx-auto max-w-[735px] mt-14">
113113
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
114114
research

old/beta/blog/essential-data-structures-algorithms/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mx-auto max-w-[735px] mt-14">
113113
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
114114
Courses

old/beta/blog/how-to-become-frontend-master/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mx-auto max-w-[735px] mt-14">
113113
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
114114
Tutorials

old/beta/blog/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mt-16 text-center">
113113
<h1 class="text-4xl lg:text-5xl font-bold lg:tracking-tight">
114114
Our Blog

old/beta/blog/kitchensink/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<div class="mx-auto max-w-[735px] mt-14">
113113
<span class="text-blue-400 uppercase tracking-wider text-sm font-medium">
114114
Technology

old/beta/contact/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link rel="stylesheet" href="/_astro/contact.a259e1be.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4242
</script></head>
4343
<body>
44-
<div class="max-w-screen-xl mx-auto px-5">
44+
<div class="max-w-full-xl mx-auto px-5">
4545
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4646
<div class="flex w-full lg:w-auto items-center justify-between">
4747
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -109,7 +109,7 @@
109109
</div>
110110
</header>
111111
</div>
112-
<div class="max-w-screen-xl mx-auto px-5">
112+
<div class="max-w-full-xl mx-auto px-5">
113113
<div class="mt-16 text-center">
114114
<h1 class="text-4xl lg:text-5xl font-bold lg:tracking-tight">
115115
Contact

old/beta/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="/_astro/agile-security-framework.660308e4.css" /><script type="module">document.addEventListener("DOMContentLoaded",function(){document.getElementById("astronav-menu").addEventListener("click",()=>{[...document.querySelectorAll(".astronav-toggle")].forEach(e=>{e.classList.toggle("hidden")})});const o=document.querySelectorAll(".astronav-dropdown");o.forEach(e=>{const r=e.querySelector("button");r.addEventListener("click",n=>{e.classList.toggle("open"),e.setAttribute("aria-expanded",e.getAttribute("aria-expanded")==="true"?"false":"true"),e.hasAttribute("open")?e.removeAttribute("open"):e.setAttribute("open",""),r.nextElementSibling.classList.toggle("hidden"),Array.from(o).filter(t=>t!==e).forEach(t=>{t.classList.remove("open"),t.removeAttribute("open"),t.setAttribute("aria-expanded","false"),t.querySelector(".dropdown-toggle").classList.add("hidden")}),n.stopPropagation()})}),document.addEventListener("click",()=>{o.forEach(e=>{e.classList.remove("open"),e.removeAttribute("open"),e.setAttribute("aria-expanded","false")}),document.querySelectorAll(".dropdown-toggle").forEach(e=>e.classList.add("hidden"))})});
4141
</script></head>
4242
<body>
43-
<div class="max-w-screen-xl mx-auto px-5">
43+
<div class="max-w-full-xl mx-auto px-5">
4444
<header class="flex flex-col lg:flex-row justify-between items-center my-5">
4545
<div class="flex w-full lg:w-auto items-center justify-between">
4646
<a href="/" class="text-lg"><span class="font-bold text-slate-800">intuitem</span>
@@ -108,7 +108,7 @@
108108
</div>
109109
</header>
110110
</div>
111-
<div class="max-w-screen-xl mx-auto px-5">
111+
<div class="max-w-full-xl mx-auto px-5">
112112
<main class="grid lg:grid-cols-2 place-items-center pt-16 pb-8 md:pt-12 md:pb-24">
113113
<div class="py-6 md:order-1 hidden md:block">
114114
<picture>

0 commit comments

Comments
 (0)