Git Product home page Git Product logo

Comments (17)

PatilHarshh avatar PatilHarshh commented on May 25, 2024 1

sure i will grind for it @praveenscience

from github-readme.

truptiwagh13 avatar truptiwagh13 commented on May 25, 2024 1

Since this issue is no longer actively discussed, I can proceed with

from github-readme.

PatilHarshh avatar PatilHarshh commented on May 25, 2024 1

please re-assign this if not done in 3 days @praveenscience

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024 1

Will reassign this to you @PatilHarshh if this is not completed in 3 hours! πŸ’ͺ

from github-readme.

PatilHarshh avatar PatilHarshh commented on May 25, 2024

please assign it to me @praveenscience

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

There's an Error page but not added... Lemme check... Thanks for raising this! πŸ’ͺ🏻

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

Hey this is a quick one for you. Make a 404.html on the root of the website branch with the following code. This should work:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <base href="https://githubreadme.co" />

    <!-- SEO Meta description -->
    <meta name="description" content="GitHub ReadMe: Elevating Your Projects & Profile to New Heights!" />
    <meta name="author" content="Cats in Tech" />

    <!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+ -->
    <meta property="og:site_name" content="GitHub ReadMe: Elevating Your Projects & Profile to New Heights!" />
    <!-- website name -->
    <meta property="og:site" content="GitHub ReadMe: Elevating Your Projects & Profile to New Heights!" />
    <!-- website link -->
    <meta property="og:title" content="GitHub ReadMe: Elevating Your Projects & Profile to New Heights!" />
    <!-- title shown in the actual shared post -->
    <meta property="og:description" content="GitHub ReadMe: Elevating Your Projects & Profile to New Heights!" />
    <!-- description shown in the actual shared post -->
    <meta property="og:image" content="https://i.imgur.com/axJ4xmal.png" />
    <!-- image link, make sure it's jpg -->
    <meta property="og:url" content="https://GitHubReadMe.co/" />
    <!-- where do you want your post to link to -->
    <meta property="og:type" content="article" />

    <!--title-->
    <title>GitHub ReadMe: Elevating Your Projects & Profile to New Heights!</title>

    <!--favicon icon-->
    <link rel="icon" href="/img/favicon.png" type="image/png" sizes="16x16" />

    <!--google fonts-->
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700%7COpen+Sans&display=swap" rel="stylesheet" />

    <!--Bootstrap css-->
    <link rel="stylesheet" href="/css/bootstrap.min.css" />
    <!--Magnific popup css-->
    <link rel="stylesheet" href="/css/magnific-popup.css" />
    <!--Themify icon css-->
    <link rel="stylesheet" href="/css/themify-icons.css" />
    <!--animated css-->
    <link rel="stylesheet" href="/css/animate.min.css" />
    <!--Owl carousel css-->
    <link rel="stylesheet" href="/css/owl.carousel.min.css" />
    <link rel="stylesheet" href="/css/owl.theme.default.min.css" />
    <!--custom css-->
    <link rel="stylesheet" href="/css/style.css" />
    <!--responsive css-->
    <link rel="stylesheet" href="/css/responsive.css" />
  </head>
  <body>
    <!--loader start-->
    <div id="preloader">
      <div class="loader1">
        <span></span>
        <span></span>
        <span></span>
        <span></span>
        <span></span>
      </div>
    </div>
    <!--loader end-->

    <!--body content wrap start-->
    <div class="main">
      <!--hero section start-->
      <section class="hero-section ptb-100 gradient-overlay full-screen" style="background: url('https://i.imgur.com/RSghzyt.jpg') no-repeat center center / cover">
        <div class="container">
          <div class="row align-items-center justify-content-center">
            <div class="col-md-9 col-lg-7">
              <div class="error-content text-center text-white">
                <div class="notfound-404"><h1 class="text-white">404</h1></div>
                <h3 class="text-white">Sorry, something went wrong</h3>
                <p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
                <a class="btn outline-white-btn" href="/">Go to Homepage</a>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!--hero section end-->
    </div>
    <!--body content wrap end-->

    <!--jQuery-->
    <script src="/js/jquery-3.4.1.min.js"></script>
    <!--Popper js-->
    <script src="/js/popper.min.js"></script>
    <!--Bootstrap js-->
    <script src="/js/bootstrap.min.js"></script>
    <!--Magnific popup js-->
    <script src="/js/jquery.magnific-popup.min.js"></script>
    <!--jquery easing js-->
    <script src="/js/jquery.easing.min.js"></script>
    <!--wow js-->
    <script src="/js/wow.min.js"></script>
    <!--owl carousel js-->
    <script src="/js/owl.carousel.min.js"></script>
    <!--countdown js-->
    <script src="/js/jquery.countdown.min.js"></script>
    <!--validator js-->
    <script src="/js/validator.min.js"></script>
    <!--custom js-->
    <script src="/js/scripts.js"></script>
  </body>
</html>

You can see a preview here: JSBin.

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

I'll wait for your first ever pull request! πŸ’ͺ

from github-readme.

PatilHarshh avatar PatilHarshh commented on May 25, 2024

@praveenscience how routing is possible then , are you expecting by done through javascript or its alternative by making component and route through app.jsx

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

Are you talking about the App or Landing Page?

from github-readme.

PatilHarshh avatar PatilHarshh commented on May 25, 2024

see as you said make 404.html this must require routing right ! In this how you expect me routing through javacript or another alternative idea i have to make 404.jsx component and route in through app.jsx . whats your opinion? @praveenscience

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

I am currently talking about the Landing Page 404. Adding this as a 404.html will fix. But if you're talking about App 404 page, yea, it has to be a JSX (with .js file extension).

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

Sure it's yours! 😊

from github-readme.

PatilHarshh avatar PatilHarshh commented on May 25, 2024

@praveenscience i was about to PR or please assign in collaboration

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

@praveenscience i was about to PR or please assign in collaboration

You didn't say anything for almost three days just for copy pasting! 😞

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

I'll add something for you as well @PatilHarshh...

from github-readme.

praveenscience avatar praveenscience commented on May 25, 2024

@truptiwagh13 Oh wow, that was super quick! πŸ‘ It was not even 30 mins! 🀯

from github-readme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.