AmazonS3
tcp/443
CloudFront
tcp/80
Open service 2600:9000:237d:3400:17:1c6d:3580:93a1:80 · chrisseals.com
2024-11-01 03:03
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 01 Nov 2024 03:03:27 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://chrisseals.com/ X-Cache: Redirect from cloudfront Via: 1.1 349eb6985da057f318665aa6bde74732.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: 3TJQjCwQyaP1lRWJoiEbcKs5gYA8tblcsxx5V5aQr5sCt7xqnF_spA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:237d:3400:17:1c6d:3580:93a1:443 · chrisseals.com
2024-11-01 03:03
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 6530 Connection: close Date: Thu, 31 Oct 2024 12:47:20 GMT Last-Modified: Sun, 11 Feb 2024 04:32:20 GMT ETag: "841b54908d62603fdce3e6f2d5c52c11" Server: AmazonS3 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 826a64379fff05f157845c418fee53d2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P2 X-Amz-Cf-Id: yptZAMI0zK84HFnErbrlX8sIEM6-ODTyBkPX71JG_gY8H1ERn1C2Iw== Age: 51370 Page title: Home Page <!DOCTYPE html> <html lang="en"> <head> <!-- File Name: index.html Project Name: Website Project Date Created: May-3-2022 Last Updated: Dec-16-2022 Author: Chris Seals Description: Landing page for the site that has information on how to get around --> <title>Home Page</title> <link href="media/house.svg" rel="icon"> <meta charset="UTF-8"> <meta name="keywords" content="Chris, Seals, Chris Seals, Resume"> <meta name="description" content="Landing page for Chris Seals' information"> <meta name="author" content="Chris Seals"> <meta name="viewport" content="width=device-width, intial-scale=1.0"> <!-- Latest compiled and minified CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Latest compiled JavaScript --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <link href="css/style.css" rel="stylesheet"> </head> <body class="bg-dark"> <nav class="navbar navbar-expand-sm bg-dark navbar-dark border-bottom"> <div class="container-fluid"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link active" href="#">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="html/resume.html">About Me</a> </li> <li class="nav-item dropdown"> <div class="dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Projects</a> <ul class="dropdown-menu bg-dark"> <li><a class="dropdown-item text-white" href="html/webproj.html">Web Projects</a></li> <li><a class="dropdown-item text-white" href="html/javaproj.html">Java Game Project</a></li> <li><a class="dropdown-item text-white" href="html/csharpproj.html">.NET Projects</a></li> <li><a class="dropdown-item text-white" href="html/linux.html">Linux Projects</a></li> <li><a class="dropdown-item text-white" href="html/thisSite.html">This Site</a></li> </ul> </div> </li> <li class="nav-item"> <a class="nav-link" href="html/contact.html">Contact Me!</a> </li> </ul> </div> </nav> <div class="container-fluid p-5 text-center bg-dark text-white "> <h1>Welcome!</h1> <div id="carouselExampleIndicators" class="carousel slide mx-auto" data-bs-ride="carousel" style="max-width: 700px;"> <div class="carousel-indicators"> <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button> <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button> <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button> </div> <div class="carousel-inner"> <div class="carousel-item active"> <a href="./html/webproj.html#dnd"> <img src="./media/dnd.png" class="d-block w-100 img-fluid" alt="dnd asp.net app"> </a> <div class="carousel-caption text-black"> DnD character web app </div> </div> <div class="carousel-item"> <a href="./html/javaproj.html#java"> <img src="./media/not