Skip to content

Commit ca70b33

Browse files
authored
Merge pull request #5 from alanef/develop
Develop
2 parents a9ef07d + be92c7b commit ca70b33

File tree

3 files changed

+56
-42
lines changed

3 files changed

+56
-42
lines changed

.claude-prompt.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Issue to solve: TP-2 - Replace the static site
1+
Issue to solve: TP-3 - Restyle
22
Your working directory: /app/repos/alanef.github.io
3-
Your branch: task/TP-2-replace-the-static-site
3+
Your branch: task/TP-3-restyle
44

55
Issue Description:
6-
Replac eteh entire static site create a new site that is a summary of https://alanfuller.co.uk with a big buttton to visit
6+
Retstule use square corners on every thing - dontuse any gradiaents use lightyellow background with dark text, dont us drop shaddows - endure wide screen wider but responsive
77

88
Instructions:
99
1. Analyze the issue thoroughly

404.html

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
body {
1818
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
19-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
19+
background: #fffacd;
2020
min-height: 100vh;
2121
display: flex;
2222
align-items: center;
@@ -26,20 +26,18 @@
2626

2727
.container {
2828
text-align: center;
29-
background: rgba(255, 255, 255, 0.95);
30-
backdrop-filter: blur(20px);
31-
border-radius: 20px;
29+
background: #ffffff;
30+
border-radius: 0;
3231
padding: 3rem;
33-
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
34-
border: 1px solid rgba(255, 255, 255, 0.2);
32+
border: 2px solid #2d3748;
3533
max-width: 500px;
3634
margin: 2rem;
3735
}
3836

3937
.error-code {
4038
font-size: 4rem;
4139
font-weight: 700;
42-
color: #667eea;
40+
color: #2d3748;
4341
margin-bottom: 1rem;
4442
}
4543

@@ -57,20 +55,19 @@
5755

5856
.home-button {
5957
display: inline-block;
60-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
58+
background: #2d3748;
6159
color: white;
6260
text-decoration: none;
6361
padding: 1rem 2rem;
64-
border-radius: 25px;
62+
border-radius: 0;
6563
font-weight: 600;
6664
transition: all 0.3s ease;
67-
box-shadow: 0 10px 30px rgba(103, 126, 234, 0.3);
65+
border: 2px solid #2d3748;
6866
}
6967

7068
.home-button:hover {
71-
transform: translateY(-3px);
72-
box-shadow: 0 15px 40px rgba(103, 126, 234, 0.4);
73-
color: white;
69+
background: #fffacd;
70+
color: #2d3748;
7471
text-decoration: none;
7572
}
7673
</style>

index.html

Lines changed: 43 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
2020
line-height: 1.6;
2121
color: #2d3748;
22-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
22+
background: #fffacd;
2323
min-height: 100vh;
2424
}
2525

2626
.container {
27-
max-width: 900px;
27+
max-width: 1200px;
2828
margin: 0 auto;
2929
padding: 2rem;
3030
min-height: 100vh;
@@ -34,13 +34,11 @@
3434
}
3535

3636
.card {
37-
background: rgba(255, 255, 255, 0.95);
38-
backdrop-filter: blur(20px);
39-
border-radius: 20px;
37+
background: #ffffff;
38+
border-radius: 0;
4039
padding: 3rem;
41-
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
4240
text-align: center;
43-
border: 1px solid rgba(255, 255, 255, 0.2);
41+
border: 2px solid #2d3748;
4442
}
4543

4644
.profile-section {
@@ -62,7 +60,7 @@
6260
}
6361

6462
.company {
65-
color: #667eea;
63+
color: #2d3748;
6664
font-weight: 600;
6765
font-size: 1.1rem;
6866
margin-bottom: 2rem;
@@ -87,10 +85,10 @@
8785
}
8886

8987
.highlight-item {
90-
background: rgba(103, 126, 234, 0.1);
88+
background: #f8f8f8;
9189
padding: 1.5rem;
92-
border-radius: 12px;
93-
border-left: 4px solid #667eea;
90+
border-radius: 0;
91+
border-left: 4px solid #2d3748;
9492
}
9593

9694
.highlight-item h3 {
@@ -124,33 +122,32 @@
124122
}
125123

126124
.service-tag {
127-
background: linear-gradient(135deg, #667eea, #764ba2);
125+
background: #2d3748;
128126
color: white;
129127
padding: 0.75rem 1rem;
130-
border-radius: 25px;
128+
border-radius: 0;
131129
font-size: 0.9rem;
132130
font-weight: 500;
133131
text-align: center;
134132
}
135133

136134
.cta-button {
137135
display: inline-block;
138-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
136+
background: #2d3748;
139137
color: white;
140138
text-decoration: none;
141139
padding: 1.25rem 3rem;
142-
border-radius: 50px;
140+
border-radius: 0;
143141
font-weight: 600;
144142
font-size: 1.2rem;
145143
transition: all 0.3s ease;
146-
box-shadow: 0 10px 30px rgba(103, 126, 234, 0.3);
147144
margin: 1.5rem 0;
145+
border: 2px solid #2d3748;
148146
}
149147

150148
.cta-button:hover {
151-
transform: translateY(-3px);
152-
box-shadow: 0 15px 40px rgba(103, 126, 234, 0.4);
153-
color: white;
149+
background: #fffacd;
150+
color: #2d3748;
154151
text-decoration: none;
155152
}
156153

@@ -163,33 +160,34 @@
163160
}
164161

165162
.social-link {
166-
color: #667eea;
163+
color: #2d3748;
167164
text-decoration: none;
168165
font-weight: 500;
169166
padding: 0.5rem 1rem;
170-
border: 1px solid #667eea;
171-
border-radius: 20px;
167+
border: 1px solid #2d3748;
168+
border-radius: 0;
172169
transition: all 0.3s ease;
173170
font-size: 0.9rem;
174171
}
175172

176173
.social-link:hover {
177-
background: #667eea;
174+
background: #2d3748;
178175
color: white;
179176
text-decoration: none;
180177
}
181178

182179
.stats {
183-
background: rgba(103, 126, 234, 0.1);
180+
background: #f8f8f8;
184181
padding: 1.5rem;
185-
border-radius: 12px;
182+
border-radius: 0;
186183
margin: 2rem 0;
184+
border: 1px solid #2d3748;
187185
}
188186

189187
.stats-number {
190188
font-size: 2rem;
191189
font-weight: 700;
192-
color: #667eea;
190+
color: #2d3748;
193191
}
194192

195193
.stats-label {
@@ -198,6 +196,25 @@
198196
margin-top: 0.25rem;
199197
}
200198

199+
@media (min-width: 1400px) {
200+
.container {
201+
max-width: 1600px;
202+
padding: 3rem;
203+
}
204+
205+
.card {
206+
padding: 4rem;
207+
}
208+
209+
.highlights {
210+
grid-template-columns: repeat(4, 1fr);
211+
}
212+
213+
.services-grid {
214+
grid-template-columns: repeat(5, 1fr);
215+
}
216+
}
217+
201218
@media (max-width: 768px) {
202219
.container {
203220
padding: 1rem;

0 commit comments

Comments
 (0)