|
Server IP : 2a02:4780:11:1596:0:cbc:26e7:10 / Your IP : 216.73.216.78 Web Server : LiteSpeed System : Linux in-mum-web1496.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64 User : u213657319 ( 213657319) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u213657319/domains/../public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<style>
.modalZZ{
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
.closeZZ {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.closeZZ:hover,
.closeZZ:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
</style>
<button id="myBtnZZ" class="btn btn-primary">Read More</button>
<div id="myModalZZ" class="modalZZ">
<div class="modal-content">
<span class="closeZZ" style="color:blue;">×</span>
<h2>Enterprise Software Development Services</h2>
<p>We help organizations become a lasting success by re-engineering enterprise software development solutions of different complexity levels.
Our custom software application development solutions will help scale your business infrastructure while improving the key facets of your organization at the same time.</p><br>
<h2>Software Product Development Services</h2>
<p>We are a full-cycle software product development company
that helps your organization with end-to-end product development services – starting from market research and business analysis to development, deployment, post-launch maintenance.</p><br>
</p></div>
</div>
<script>
var modalZZ = document.getElementById("myModalZZ");
var btn = document.getElementById("myBtnZZ");
var span = document.getElementsByClassName("closeZZ")[0];
btn.onclick = function() {
modalZZ.style.display = "block";
}
span.onclick = function() {
modalZZ.style.display = "none";
}
window.onclick = function(event) {
if (event.target == modalZZ) {
modalZZ.style.display = "none";
}
}
</script>