Domain biagiomendolia.vercel.app
United States
AMAZON-02
Software information

Vercel

tcp/443

  • MacOS file listing through .DS_Store file
    First seen 2022-08-31 12:26
    Last seen 2024-09-18 17:38
    Open for 749 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c31c2f0b631c2f0b6e32174b3c5809405aadf5623c6a2b996

      Found 28 files trough .DS_Store spidering:
      
      /.git
      /assets
      /assets/css
      /assets/fontawesome
      /assets/fontawesome/css
      /assets/fontawesome/js
      /assets/fontawesome/less
      /assets/fontawesome/metadata
      /assets/fontawesome/scss
      /assets/fontawesome/sprites
      /assets/fontawesome/svgs
      /assets/fontawesome/webfonts
      /assets/gif
      /assets/images
      /assets/images/image0.jpeg
      /assets/images/projects
      /assets/images/projects/CCS.jpg
      /assets/images/projects/closet.jpg
      /assets/images/projects/garage.jpg
      /assets/images/projects/ipa.jpg
      /assets/js
      /assets/plugins
      /assets/plugins/_jquery-rss
      /assets/plugins/bootstrap
      /assets/scss
      /index.html
      /license.txt
      /README.md
      Found on 2024-09-18 17:38
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c3838040e3838040e7ad6bceb2d58873db8d179abaac1bb29

      Found 20 files trough .DS_Store spidering:
      
      /.git
      /assets
      /assets/css
      /assets/fontawesome
      /assets/fontawesome/css
      /assets/fontawesome/js
      /assets/fontawesome/less
      /assets/fontawesome/metadata
      /assets/fontawesome/scss
      /assets/fontawesome/sprites
      /assets/fontawesome/svgs
      /assets/fontawesome/webfonts
      /assets/gif
      /assets/images
      /assets/js
      /assets/plugins
      /assets/scss
      /index.html
      /license.txt
      /README.md
      Found on 2024-04-30 22:38
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-09-14 11:09

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 2074518
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Sat, 14 Sep 2024 11:09:27 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: iad1::7zmf8-1726312167007-db8f3eee81f8
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-09-12 14:31

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 932322
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Thu, 12 Sep 2024 14:31:18 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::8k6rq-1726151478785-482669fc63c9
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-09-10 18:35

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 3
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Tue, 10 Sep 2024 18:35:34 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: lhr1::qhqxv-1725993334831-854a274e89d5
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-09-08 22:57

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 1832779
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Sun, 08 Sep 2024 22:57:46 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: cle1::kcwjb-1725836266124-3c10c7005ac4
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-09-06 22:23

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 442256
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Fri, 06 Sep 2024 22:23:32 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::qxsqw-1725661412544-4a401459e6fb
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-08-16 21:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 695983
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Fri, 16 Aug 2024 21:43:33 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::h557x-1723844613898-1b624bc0c041
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-08-14 18:18

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 510862
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Wed, 14 Aug 2024 18:18:12 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::8xxr7-1723659492824-8534977d7f8c
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-08-12 13:20

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 1694694
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Aug 2024 13:20:32 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: iad1::xqkpf-1723468831989-a5e8a0c870bf
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-08-10 15:35

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 1529994
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Sat, 10 Aug 2024 15:35:31 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: iad1::jxf4d-1723304131646-2c9c5384bf51
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · biagiomendolia.vercel.app

    2024-08-08 20:23

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 0
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline; filename="index.html"
    Content-Length: 29839
    Content-Type: text/html; charset=utf-8
    Date: Thu, 08 Aug 2024 20:23:50 GMT
    Etag: W/"c09c9907acecd4cc56d6f2fa66b061f61107bd5c525feae6c39de45ea5c4fa15"
    Server: Vercel
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::7nccp-1723148630500-4feebc699904
    Connection: close
    
    Page title: Biagio Mendolia
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Biagio Mendolia</title>
        <!-- Meta -->
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          name="description"
          content="Bootstrap 4 Portfolio/Resume Theme for Developers"
        />
        <meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
        <!-- <link rel="shortcut icon" href="favicon.ico">   -->
    
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
        />
    
        <link
          href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
          rel="stylesheet"
          type="text/css"
        />
        <link
          href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
          rel="stylesheet"
          type="text/css"
        />
    
        <!-- FontAwesome JS -->
        <script defer src="assets/fontawesome/js/all.js"></script>
    
        <!-- Global CSS -->
        <link
          rel="stylesheet"
          href="assets/plugins/bootstrap/css/bootstrap.min.css"
        />
    
        <!-- github calendar css -->
        <!-- <link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"> -->
        <!-- github activity css -->
        <link
          rel="stylesheet"
          href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
        />
        <!-- <link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css"> -->
    
        <!-- Theme CSS -->
        <link id="theme-style" rel="stylesheet" href="assets/css/styles.css" />
      </head>
    
      <body>
        <!-- ******HEADER****** -->
        <header class="header animate__animated animate__jello">
          <div class="container clearfix">
            <img
              class="profile-image img-fluid float-left rounded-circle"
              src="assets/images/image0.jpeg"
              alt="profile image"
            />
            <div
              class="profile-content float-left animate__animated animate__rubberBand"
            >
              <h1 class="name">Biagio J Mendolia</h1>
              <h2 class="desc">Software Engineer</h2>
              <ul>
                <li class="animate__animated animate__backInRight">
                  <a href="https://twitter.com/mindful_dev"
                    ><i class="fab fa-twitter" aria-hidden="true"></i> Twitter</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://github.com/biagioo"
                    ><i class="fab fa-github-alt" aria-hidden="true"></i> Github</a
                  >
                </li>
                <li class="animate__animated animate__backInRight">
                  <a href="https://www.linkedin.com/in/biagio-mendolia-913069176/"
                    ><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a
                  >
                </li>
              </ul>
            </div>
            <!--//profile-->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>              -->
            <!-- <a class="btn btn-cta-primary float-right" href="https://themes.3rdwavemedia.com/" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>  -->
            <!-- <h3 class='header-intro float-right'> Hi and Welcome!</h3>    -->
          </div>
          <!--//container-->
        </header>
        <!--//header-->
    
        <div class="container sections-wrapper">
          <div class="row">
            <div class="primary col-lg-8 col-12">
              <section class="about section">
                <div
                  class="section-inner shadow-sm rounded animate__animated animate__rollIn"
                >
                  <h2 class="heading">About Me</h2>
                  <div class="content animate__animated animate__zoomIn">
                    <p>
                      Hello and Welcome! My name is Biagio Mendolia and I am a
                      Software Engineer with experience in Ruby and JavaScript
                      frameworks. Studying Applied Science has shown me how strong
                      my passio
    Found 2024-08-08 by HttpPlugin
    Create report
*.vercel.appvercel.app
CN:
*.vercel.app
Key:
RSA-2048
Issuer:
R11
Not before:
2024-08-14 08:14
Not after:
2024-11-12 08:14
*.vercel.appvercel.app
CN:
*.vercel.app
Key:
RSA-2048
Issuer:
R11
Not before:
2024-06-14 12:57
Not after:
2024-09-12 12:57
Domain summary
IP summary