|
|
|
@@ -2,13 +2,13 @@
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="dark:text-slate-100 bg-[#f5f7fa] flex w-fit flex-col items-center ">
|
|
|
|
<div class="dark:text-slate-100 bg-[#f5f7fa] dark:bg-gray-700 flex w-fit flex-col items-center ">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg shadow-lg flex-col bg-white items-center">
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg dark:bg-gray-600 shadow-lg flex-col bg-white items-center">
|
|
|
|
<h1 class="text-3xl">Welcome to Release11 Tools</h1>
|
|
|
|
<h1 class="text-3xl">Welcome to Release11 Tools</h1>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg dark:bg-gray-600 shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">construction</i>
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">construction</i>
|
|
|
|
<h2 class="text-xl">Our tool set is split to three main categories:</h2>
|
|
|
|
<h2 class="text-xl">Our tool set is split to three main categories:</h2>
|
|
|
|
@@ -26,7 +26,7 @@
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full dark:bg-gray-600 rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">code</i>
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">code</i>
|
|
|
|
<h2 class="text-xl ">XML - Tools:</h2>
|
|
|
|
<h2 class="text-xl ">XML - Tools:</h2>
|
|
|
|
@@ -40,14 +40,14 @@
|
|
|
|
<li><strong>XSLT</strong> - Allows to transform XML using XSLT transform.</li>
|
|
|
|
<li><strong>XSLT</strong> - Allows to transform XML using XSLT transform.</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full dark:bg-gray-600 rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">format_align_left</i>
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">format_align_left</i>
|
|
|
|
<h2 class="text-xl ">Formatter - Tools:</h2>
|
|
|
|
<h2 class="text-xl ">Formatter - Tools:</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<p>These are tools that allow to format or minimize files in bespoken formats.</p>
|
|
|
|
<p>These are tools that allow to format or minimize files in bespoken formats.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full dark:bg-gray-600 rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">lan</i>
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0]">lan</i>
|
|
|
|
<h2 class="text-xl ">REST - Tools:</h2>
|
|
|
|
<h2 class="text-xl ">REST - Tools:</h2>
|
|
|
|
@@ -57,7 +57,7 @@
|
|
|
|
clients.
|
|
|
|
clients.
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex my-4 px-4 py-4 w-full dark:bg-gray-600 rounded-lg shadow-lg flex-col bg-white ">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<div class="flex items-center gap-2">
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0] ">cached</i>
|
|
|
|
<i class="material-icons text-2xl text-[#2A93B0] ">cached</i>
|
|
|
|
<h2 class="text-xl ">Encoder - Tools:</h2>
|
|
|
|
<h2 class="text-xl ">Encoder - Tools:</h2>
|
|
|
|
|