Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated speech.html UI , Hope you like it #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 17 additions & 10 deletions speech.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@
<meta name="author" content="Vinit Shahdeo">
<meta name="viewport" content="width=device-width, initial-scale=1" />


<link href="https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css">

<title>Online Debate System</title>

<style>
* {
font-family: 'Montserrat',Verdana, Arial, sans-serif;
}

body {
background-image: linear-gradient(50deg, #00bfff 0%, #87cefa 100%);
}

a:link {
color:rgb(255,82,82);
color:#ffdf00;
text-decoration: none;
}
a:visited {
color:rgb(255,82,82);
color:#ffdf00;
}
a:hover {
color:rgb(255,82,82);
Expand Down Expand Up @@ -64,14 +69,15 @@
vertical-align: top;
}
#headline {
font-size: 40px;
font-size: 55px;
font-family: 'Bungee Shade', cursive;
font-weight: 800;
color:rgb(255,82,82)
color:#ffdf00
}
#info {
font-size: 20px;
font-size: 25px;
text-align: center;
color: #777;
color: whitesmoke;
visibility: hidden;
}
#results {
Expand All @@ -94,7 +100,7 @@
padding: 20px;
}
footer p{
color:#777;
color:whitesmoke;

}
</style>
Expand Down Expand Up @@ -155,6 +161,7 @@ <h1 class="center" id="headline">
</div>
<footer>
<p>Made with Love by <a href="https://github.com/vinitshahdeo/" target="_blank">Vinit Shahdeo</a></p>
<p> <a href="https://www.facebook.com/vinit.shahdeo"><i class="fab fa-facebook fa-2x" style="color: #3B5998;"></i></a> <a href="https://twitter.com/Vinit_Shahdeo"><i class="fab fa-twitter fa-2x" style="color: #55ACEE;"></i></a> <a href="https://github.com/vinitshahdeo"><i class="fab fa-github fa-2x" style="color: #273746;"></i></a> <a href="https://www.linkedin.com/in/vinitshahdeo/"><i class="fab fa-linkedin fa-2x" style="color: #007bb5"></i></a></p>
<script>
var langs =
[['Afrikaans', ['af-ZA']],
Expand Down