Skip to content

Commit

Permalink
fix: casing for website names
Browse files Browse the repository at this point in the history
  • Loading branch information
shatgupt committed Dec 16, 2018
1 parent f1342ba commit bfef775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>RunMyCode Online</title>
<meta name="description" content="RunMyCode Online is a free and open-source tool to compile and run code online, directly from Github, Gitlab, Bitbucket, and GoByExample.">
<meta name="description" content="RunMyCode Online is a free and open-source tool to compile and run code online, directly from GitHub, GitLab, BitBucket, and more.">
<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">
Expand Down Expand Up @@ -33,7 +33,7 @@ <h2><a href="/">RunMyCode</a></h2>
</header>

<main class="text-center">
<p>RunMyCode Online is a free and open-source tool to compile and run code online, directly from Github, Gitlab, Bitbucket, and GoByExample.</p>
<p>RunMyCode Online is a free and open-source tool to compile and run code online, directly from GitHub, GitLab, BitBucket, and more.</p>

<iframe style="border: 1px solid; width: 99%;" height="445" src="https://www.youtube.com/embed/iwz8n3v7QVY?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>

Expand All @@ -43,8 +43,8 @@ <h4 id="action-msg">Get started by authenticating below. <a href="faq.html#auth"
<div class="menu" id="auth-buttons">
<ul>
<li><input class="btn auth" type="button" value="Google"></li>
<li><input class="btn auth" type="button" value="Github"></li>
<li><input class="btn auth" type="button" value="Gitlab"></li>
<li><input class="btn auth" type="button" value="GitHub"></li>
<li><input class="btn auth" type="button" value="GitLab"></li>
</ul>
</div>
<a href="dashboard.html" class="btn btn-dashboard hide-if-no-user">Go to Dashboard</a>
Expand Down

0 comments on commit bfef775

Please sign in to comment.