Domain compro.sk
Slovakia
WebSupport s.r.o.
Software information

openresty openresty

tcp/443 tcp/80

  • Open service 37.9.175.196:80 · compro.sk

    2026-01-26 13:19

    HTTP/1.1 200 OK
    Server: openresty
    Date: Mon, 26 Jan 2026 13:19:18 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Thu, 18 Sep 2025 00:30:13 GMT
    ETag: "32d2-63f0874dfd497"
    
    Page title: COMPRO Trade Consulting, s.r.o. - Technologické riešenia
    
    <!DOCTYPE html>
    <html lang="sk">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>COMPRO Trade Consulting, s.r.o. - Technologické riešenia</title>
      <!-- Cache buster: 2024-01-15 -->
      <link rel="stylesheet" href="styles.css">
      <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
      <style>
        /* Štýly pre sekciu certifikátov */
        .certifikaty-section {
          padding: var(--section-padding);
          background: var(--section-background);
        }
    
        .section-title {
          text-align: center;
          margin-bottom: 50px;
        }
    
        .certifications-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          margin-top: 40px;
        }
    
        @media (max-width: 992px) {
          .certifications-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }
    
        @media (max-width: 768px) {
          .certifications-grid {
            grid-template-columns: 1fr;
          }
        }
    
        .certification-card {
          background: var(--card-background);
          padding: 40px 30px;
          border-radius: 15px;
          text-align: center;
          box-shadow: var(--box-shadow);
          transition: var(--transition);
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          overflow: hidden;
          transform-origin: center;
          border: 1px solid transparent;
        }
    
        .certification-card:hover {
          transform: translateY(-10px);
          animation: soft-glow 3s infinite;
          border: 1px solid rgba(76, 175, 80, 0.3);
        }
    
        .certification-card i {
          font-size: 48px;
          color: var(--primary-color);
          margin-bottom: 25px;
          transition: transform 0.3s ease, color 0.3s ease;
        }
    
        .certification-card:hover i {
          animation: gentle-rotate 3s infinite;
          color: var(--primary-color);
        }
    
        .certification-card h3 {
          color: var(--primary-color);
          margin-bottom: 20px;
          font-size: 1.4rem;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card p {
          line-height: 1.6;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(145deg, 
                    rgba(76, 175, 80, 0.05) 0%, 
                    rgba(76, 175, 80, 0.1) 50%, 
                    rgba(76, 175, 80, 0.05) 100%);
          opacity: 0;
          transition: opacity 0.5s ease;
          z-index: 0;
          border-radius: inherit;
        }
    
        .certification-card:hover::before {
          opacity: 1;
        }
    
        .certification-card:hover h3 {
          color: var(--primary-color);
          text-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
        }
    
        /* Nová animácia glow efektu */
        @keyframes soft-glow {
          0% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
          50% {
            box-shadow: 0 5px 25px rgba(76, 175, 80, 0.3), 0 0 10px rgba(76, 175, 80, 0.3);
            border-color: rgba(76, 175, 80, 0.5);
          }
          100% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
        }
        
        /* Nová animácia jemnej rotácie pre ikony */
        @keyframes gentle-rotate {
          0% {
            transform: rotate(0deg);
          }
          25% {
            transform: rotate(3deg);
          }
          75% {
            transform: rotate(-3deg);
          }
          100% {
            transform: rotate(0deg);
          }
        }
      </style>
    </head>
    <body>
      <nav class="main-nav">
        <div class="nav-container">
          <div class="logo">
            <a href="index.html" data-translate="common.company_name">COMPRO Trade Consulting</a>
          </div>
          <div class="menu-toggle">
            <i class="fas fa-bars"></i>
          </div>
          <ul class="nav-links">
            <li><a href="index.html"
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a00:4b40:aaaa:2009::5:80 · compro.sk

    2026-01-26 13:19

    HTTP/1.1 200 OK
    Server: openresty
    Date: Mon, 26 Jan 2026 13:19:18 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Thu, 18 Sep 2025 00:30:13 GMT
    ETag: "32d2-63f0874dfd497"
    
    Page title: COMPRO Trade Consulting, s.r.o. - Technologické riešenia
    
    <!DOCTYPE html>
    <html lang="sk">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>COMPRO Trade Consulting, s.r.o. - Technologické riešenia</title>
      <!-- Cache buster: 2024-01-15 -->
      <link rel="stylesheet" href="styles.css">
      <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
      <style>
        /* Štýly pre sekciu certifikátov */
        .certifikaty-section {
          padding: var(--section-padding);
          background: var(--section-background);
        }
    
        .section-title {
          text-align: center;
          margin-bottom: 50px;
        }
    
        .certifications-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          margin-top: 40px;
        }
    
        @media (max-width: 992px) {
          .certifications-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }
    
        @media (max-width: 768px) {
          .certifications-grid {
            grid-template-columns: 1fr;
          }
        }
    
        .certification-card {
          background: var(--card-background);
          padding: 40px 30px;
          border-radius: 15px;
          text-align: center;
          box-shadow: var(--box-shadow);
          transition: var(--transition);
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          overflow: hidden;
          transform-origin: center;
          border: 1px solid transparent;
        }
    
        .certification-card:hover {
          transform: translateY(-10px);
          animation: soft-glow 3s infinite;
          border: 1px solid rgba(76, 175, 80, 0.3);
        }
    
        .certification-card i {
          font-size: 48px;
          color: var(--primary-color);
          margin-bottom: 25px;
          transition: transform 0.3s ease, color 0.3s ease;
        }
    
        .certification-card:hover i {
          animation: gentle-rotate 3s infinite;
          color: var(--primary-color);
        }
    
        .certification-card h3 {
          color: var(--primary-color);
          margin-bottom: 20px;
          font-size: 1.4rem;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card p {
          line-height: 1.6;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(145deg, 
                    rgba(76, 175, 80, 0.05) 0%, 
                    rgba(76, 175, 80, 0.1) 50%, 
                    rgba(76, 175, 80, 0.05) 100%);
          opacity: 0;
          transition: opacity 0.5s ease;
          z-index: 0;
          border-radius: inherit;
        }
    
        .certification-card:hover::before {
          opacity: 1;
        }
    
        .certification-card:hover h3 {
          color: var(--primary-color);
          text-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
        }
    
        /* Nová animácia glow efektu */
        @keyframes soft-glow {
          0% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
          50% {
            box-shadow: 0 5px 25px rgba(76, 175, 80, 0.3), 0 0 10px rgba(76, 175, 80, 0.3);
            border-color: rgba(76, 175, 80, 0.5);
          }
          100% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
        }
        
        /* Nová animácia jemnej rotácie pre ikony */
        @keyframes gentle-rotate {
          0% {
            transform: rotate(0deg);
          }
          25% {
            transform: rotate(3deg);
          }
          75% {
            transform: rotate(-3deg);
          }
          100% {
            transform: rotate(0deg);
          }
        }
      </style>
    </head>
    <body>
      <nav class="main-nav">
        <div class="nav-container">
          <div class="logo">
            <a href="index.html" data-translate="common.company_name">COMPRO Trade Consulting</a>
          </div>
          <div class="menu-toggle">
            <i class="fas fa-bars"></i>
          </div>
          <ul class="nav-links">
            <li><a href="index.html"
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 37.9.175.196:443 · compro.sk

    2026-01-26 13:19

    HTTP/1.1 200 OK
    Server: openresty
    Date: Mon, 26 Jan 2026 13:19:17 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Thu, 18 Sep 2025 00:30:13 GMT
    ETag: "32d2-63f0874dfd497"
    alt-svc: h3=":443"; ma=86400
    
    Page title: COMPRO Trade Consulting, s.r.o. - Technologické riešenia
    
    <!DOCTYPE html>
    <html lang="sk">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>COMPRO Trade Consulting, s.r.o. - Technologické riešenia</title>
      <!-- Cache buster: 2024-01-15 -->
      <link rel="stylesheet" href="styles.css">
      <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
      <style>
        /* Štýly pre sekciu certifikátov */
        .certifikaty-section {
          padding: var(--section-padding);
          background: var(--section-background);
        }
    
        .section-title {
          text-align: center;
          margin-bottom: 50px;
        }
    
        .certifications-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          margin-top: 40px;
        }
    
        @media (max-width: 992px) {
          .certifications-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }
    
        @media (max-width: 768px) {
          .certifications-grid {
            grid-template-columns: 1fr;
          }
        }
    
        .certification-card {
          background: var(--card-background);
          padding: 40px 30px;
          border-radius: 15px;
          text-align: center;
          box-shadow: var(--box-shadow);
          transition: var(--transition);
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          overflow: hidden;
          transform-origin: center;
          border: 1px solid transparent;
        }
    
        .certification-card:hover {
          transform: translateY(-10px);
          animation: soft-glow 3s infinite;
          border: 1px solid rgba(76, 175, 80, 0.3);
        }
    
        .certification-card i {
          font-size: 48px;
          color: var(--primary-color);
          margin-bottom: 25px;
          transition: transform 0.3s ease, color 0.3s ease;
        }
    
        .certification-card:hover i {
          animation: gentle-rotate 3s infinite;
          color: var(--primary-color);
        }
    
        .certification-card h3 {
          color: var(--primary-color);
          margin-bottom: 20px;
          font-size: 1.4rem;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card p {
          line-height: 1.6;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(145deg, 
                    rgba(76, 175, 80, 0.05) 0%, 
                    rgba(76, 175, 80, 0.1) 50%, 
                    rgba(76, 175, 80, 0.05) 100%);
          opacity: 0;
          transition: opacity 0.5s ease;
          z-index: 0;
          border-radius: inherit;
        }
    
        .certification-card:hover::before {
          opacity: 1;
        }
    
        .certification-card:hover h3 {
          color: var(--primary-color);
          text-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
        }
    
        /* Nová animácia glow efektu */
        @keyframes soft-glow {
          0% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
          50% {
            box-shadow: 0 5px 25px rgba(76, 175, 80, 0.3), 0 0 10px rgba(76, 175, 80, 0.3);
            border-color: rgba(76, 175, 80, 0.5);
          }
          100% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
        }
        
        /* Nová animácia jemnej rotácie pre ikony */
        @keyframes gentle-rotate {
          0% {
            transform: rotate(0deg);
          }
          25% {
            transform: rotate(3deg);
          }
          75% {
            transform: rotate(-3deg);
          }
          100% {
            transform: rotate(0deg);
          }
        }
      </style>
    </head>
    <body>
      <nav class="main-nav">
        <div class="nav-container">
          <div class="logo">
            <a href="index.html" data-translate="common.company_name">COMPRO Trade Consulting</a>
          </div>
          <div class="menu-toggle">
            <i class="fas fa-bars"></i>
          </div>
          <ul class="nav-links">
            <li><a href="index.html"
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a00:4b40:aaaa:2009::5:443 · compro.sk

    2026-01-26 13:19

    HTTP/1.1 200 OK
    Server: openresty
    Date: Mon, 26 Jan 2026 13:19:18 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Thu, 18 Sep 2025 00:30:13 GMT
    ETag: "32d2-63f0874dfd497"
    alt-svc: h3=":443"; ma=86400
    
    Page title: COMPRO Trade Consulting, s.r.o. - Technologické riešenia
    
    <!DOCTYPE html>
    <html lang="sk">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>COMPRO Trade Consulting, s.r.o. - Technologické riešenia</title>
      <!-- Cache buster: 2024-01-15 -->
      <link rel="stylesheet" href="styles.css">
      <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
      <style>
        /* Štýly pre sekciu certifikátov */
        .certifikaty-section {
          padding: var(--section-padding);
          background: var(--section-background);
        }
    
        .section-title {
          text-align: center;
          margin-bottom: 50px;
        }
    
        .certifications-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          margin-top: 40px;
        }
    
        @media (max-width: 992px) {
          .certifications-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }
    
        @media (max-width: 768px) {
          .certifications-grid {
            grid-template-columns: 1fr;
          }
        }
    
        .certification-card {
          background: var(--card-background);
          padding: 40px 30px;
          border-radius: 15px;
          text-align: center;
          box-shadow: var(--box-shadow);
          transition: var(--transition);
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          overflow: hidden;
          transform-origin: center;
          border: 1px solid transparent;
        }
    
        .certification-card:hover {
          transform: translateY(-10px);
          animation: soft-glow 3s infinite;
          border: 1px solid rgba(76, 175, 80, 0.3);
        }
    
        .certification-card i {
          font-size: 48px;
          color: var(--primary-color);
          margin-bottom: 25px;
          transition: transform 0.3s ease, color 0.3s ease;
        }
    
        .certification-card:hover i {
          animation: gentle-rotate 3s infinite;
          color: var(--primary-color);
        }
    
        .certification-card h3 {
          color: var(--primary-color);
          margin-bottom: 20px;
          font-size: 1.4rem;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card p {
          line-height: 1.6;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease;
        }
    
        .certification-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(145deg, 
                    rgba(76, 175, 80, 0.05) 0%, 
                    rgba(76, 175, 80, 0.1) 50%, 
                    rgba(76, 175, 80, 0.05) 100%);
          opacity: 0;
          transition: opacity 0.5s ease;
          z-index: 0;
          border-radius: inherit;
        }
    
        .certification-card:hover::before {
          opacity: 1;
        }
    
        .certification-card:hover h3 {
          color: var(--primary-color);
          text-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
        }
    
        /* Nová animácia glow efektu */
        @keyframes soft-glow {
          0% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
          50% {
            box-shadow: 0 5px 25px rgba(76, 175, 80, 0.3), 0 0 10px rgba(76, 175, 80, 0.3);
            border-color: rgba(76, 175, 80, 0.5);
          }
          100% {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-color: rgba(76, 175, 80, 0.1);
          }
        }
        
        /* Nová animácia jemnej rotácie pre ikony */
        @keyframes gentle-rotate {
          0% {
            transform: rotate(0deg);
          }
          25% {
            transform: rotate(3deg);
          }
          75% {
            transform: rotate(-3deg);
          }
          100% {
            transform: rotate(0deg);
          }
        }
      </style>
    </head>
    <body>
      <nav class="main-nav">
        <div class="nav-container">
          <div class="logo">
            <a href="index.html" data-translate="common.company_name">COMPRO Trade Consulting</a>
          </div>
          <div class="menu-toggle">
            <i class="fas fa-bars"></i>
          </div>
          <ul class="nav-links">
            <li><a href="index.html"
    Found 2026-01-26 by HttpPlugin
    Create report
*.compro.skcompro.sk
CN:
*.compro.sk
Key:
RSA-4096
Issuer:
R13
Not before:
2025-12-25 20:15
Not after:
2026-03-25 20:15
Domain summary