<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.1.2/tailwind.min.css">
<section class="py-3 stats-section">
<div class="flex justify-between">
<div class="left-side">
<img src="https://sendeyo.com/up/d/4ab00b7cd0" alt="" class="xl:max-w-2xl" style="width: 705px">
<div class="ml-6 stats-block">
<div class="stats-blocks">
<div class="stats-block-info text-center absolute w-1/5">
<span class="record text-5xl">40+</span>
<span class="record-description block text-xl font-bold">Completed projects</span>
</div>
<div class="stats-block-info text-center absolute w-1/5">
<span class="record text-5xl">120+</span>
<span class="record-description block text-xl font-bold">Partners</span>
</div>
<div class="stats-block-info text-center absolute w-1/5">
<span class="record text-5xl">80+</span>
<span class="record-description block text-xl font-bold">Happy clients</span>
</div>
<div class="stats-block-info text-center absolute w-1/5">
<span class="record text-5xl">50+</span>
<span class="record-description block text-xl font-bold">Creative vision</span>
</div>
</div>
</div>
</div>
<div class="container mx-auto">
<div class="right-side w-4/5 flex lg:ml-auto xl:justify-center">
<div class="lg:w-2/3 xl:w-1/2">
<h2 class="text-5xl font-bold pb-5 leading-tight mt-12">Creative vision and digital experience</h2>
<p>
Suntem agenția care combină tehnologia şi creativitatea, în beneficiul afacerii tale! Într-o lume în care digitalul e de nelipsit pentru succesul unui proiect, Noi am adunat o echipă de specialiști entuziaști și un cadru perfect pentru rezultate vizibile.
</p>
</div>
</div>
</div>
</div>
</section>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |