deepak191z commited on
Commit
5c76ba4
·
verified ·
1 Parent(s): a40fb7c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -0
index.html CHANGED
@@ -136,6 +136,17 @@
136
  </style>
137
  </head>
138
  <body class="bg-gradient-to-br from-gray-200 via-gray-300 to-gray-400 min-h-screen font-sans">
 
 
 
 
 
 
 
 
 
 
 
139
  <!-- Progress Steps -->
140
  <div class="flex justify-center space-x-4 mb-6">
141
  <div class="step-indicator flex items-center justify-center w-10 h-10 rounded-full text-gray-700 font-semibold">1</div>
 
136
  </style>
137
  </head>
138
  <body class="bg-gradient-to-br from-gray-200 via-gray-300 to-gray-400 min-h-screen font-sans">
139
+ <header class="fixed top-0 left-0 w-full bg-white shadow-md p-4">
140
+ <div class="text-xl font-bold">GSheet2DB</div>
141
+ </header>
142
+
143
+ <!-- Hero Section -->
144
+ <section class="h-screen flex flex-col justify-center items-center text-center px-6">
145
+ <h1 class="text-4xl font-bold">Convert Google Sheets to a Database</h1>
146
+ <p class="text-lg text-gray-600 mt-2">Fast, simple, and free!</p>
147
+
148
+ </section>
149
+
150
  <!-- Progress Steps -->
151
  <div class="flex justify-center space-x-4 mb-6">
152
  <div class="step-indicator flex items-center justify-center w-10 h-10 rounded-full text-gray-700 font-semibold">1</div>