Skip to content
Open
Show file tree
Hide file tree
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
Binary file modified googleapi/src/img/debate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 10 additions & 11 deletions googleapi/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
<meta name="author" content="Vinit Shahdeo">
<title>Online Debate System</title>

<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

<style>
html {
background: url(img/debate.jpg) no-repeat center center fixed ;

background: url(img/debate.jpg) ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


}
Expand All @@ -24,14 +22,14 @@
*{
margin:0;
padding:0;
font-family: 'Montserrat',Verdana, Arial, sans-serif;
font-family: 'Roboto',Verdana, Arial, sans-serif;

}



[class*="brandico-"]:before {
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
}


Expand Down Expand Up @@ -193,19 +191,19 @@
<div class="content">
<div class="welcomeText">
<div class="welcome">
<h1 class="greet">WELCOME</h1>
<h1 class="greet" style="color: black;">WELCOME</h1>
</div>
<div class="subText">
<div class="subTexts">
<p class="subscribe">Online Debate System</p>
<p class="soon">Start Debating online!!</p>
<p class="subscribe" style="font-weight: bold;">Online Debate System</p>
<p class="soon" style="font-weight: bold;">Start Debating online!!</p>
</div>
</div>
</div>

<div class="form">
<form class="sub">
<center><a href="speech.html"><button class="button" value="Send"><a href="speech.html">Start<a/></button></a></center>
<center><a href="speech.html"><button class="button" value="Send"><a href="speech.html" style="color: black;">Start<a/></button></a></center>
</form>
</div>

Expand All @@ -217,6 +215,7 @@ <h1 class="greet">WELCOME</h1>
</div>

<script src="js/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>

</body>
</html>