ddakou commited on
Commit
9489f50
·
verified ·
1 Parent(s): f1ef72c

Delete the background of the image and put the image like profil at the head - Follow Up Deployment

Browse files
Files changed (5) hide show
  1. about.html +1 -1
  2. experience.html +1 -1
  3. index.html +9 -11
  4. prompts.txt +4 -1
  5. verification.html +1 -1
about.html CHANGED
@@ -71,7 +71,7 @@
71
 
72
  <!-- About Section -->
73
  <section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh] bg-black">
74
- <div class="backdrop-blur-sm bg-black bg-opacity-90 rounded-xl p-8">
75
  <div class="max-w-4xl mx-auto">
76
  <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">About Me</h2>
77
  <div class="grid md:grid-cols-2 gap-12">
 
71
 
72
  <!-- About Section -->
73
  <section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh] bg-black">
74
+ <div class="rounded-xl p-8">
75
  <div class="max-w-4xl mx-auto">
76
  <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">About Me</h2>
77
  <div class="grid md:grid-cols-2 gap-12">
experience.html CHANGED
@@ -44,7 +44,7 @@
44
  </nav>
45
 
46
  <!-- Experience Section -->
47
- <section class="px-6 md:px-12 lg:px-24 py-16 minh-[80vh] bg-black">
48
  <div class="max-w-4xl mx-auto">
49
  <div class="flex items-center justify-between mb-8">
50
  <h2 class="text-3xl font-inter font-bold text-green-300">Professional Experience</h2>
 
44
  </nav>
45
 
46
  <!-- Experience Section -->
47
+ <section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh] bg-black">
48
  <div class="max-w-4xl mx-auto">
49
  <div class="flex items-center justify-between mb-8">
50
  <h2 class="text-3xl font-inter font-bold text-green-300">Professional Experience</h2>
index.html CHANGED
@@ -33,7 +33,8 @@
33
  <!-- Navigation Rubrique -->
34
  <nav class="sticky top-0 z-50 bg-onyx/90 backdrop-blur border-b border-gray-800 py-3 px-6 md:px-12 lg:px-24">
35
  <div class="max-w-7xl mx-auto flex justify-between items-center">
36
- <a href="index.html" class="flex items-center space-x-2">
 
37
  <span class="text-2xl font-inter font-bold text-green-300">Dossiya DAKOU</span>
38
  </a>
39
  <div class="hidden md:flex space-x-2">
@@ -59,15 +60,12 @@
59
  </nav>
60
 
61
  <!-- Hero Section -->
62
- <section class="px-6 md:px-12 lg:px-24 py-16 md:py-24 relative overflow-hidden">
63
- <div class="absolute inset-0 opacity-20 z-0">
64
- <div class="absolute inset-0 bg-gradient-to-r from-onyx via-transparent to-transparent z-10"></div>
65
- <div class="absolute inset-0 bg-[url('https://static.photos/technology/1200x630/42')] bg-cover bg-center">
66
- <div class="absolute inset-0 bg-grid opacity-5" style="background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMC4yIiBzdHJva2Utb3BhY2l0eT0iMC4yIj48cGF0aCBkPSJNMCAwSDEwMFYxMDAiLz48L2c+PC9zdmc+')"></div>
67
  </div>
68
- </div>
69
- <div class="relative z-10 max-w-3xl">
70
- <h1 class="text-4xl md:text-6xl font-inter font-bold text-green-300 mb-4">Dossiya DAKOU</h1>
71
  <h2 class="text-2xl md:text-3xl font-inter font-medium text-teal mb-6">Sustainable Engineering & Climate Innovation</h2>
72
  <p class="text-lg md:text-xl mb-8 border-l-4 border-teal pl-4">Engineering sustainable energy futures through AI-powered solutions. Bridging the gap between renewable energy, climate action, and equitable technology for African communities.</p>
73
  <div class="flex flex-wrap gap-4">
