Alihamas212 commited on
Commit
7865f33
·
verified ·
1 Parent(s): 1e81254

what you add in project section AI what is this

Browse files
Files changed (1) hide show
  1. index.html +41 -2
index.html CHANGED
@@ -145,7 +145,46 @@ View My GitHub Projects <i data-feather="external-link" class="w-4 h-4"></i>
145
  <div class="bg-indigo-100 p-3 rounded-lg">
146
  <i data-feather="cpu" class="text-indigo-600 w-6 h-6"></i>
147
  </div>
148
- <h3 class="text-xl font-semibold">AI
149
- <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  </body>
151
  </html>
 
145
  <div class="bg-indigo-100 p-3 rounded-lg">
146
  <i data-feather="cpu" class="text-indigo-600 w-6 h-6"></i>
147
  </div>
148
+ <h3 class="text-xl font-semibold">AI Automation Framework</h3>
149
+ </div>
150
+ <p class="text-gray-600 mb-4">Custom AI automation framework integrating Python with workflow tools</p>
151
+ <a href="#contact" class="text-indigo-600 hover:text-indigo-800 font-medium flex items-center gap-2">
152
+ Learn More <i data-feather="external-link" class="w-4 h-4"></i>
153
+ </a>
154
+ </div>
155
+ </div>
156
+ </section>
157
+
158
+ <!-- Contact Section -->
159
+ <section id="contact" class="mb-20">
160
+ <h2 class="text-3xl font-bold mb-8 text-center">Get In Touch</h2>
161
+ <div class="bg-white p-8 rounded-xl shadow-md max-w-2xl mx-auto">
162
+ <form class="space-y-6">
163
+ <div>
164
+ <label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
165
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-indigo-500 focus:border-indigo-500">
166
+ </div>
167
+ <div>
168
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
169
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-indigo-500 focus:border-indigo-500">
170
+ </div>
171
+ <div>
172
+ <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
173
+ <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-indigo-500 focus:border-indigo-500"></textarea>
174
+ </div>
175
+ <button type="submit" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-medium transition w-full">
176
+ Send Message
177
+ </button>
178
+ </form>
179
+ </div>
180
+ </section>
181
+ </main>
182
+
183
+ <custom-footer></custom-footer>
184
+ <script src="components/navbar.js"></script>
185
+ <script src="components/footer.js"></script>
186
+ <script>
187
+ feather.replace()
188
+ </script>
189
  </body>
190
  </html>