techguy1 commited on
Commit
5467ecc
·
verified ·
1 Parent(s): 679df94

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +86 -17
  2. prompts.txt +2 -1
index.html CHANGED
@@ -34,22 +34,67 @@
34
  transform: translateY(-5px);
35
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
36
  }
 
 
 
 
 
37
  .nav-link:hover {
38
  color: #4285F4;
39
  }
 
 
 
 
 
 
 
 
 
 
40
  .btn-primary {
 
 
41
  transition: all 0.3s ease;
 
42
  }
43
  .btn-primary:hover {
44
  background-color: #3367D6;
45
  transform: translateY(-2px);
 
46
  }
47
  .btn-accent {
 
 
48
  transition: all 0.3s ease;
 
49
  }
50
  .btn-accent:hover {
51
  background-color: #D33426;
52
  transform: translateY(-2px);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  }
54
  .animate-float {
55
  animation: float 3s ease-in-out infinite;
@@ -67,6 +112,30 @@
67
  .google-red { color: #EA4335; }
68
  .google-yellow { color: #FBBC05; }
69
  .google-green { color: #34A853; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  </style>
71
  </head>
72
  <body class="font-sans text-gray-800">
@@ -91,10 +160,10 @@
91
  <a href="#about" class="nav-link text-gray-700 hover:text-primary">About</a>
92
  <a href="#portfolio" class="nav-link text-gray-700 hover:text-primary">Portfolio</a>
93
  <a href="#contact" class="nav-link text-gray-700 hover:text-primary">Contact</a>
94
- <a href="#contact" class="btn-primary bg-primary text-white px-6 py-2 rounded-md font-medium">Get Started</a>
95
  </div>
96
  <div class="md:hidden">
97
- <button class="text-gray-700 focus:outline-none">
98
  <i class="fas fa-bars text-2xl"></i>
99
  </button>
100
  </div>
@@ -109,8 +178,8 @@
109
  <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Empowering Your Digital Transformation with Expert DevOps Solutions</h1>
110
  <p class="text-xl mb-8">Accelerate development cycles, improve software quality, and enhance operational efficiency with our tailored DevOps services.</p>
111
  <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
112
- <a href="#contact" class="btn-primary bg-white text-primary px-8 py-3 rounded-md font-bold text-center">Request a Consultation</a>
113
- <a href="#services" class="btn-accent bg-accent1 text-white px-8 py-3 rounded-md font-bold text-center">Our Services</a>
114
  </div>
115
  </div>
116
  <div class="md:w-1/2 flex justify-center">
@@ -127,7 +196,7 @@
127
  <p class="text-xl text-gray-600 mb-8">We are a dedicated DevOps team passionate about streamlining your software development lifecycle. We empower businesses to achieve faster deployments, enhanced collaboration, and greater operational efficiency through tailored DevOps solutions. Let's transform your development process together.</p>
128
  <div class="flex justify-center space-x-4">
129
  <div class="bg-primary text-white px-4 py-2 rounded-full text-sm font-medium">CI/CD Pipelines</div>
130
- <div class="bg-accent2 text-white px-4 py-2 rounded-full text-sm font-medium">Cloud Solutions</div>
131
  <div class="bg-accent3 text-white px-4 py-2 rounded-full text-sm font-medium">Infrastructure as Code</div>
132
  <div class="bg-accent1 text-white px-4 py-2 rounded-full text-sm font-medium">Security First</div>
133
  </div>
@@ -236,7 +305,7 @@
236
  </div>
237
 
238
  <div class="text-center mt-16">
239
- <a href="#contact" class="btn-primary bg-primary text-white px-8 py-3 rounded-md font-bold inline-block">Get a Free Quote</a>
240
  </div>
241
  </div>
242
  </section>
@@ -359,7 +428,7 @@
359
  <p class="text-gray-600 mb-6">Founded in 2020, TekGuyz began as a small team of passionate DevOps engineers with a vision to simplify complex technology landscapes for businesses of all sizes.</p>
360
  <p class="text-gray-600 mb-6">Today, we've grown into a trusted partner for organizations looking to accelerate their digital transformation through innovative DevOps practices.</p>
361
  <p class="text-gray-600 mb-8">Our mission is to bridge the gap between development and operations, creating seamless workflows that drive business value.</p>
362
- <a href="#contact" class="btn-primary bg-primary text-white px-8 py-3 rounded-md font-bold inline-block">Meet Our Team</a>
363
  </div>
364
  <div class="md:w-1/2 md:pl-12">
365
  <img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Our Team" class="rounded-lg shadow-xl w-full">
@@ -461,7 +530,7 @@
461
  </div>
462
 
463
  <div class="text-center mt-12">
464
- <a href="#" class="btn-primary bg-primary text-white px-8 py-3 rounded-md font-bold inline-block">View All Case Studies</a>
465
  </div>
466
  </div>
467
  </section>
@@ -536,26 +605,26 @@
536
  <h3 class="text-xl font-bold mb-6">Send Us a Message</h3>
537
 
538
  <div class="mb-6">
539
- <label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
540
- <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent" placeholder="Your name">
541
  </div>
542
 
543
  <div class="mb-6">
544
- <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
545
- <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent" placeholder="Your email">
546
  </div>
547
 
548
  <div class="mb-6">
549
- <label for="company" class="block text-gray-700 font-medium mb-2">Company</label>
550
- <input type="text" id="company" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent" placeholder="Your company">
551
  </div>
552
 
553
  <div class="mb-6">
554
- <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
555
- <textarea id="message" rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent" placeholder="How can we help you?"></textarea>
556
  </div>
557
 
558
- <button type="submit" class="btn-primary bg-primary text-white w-full py-3 rounded-md font-bold">Send Message</button>
559
  </form>
560
  </div>
561
  </div>
 
34
  transform: translateY(-5px);
35
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
36
  }
37
+ .nav-link {
38
+ color: #5F6368;
39
+ transition: all 0.2s ease;
40
+ position: relative;
41
+ }
42
  .nav-link:hover {
43
  color: #4285F4;
44
  }
45
+ .nav-link:hover::after {
46
+ content: '';
47
+ position: absolute;
48
+ bottom: -8px;
49
+ left: 0;
50
+ width: 100%;
51
+ height: 3px;
52
+ background-color: #4285F4;
53
+ border-radius: 3px;
54
+ }
55
  .btn-primary {
56
+ background-color: #4285F4;
57
+ color: white;
58
  transition: all 0.3s ease;
59
+ box-shadow: 0 2px 5px rgba(66, 133, 244, 0.3);
60
  }
61
  .btn-primary:hover {
62
  background-color: #3367D6;
63
  transform: translateY(-2px);
64
+ box-shadow: 0 4px 8px rgba(66, 133, 244, 0.4);
65
  }
66
  .btn-accent {
67
+ background-color: #EA4335;
68
+ color: white;
69
  transition: all 0.3s ease;
70
+ box-shadow: 0 2px 5px rgba(234, 67, 53, 0.3);
71
  }
72
  .btn-accent:hover {
73
  background-color: #D33426;
74
  transform: translateY(-2px);
75
+ box-shadow: 0 4px 8px rgba(234, 67, 53, 0.4);
76
+ }
77
+ .btn-secondary {
78
+ background-color: #FBBC05;
79
+ color: #202124;
80
+ transition: all 0.3s ease;
81
+ box-shadow: 0 2px 5px rgba(251, 188, 5, 0.3);
82
+ }
83
+ .btn-secondary:hover {
84
+ background-color: #E9AB04;
85
+ transform: translateY(-2px);
86
+ box-shadow: 0 4px 8px rgba(251, 188, 5, 0.4);
87
+ }
88
+ .btn-success {
89
+ background-color: #34A853;
90
+ color: white;
91
+ transition: all 0.3s ease;
92
+ box-shadow: 0 2px 5px rgba(52, 168, 83, 0.3);
93
+ }
94
+ .btn-success:hover {
95
+ background-color: #2D9146;
96
+ transform: translateY(-2px);
97
+ box-shadow: 0 4px 8px rgba(52, 168, 83, 0.4);
98
  }
99
  .animate-float {
100
  animation: float 3s ease-in-out infinite;
 
112
  .google-red { color: #EA4335; }
113
  .google-yellow { color: #FBBC05; }
114
  .google-green { color: #34A853; }
115
+
116
+ /* Form styling */
117
+ .form-input {
118
+ border: 1px solid #dadce0;
119
+ border-radius: 4px;
120
+ transition: all 0.2s ease;
121
+ }
122
+ .form-input:focus {
123
+ border-color: #4285F4;
124
+ box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
125
+ outline: none;
126
+ }
127
+ .form-label {
128
+ color: #5F6368;
129
+ font-weight: 500;
130
+ }
131
+
132
+ /* Menu styling */
133
+ .mobile-menu-btn {
134
+ color: #5F6368;
135
+ }
136
+ .mobile-menu-btn:hover {
137
+ color: #4285F4;
138
+ }
139
  </style>
140
  </head>
141
  <body class="font-sans text-gray-800">
 
160
  <a href="#about" class="nav-link text-gray-700 hover:text-primary">About</a>
161
  <a href="#portfolio" class="nav-link text-gray-700 hover:text-primary">Portfolio</a>
162
  <a href="#contact" class="nav-link text-gray-700 hover:text-primary">Contact</a>
163
+ <a href="#contact" class="btn-primary px-6 py-2 rounded-md font-medium">Get Started</a>
164
  </div>
165
  <div class="md:hidden">
166
+ <button class="mobile-menu-btn focus:outline-none">
167
  <i class="fas fa-bars text-2xl"></i>
168
  </button>
169
  </div>
 
178
  <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Empowering Your Digital Transformation with Expert DevOps Solutions</h1>
179
  <p class="text-xl mb-8">Accelerate development cycles, improve software quality, and enhance operational efficiency with our tailored DevOps services.</p>
180
  <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
181
+ <a href="#contact" class="btn-primary px-8 py-3 rounded-md font-bold text-center">Request a Consultation</a>
182
+ <a href="#services" class="btn-accent px-8 py-3 rounded-md font-bold text-center">Our Services</a>
183
  </div>
184
  </div>
185
  <div class="md:w-1/2 flex justify-center">
 
196
  <p class="text-xl text-gray-600 mb-8">We are a dedicated DevOps team passionate about streamlining your software development lifecycle. We empower businesses to achieve faster deployments, enhanced collaboration, and greater operational efficiency through tailored DevOps solutions. Let's transform your development process together.</p>
197
  <div class="flex justify-center space-x-4">
198
  <div class="bg-primary text-white px-4 py-2 rounded-full text-sm font-medium">CI/CD Pipelines</div>
199
+ <div class="bg-accent2 text-gray-800 px-4 py-2 rounded-full text-sm font-medium">Cloud Solutions</div>
200
  <div class="bg-accent3 text-white px-4 py-2 rounded-full text-sm font-medium">Infrastructure as Code</div>
201
  <div class="bg-accent1 text-white px-4 py-2 rounded-full text-sm font-medium">Security First</div>
202
  </div>
 
305
  </div>
306
 
307
  <div class="text-center mt-16">
308
+ <a href="#contact" class="btn-primary px-8 py-3 rounded-md font-bold inline-block">Get a Free Quote</a>
309
  </div>
310
  </div>
311
  </section>
 
428
  <p class="text-gray-600 mb-6">Founded in 2020, TekGuyz began as a small team of passionate DevOps engineers with a vision to simplify complex technology landscapes for businesses of all sizes.</p>
429
  <p class="text-gray-600 mb-6">Today, we've grown into a trusted partner for organizations looking to accelerate their digital transformation through innovative DevOps practices.</p>
430
  <p class="text-gray-600 mb-8">Our mission is to bridge the gap between development and operations, creating seamless workflows that drive business value.</p>
431
+ <a href="#contact" class="btn-primary px-8 py-3 rounded-md font-bold inline-block">Meet Our Team</a>
432
  </div>
433
  <div class="md:w-1/2 md:pl-12">
434
  <img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Our Team" class="rounded-lg shadow-xl w-full">
 
530
  </div>
531
 
532
  <div class="text-center mt-12">
533
+ <a href="#" class="btn-primary px-8 py-3 rounded-md font-bold inline-block">View All Case Studies</a>
534
  </div>
535
  </div>
536
  </section>
 
605
  <h3 class="text-xl font-bold mb-6">Send Us a Message</h3>
606
 
607
  <div class="mb-6">
608
+ <label for="name" class="form-label block mb-2">Name</label>
609
+ <input type="text" id="name" class="form-input w-full px-4 py-3" placeholder="Your name">
610
  </div>
611
 
612
  <div class="mb-6">
613
+ <label for="email" class="form-label block mb-2">Email</label>
614
+ <input type="email" id="email" class="form-input w-full px-4 py-3" placeholder="Your email">
615
  </div>
616
 
617
  <div class="mb-6">
618
+ <label for="company" class="form-label block mb-2">Company</label>
619
+ <input type="text" id="company" class="form-input w-full px-4 py-3" placeholder="Your company">
620
  </div>
621
 
622
  <div class="mb-6">
623
+ <label for="message" class="form-label block mb-2">Message</label>
624
+ <textarea id="message" rows="5" class="form-input w-full px-4 py-3" placeholder="How can we help you?"></textarea>
625
  </div>
626
 
627
+ <button type="submit" class="btn-primary w-full py-3 rounded-md font-bold">Send Message</button>
628
  </form>
629
  </div>
630
  </div>
prompts.txt CHANGED
@@ -1 +1,2 @@
1
- change the color them of the website to match the color scheme of google.com and the google logo
 
 
1
+ change the color them of the website to match the color scheme of google.com and the google logo
2
+ make all buttons , forms and menu options of the site match the colors of the Google theme