77 < script src ="https://lint.page/kit/4d0fe3.js " crossorigin ="anonymous "> </ script >
88 < title > Manus Webworks – Design & Development</ title >
99
10+ <!-- Coolors palette (required by assignment): https://coolors.co/0b132b-1c2541-3a506b-5bc0be-6fffe9 -->
1011 < style >
1112 /* ---------- Global Reset & Typography ---------- */
1213 * { box-sizing : border-box; }
1617 margin : 0 ;
1718 font-family : system-ui, -apple-system, "Segoe UI" , Roboto, Ubuntu, Cantarell, "Helvetica Neue" , Arial;
1819 line-height : 1.55 ;
19- color : # 0b132b ; /* dark ink */
20- background : # f7f7f7 ; /* light paper */
20+ color : # 0b132b ; /* dark ink */
21+ background : # f7f7f7 ; /* light paper */
2122 }
2223
2324 a { color : # 5bc0be ; text-decoration : underline; }
4748
4849 .brand-title {
4950 margin : 0 ;
50- font-size : 32px ;
51+ font-size : 32px ; /* fixed size for validator compatibility */
5152 letter-spacing : 0.5px ;
5253 }
5354
101102 padding : 16px 20px ;
102103 }
103104
104- .cta {
105- display : inline-block;
106- padding : 10px 16px ;
107- border-radius : 10px ;
108- border : 2px solid # 5bc0be ;
109- color : # 0b132b ;
110- background : # ffffff ;
111- text-decoration : none;
112- font-weight : 600 ;
113- }
114- .cta : hover {
115- background : # 6fffe9 ;
116- color : # 0a0d1a ;
117- border-color : # 6fffe9 ;
118- }
119-
120105 address {
121106 font-style : normal;
122107 background : # ffffff ;
@@ -201,16 +186,15 @@ <h2>Manus Webworks Services</h2>
201186 Looking to launch something polished and practical? Let’s make it real. Tell us about your project
202187 and we’ll propose a simple plan with milestones and a clear timeline.
203188 </ p >
204- < p > < a class ="cta " href ="#contact "> Start a project</ a > </ p >
205189 </ section >
206190
207191 <!-- Side column (contact info) -->
208192 < aside class ="panel side-col " aria-labelledby ="contact ">
209193 < h2 id ="contact "> Contact</ h2 >
210194 < address >
211- Email: < a href ="mailto:hello@manuswebworks.co " > hello@manuswebworks.co </ a > < br />
212- Phone: < a href ="tel:+1-980-555-0173 "> (980) 555-0173 </ a > < br />
213- Address: 2100 Foundry Lane, Suite 120 , Charlotte, NC 28223
195+ Email: < a href ="mailto:jhand12@charlotte.edu " > jhand12@charlotte.edu </ a > < br />
196+ Phone: < a href ="tel:+1-999-999-9999 "> (999) 999-9999 </ a > < br />
197+ Address: 8201 University City Blvd , Charlotte, NC 28223
214198 </ address >
215199 < p >
216200 Also visit our whimsical company,
@@ -224,12 +208,13 @@ <h2 id="contact">Contact</h2>
224208 < footer >
225209 < div class ="footer-inner ">
226210 < div class ="footer-block ">
211+ <!-- “Home” goes to the parent folder (course root) -->
227212 < nav class ="foot-menu " aria-label ="Footer ">
228- < a href ="#main "> Home</ a >
229- < a href ="#contact "> Contact</ a >
213+ < a href ="../ "> Home</ a >
230214 </ nav >
231215 </ div >
232216 < div class ="footer-block val-links ">
217+ <!-- Required validation links -->
233218 < a href ="https://validator.w3.org/nu/ " rel ="noopener " target ="_blank "> HTML Validator</ a >
234219 ·
235220 < a href ="https://jigsaw.w3.org/css-validator/ " rel ="noopener " target ="_blank "> CSS Validator</ a >
0 commit comments