Skip to content

Commit a251df9

Browse files
committed
reverted pull request
1 parent fed72e6 commit a251df9

1 file changed

Lines changed: 23 additions & 42 deletions

File tree

index.html

Lines changed: 23 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,10 @@ <h1>Custom Websites for Growing Businesses</h1>
3535
<div class="container">
3636
<h2>About Us</h2>
3737
<div class="about-content">
38-
<!-- This needs to be added into the about section to replace the placeholder text -->
39-
<p>At TechFlow Solutions, we're passionate about helping small businesses succeed in the digital world. Founded in 2020, our team of experienced developers and designers has built over 150 custom websites for clients across various industries.</p>
40-
41-
<p>We specialize in creating modern, responsive websites that not only look great but also drive results. Our approach combines cutting-edge technology with user-centered design to deliver websites that engage visitors and convert them into customers.</p>
42-
43-
<p>What sets us apart is our commitment to understanding each client's unique needs. We don't believe in one-size-fits-all solutions. Instead, we take the time to learn about your business, your goals, and your customers to create a website that truly represents your brand.</p>
44-
45-
<div class="team-stats">
46-
<div class="stat">
47-
<h3>150+</h3>
48-
<p>Websites Built</p>
49-
</div>
50-
<div class="stat">
51-
<h3>50+</h3>
52-
<p>Happy Clients</p>
53-
</div>
54-
<div class="stat">
55-
<h3>3</h3>
56-
<p>Years Experience</p>
57-
</div>
58-
</div>
59-
60-
<p>Our services include custom web development, e-commerce solutions, mobile optimization, and ongoing website maintenance. We work with businesses of all sizes, from local startups to established companies looking to refresh their online presence.</p>
38+
<!-- PLACEHOLDER: About content will be replaced in the assignment -->
39+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p>
40+
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
41+
<!-- END PLACEHOLDER -->
6142
</div>
6243
</div>
6344
</section>
@@ -67,30 +48,30 @@ <h3>3</h3>
6748
<div class="container">
6849
<h2>Our Team</h2>
6950
<div class="team-grid">
51+
<!-- PLACEHOLDER: Team member profiles will be added in the assignment -->
7052
<div class="team-member">
7153
<div class="member-photo">
72-
<img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&crop=face" alt="Alex Rodriguez">
54+
<img src="https://placehold.co/200x200" alt="Team Member">
7355
</div>
74-
<h3>Alex Rodriguez</h3>
75-
<p class="member-role">Lead Developer & Founder</p>
76-
<p class="member-bio">With over 8 years of experience in web development, Alex founded TechFlow Solutions to help small businesses thrive online. He specializes in modern JavaScript frameworks and loves solving complex technical challenges.</p>
77-
</div>
78-
<div class="team-member">
79-
<div class="member-photo">
80-
<img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop&crop=face" alt="Sarah Chen">
81-
</div>
82-
<h3>Sarah Chen</h3>
83-
<p class="member-role">UI/UX Designer</p>
84-
<p class="member-bio">Sarah brings creativity and user-centered design thinking to every project. Her background in graphic design and psychology helps create websites that are both beautiful and intuitive to use.</p>
56+
<h3>John Doe</h3>
57+
<p class="member-role">Placeholder Role</p>
58+
<p class="member-bio">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.</p>
59+
</div>
60+
<div class="team-member">
61+
<div class="member-photo">
62+
<img src="https://placehold.co/200x200" alt="Team Member">
8563
</div>
86-
<div class="team-member">
87-
<div class="member-photo">
88-
<img src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=200&h=200&fit=crop&crop=face" alt="Marcus Thompson">
89-
</div>
90-
<h3>Marcus Thompson</h3>
91-
<p class="member-role">Full-Stack Developer</p>
92-
<p class="member-bio">Marcus handles both front-end and back-end development, ensuring our websites are fast, secure, and scalable. He's passionate about clean code and performance optimization.</p>
64+
<h3>Jane Smith</h3>
65+
<p class="member-role">Placeholder Role</p>
66+
<p class="member-bio">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.</p>
67+
</div>
68+
<div class="team-member">
69+
<div class="member-photo">
70+
<img src="https://placehold.co/200x200" alt="Team Member">
9371
</div>
72+
<h3>Mike Johnson</h3>
73+
<p class="member-role">Placeholder Role</p>
74+
<p class="member-bio">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.</p>
9475
</div>
9576
<!-- END PLACEHOLDER -->
9677
</div>

0 commit comments

Comments
 (0)