@@ -147,8 +145,8 @@
147
  </nav>
148
 
149
  <!-- About Section -->
150
- <section id="about" class="px-6 md:px-12 lg:px-24 py-16 bg-[url('https://static.photos/abstract/1200x630/10')] bg-fixed bg-cover bg-center">
151
- <div class="backdrop-blur-sm bg-black bg-opacity-50 rounded-xl p-8">
152
  <div class="max-w-4xl mx-auto">
153
  <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">About Me</h2>
154
  <div class="grid md:grid-cols-2 gap-12">
 
33
  <!-- Navigation Rubrique -->
34
  <nav class="sticky top-0 z-50 bg-onyx/90 backdrop-blur border-b border-gray-800 py-3 px-6 md:px-12 lg:px-24">
35
  <div class="max-w-7xl mx-auto flex justify-between items-center">
36
+ <a href="index.html" class="flex items-center space-x-4">
37
+ <img src="/images/b19c12f6-0e3f-4f15-b9ff-b1b60d376b87.jpeg" alt="Dossiya DAKOU" class="h-12 w-12 rounded-full object-cover border-2 border-teal">
38
  <span class="text-2xl font-inter font-bold text-green-300">Dossiya DAKOU</span>
39
  </a>
40
  <div class="hidden md:flex space-x-2">
 
60
  </nav>
61
 
62
  <!-- Hero Section -->
63
+ <section class="px-6 md:px-12 lg:px-24 py-16 md:py-24 bg-black">
64
+ <div class="max-w-3xl">
65
+ <div class="flex items-center gap-6 mb-6">
66
+ <img src="/images/b19c12f6-0e3f-4f15-b9ff-b1b60d376b87.jpeg" alt="Dossiya DAKOU" class="h-24 w-24 rounded-full object-cover border-4 border-teal">
67
+ <h1 class="text-4xl md:text-6xl font-inter font-bold text-green-300">Dossiya DAKOU</h1>
68
  </div>
 
 
 
69
  <h2 class="text-2xl md:text-3xl font-inter font-medium text-teal mb-6">Sustainable Engineering & Climate Innovation</h2>
70
  <p class="text-lg md:text-xl mb-8 border-l-4 border-teal pl-4">Engineering sustainable energy futures through AI-powered solutions. Bridging the gap between renewable energy, climate action, and equitable technology for African communities.</p>
71
  <div class="flex flex-wrap gap-4">
 
145
  </nav>
146
 
147
  <!-- About Section -->
148
+ <section id="about" class="px-6 md:px-12 lg:px-24 py-16 bg-black">
149
+ <div class="rounded-xl p-8">
150
  <div class="max-w-4xl mx-auto">
151
  <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">About Me</h2>
152
  <div class="grid md:grid-cols-2 gap-12">
prompts.txt CHANGED
@@ -864,4 +864,7 @@ Contact
864
  Resume
865
  I need the rubrique at the head of the website
866
  the bacground must be very black for all page
867
- contents in blue must be in green light
 
 
 
 
864
  Resume
865
  I need the rubrique at the head of the website
866
  the bacground must be very black for all page
867
+ contents in blue must be in green light
868
+ all the background of all page must be without image
869
+ include the resume in the bouton of Download CV (pdf)
870
+ Delete the background of the image and put the image like profil at the head
verification.html CHANGED
@@ -7,7 +7,7 @@
7
  <body class="bg-onyx text-offwhite font-source min-h-screen">
8
  <!-- Navbar -->
9
 
10
- <section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh]">
11
  <div class="max-w-4xl mx-auto">
12
  <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">Verify Information</h2>
13
 
 
7
  <body class="bg-onyx text-offwhite font-source min-h-screen">
8
  <!-- Navbar -->
9
 
10
+ <section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh] bg-black">
11
  <div class="max-w-4xl mx-auto">
12
  <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">Verify Information</h2>
13