Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
UPDATE
  • Loading branch information
aayushikumari18 authored Dec 28, 2023
1 parent 0e32c5f commit 444bfdf
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Oswald', sans-serif;
font-family: 'Arial', sans-serif;
background-color: #f5f5f5;
color: #333;
margin: 0;
Expand All @@ -33,7 +33,7 @@
padding: 12px;
width: 100%;
box-sizing: border-box;
font-family: 'Oswald', sans-serif;
font-family: 'Arial', sans-serif;
color: #333;
background-color: #fff;
transition: border-color 0.3s ease;
Expand All @@ -52,7 +52,7 @@
width: 100%;
margin: 10px 0;
padding: 12px;
font-family: 'Oswald', sans-serif;
font-family: 'Arial', sans-serif;
cursor: pointer;
transition: background-color 0.3s ease;
background-color: #a76cfd;
Expand Down Expand Up @@ -81,20 +81,14 @@
background-color: #a76cfd;
color: #fff;
}

</style>
</head>
<body>
<div class="container mt-4">
<div class="jumbotron">
<h1>SMART-SPEAK</h1>
<p>"MY SMART-SPEAK" Imagine a personalized translation platform that offers various language services, making communication smooth and easy across different cultures and languages.






</p>
<p>"SMART-SPEAK" Imagine a personalized translation platform that offers various language services, making communication smooth and easy across different cultures and languages.</p>

<div class="row">
<div class="col-md-6">
Expand Down

0 comments on commit 444bfdf

Please sign in to comment.