cbow commited on
Commit
c2499bf
·
verified ·
1 Parent(s): cabfb82

add a drop shadow to the title text - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +19 -31
  2. prompts.txt +17 -0
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Christopher Bolduc | Energy Efficiency Expert</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
  <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
@@ -12,7 +12,7 @@
12
  <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
13
  <style>
14
  .hero-gradient {
15
- background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
16
  }
17
  .skill-pill {
18
  transition: all 0.3s ease;
@@ -91,39 +91,41 @@
91
  display: none;
92
  }
93
  #hero {
94
- background: #1e3a8a;
95
  }
96
  }
97
  </style>
98
  </head>
99
  <body class="font-sans antialiased text-gray-800">
100
- <!-- Hero Section with Vanta.js Background -->
101
- <div id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden">
102
- <div class="absolute inset-0 z-0">
103
- <div id="vanta-bg" class="w-full h-full"></div>
104
- <div class="absolute inset-0 bg-black opacity-30"></div>
105
  </div>
106
- <div class="container mx-auto px-4 md:px-6 relative z-10 text-center py-16 md:py-20">
107
- <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-4 md:mb-6" data-aos="fade-down">
108
- Christopher Bolduc
109
- </h1>
110
- <h2 class="text-xl md:text-2xl lg:text-3xl font-semibold text-blue-100 mb-6 md:mb-8" data-aos="fade-down" data-aos-delay="100">
 
 
 
111
  Senior Energy Efficiency Consultant & Project Manager
112
  </h2>
113
- <p class="text-lg md:text-xl text-blue-100 max-w-3xl mx-auto mb-8 md:mb-10" data-aos="fade-down" data-aos-delay="200">
114
  Driving national energy policy through scientific research, cross-functional leadership, and innovative system thinking
115
  </p>
116
- <div class="flex flex-wrap justify-center gap-3 md:gap-4" data-aos="fade-up" data-aos-delay="300">
117
  <a href="#about" class="px-6 py-2 md:px-8 md:py-3 bg-white text-blue-800 font-semibold rounded-full hover:bg-blue-50 transition duration-300 text-sm md:text-base">
118
  Learn More
119
  </a>
120
- <a href="#contact" class="px-6 py-2 md:px-8 md:py-3 border border-white md:border-2 text-white font-semibold rounded-full hover:bg-white hover:text-blue-800 transition duration-300 text-sm md:text-base">
121
  Contact Me
122
  </a>
123
  </div>
124
  </div>
125
  <a href="#about" class="absolute bottom-8 md:bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce" data-aos="fade-up" data-aos-delay="400">
126
- <i data-feather="chevron-down" class="text-white w-8 h-8 md:w-10 md:h-10"></i>
127
  </a>
128
  </div>
129
 
@@ -411,20 +413,6 @@
411
  });
412
 
413
  feather.replace();
414
-
415
- VANTA.GLOBE({
416
- el: "#vanta-bg",
417
- mouseControls: true,
418
- touchControls: true,
419
- gyroControls: false,
420
- minHeight: 200.00,
421
- minWidth: 200.00,
422
- scale: 1.00,
423
- scaleMobile: 1.00,
424
- color: 0x3b82f6,
425
- backgroundColor: 0x111827,
426
- size: 0.8
427
- });
428
  </script>
429
  </body>
430
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Chris Bolduc | Energy Efficiency Expert</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
  <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
 
12
  <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
13
  <style>
14
  .hero-gradient {
15
+ background: white;
16
  }
17
  .skill-pill {
18
  transition: all 0.3s ease;
 
91
  display: none;
92
  }
93
  #hero {
94
+ background: white;
95
  }
96
  }
97
  </style>
98
  </head>
99
  <body class="font-sans antialiased text-gray-800">
100
+ <!-- Hero Section -->
101
+ <div id="hero" class="min-h-screen flex items-center justify-center bg-white">
102
+ <div class="absolute inset-0 overflow-hidden" style="top: 85px;">
103
+ <div class="h-full w-full" style="background: url('https://huggingface.co/spaces/cbow/hubworks/resolve/main/images/streak.gif') no-repeat center top; background-size: contain;"></div>
 
104
  </div>
105
+ <div class="container mx-auto px-4 md:px-6 py-16 md:py-20 relative z-10">
106
+ <div class="flex items-center justify-start gap-4 mb-8 relative z-20">
107
+ <img src="https://huggingface.co/spaces/cbow/hubworks/resolve/main/images/tree.png" alt="Logo" class="h-16 md:h-24">
108
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white relative z-20 drop-shadow-lg" data-aos="fade-down">
109
+ Chris Bolduc
110
+ </h1>
111
+ </div>
112
+ <h2 class="text-xl md:text-2xl lg:text-3xl font-semibold text-gray-800 mb-6 md:mb-8 text-left relative z-10" data-aos="fade-down" data-aos-delay="100">
113
  Senior Energy Efficiency Consultant & Project Manager
114
  </h2>
115
+ <p class="text-lg md:text-xl text-gray-700 max-w-3xl mb-8 md:mb-10 text-left" data-aos="fade-down" data-aos-delay="200">
116
  Driving national energy policy through scientific research, cross-functional leadership, and innovative system thinking
117
  </p>
118
+ <div class="flex flex-wrap justify-start gap-3 md:gap-4" data-aos="fade-up" data-aos-delay="300">
119
  <a href="#about" class="px-6 py-2 md:px-8 md:py-3 bg-white text-blue-800 font-semibold rounded-full hover:bg-blue-50 transition duration-300 text-sm md:text-base">
120
  Learn More
121
  </a>
122
+ <a href="#contact" class="px-6 py-2 md:px-8 md:py-3 border border-gray-800 md:border-2 text-gray-800 font-semibold rounded-full hover:bg-gray-100 hover:text-blue-800 transition duration-300 text-sm md:text-base">
123
  Contact Me
124
  </a>
125
  </div>
126
  </div>
127
  <a href="#about" class="absolute bottom-8 md:bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce" data-aos="fade-up" data-aos-delay="400">
128
+ <i data-feather="chevron-down" class="text-gray-800 w-8 h-8 md:w-10 md:h-10"></i>
129
  </a>
130
  </div>
131
 
 
413
  });
414
 
415
  feather.replace();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
  </script>
417
  </body>
418
  </html>
prompts.txt CHANGED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ the tree images is the logo and the streak is the banner
2
+ Use this as my logo
3
+ make the logo left justified inline with the titie HUBWorks Consulting. remove the background image
4
+ use this images as the background, do not repeat
5
+ shring the background so that it will fit behind the logo. have the title "sit" above the background
6
+ move the backgroud up 100px
7
+ again
8
+ move the background down 150px
9
+ move the background up 30px
10
+ move the background up 30px
11
+ move the background up 10px
12
+ move the background down 5px.
13
+ change the title to: Chris Bolduc
14
+ change the background color to white
15
+ Change the text color to black
16
+ change title text to Chris Bolduc, and change the title text color to white
17
+ add a drop shadow to the title text