Skip to content

Commit

Permalink
Merge pull request #187 from AnshumanDhiman/master
Browse files Browse the repository at this point in the history
Added a no-script in the site giving jungle green having a catchy loo…
  • Loading branch information
warunicorn19 authored Oct 1, 2021
2 parents dabdc5f + 0fbdf63 commit a05b35d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<noscript>
<div style = "text-align: center; background-color: #1E2117;">
<br>
<div >
<p style="color: #EBC017; "> Please enable JavaScript to view the page</p>

<br>
</div>
</noscript>
{% seo %} {% feed_meta %} {% if jekyll.environment == 'production' %}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stellarnav.min.css" />
{% else %}
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>GetNighthawk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu&display=swap" rel="stylesheet">

Expand All @@ -26,6 +26,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>

<style>
body{
overflow: hidden;
Expand Down

0 comments on commit a05b35d

Please sign in to comment.