Skip to content

Commit

Permalink
chore: about page is not really required
Browse files Browse the repository at this point in the history
  • Loading branch information
shatgupt committed Jun 22, 2017
1 parent a85edd5 commit 7e8ac89
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 67 deletions.
55 changes: 0 additions & 55 deletions about.html

This file was deleted.

3 changes: 0 additions & 3 deletions codesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
<link rel="stylesheet" type="text/css" href="codemirror/lib/codemirror.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/runmycode-panel.css">
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date
ga('create', 'UA-100606537-1', 'auto')
ga('send', 'pageview')
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</head>
<body>
<div class="container">
Expand All @@ -29,7 +27,6 @@ <h2><a href="/">RunMyCode</a></h2>
<div class="menu">
<ul id="top-menu" class="right">
<li><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date
ga('create', 'UA-100606537-1', 'auto')
ga('send', 'pageview')
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
<script>
let user = localStorage.getItem('runmycode')
if(!user) location.assign('/' + location.search) // nothing for you here
Expand All @@ -31,7 +29,6 @@ <h2><a href="/">RunMyCode</a></h2>
<div class="menu">
<ul id="top-menu" class="right">
<li><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
Expand Down
10 changes: 7 additions & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date
ga('create', 'UA-100606537-1', 'auto')
ga('send', 'pageview')
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</head>
<body>
<div class="container">
Expand All @@ -27,7 +25,6 @@ <h2><a href="/">RunMyCode</a></h2>
<div class="menu">
<ul id="top-menu" class="right">
<li><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -101,6 +98,13 @@ <h4 id="privacy-policy"><a href="#privacy-policy">#</a> Privacy Policy OR How is
<li>Apart from the ones mentioned above, no other personal data is stored/used</li>
<li>Any more concerns? Please mail to: support at runmycode.online</li>
</ul>

<h4 id="source"><a href="#source">#</a> Where is the source code?</h4>
<ul>
<li><a href="https://github.com/shatgupt/runmycode.online">RunMyCode Online Website</a></li>
<li><a href="https://github.com/shatgupt/runmycode-ext">RunMyCode Online Browser Extension</a></li>
<li><a href="#">RunMyCode Online API</a> (soon)</li>
</ul>
</main>

<footer>
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date
ga('create', 'UA-100606537-1', 'auto')
ga('send', 'pageview')
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</head>
<body>
<div class="container">
Expand All @@ -27,7 +25,6 @@ <h2><a href="/">RunMyCode</a></h2>
<div class="menu">
<ul id="top-menu" class="right">
<li><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 7e8ac89

Please sign in to comment.