forked from AtharvK07/Facebook-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Facebook_MB.html
55 lines (49 loc) · 1.84 KB
/
Facebook_MB.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=3.0">
<title>Intern Crowd - Connecting Talent</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li style="font-weight: 600; font-size: 22px;">Intern Crowd</li>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Explore Internships</a></li>
<li><a href="#">Success Stories</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<section class="hero">
<h1>Welcome to Intern Crowd</h1>
<p>Your Gateway to Exciting Internship Opportunities</p>
<a href="#" class="cta-button">Get Started</a>
</section>
<section class="about-us">
<h2>About Us</h2>
<p>We are dedicated to connecting talented individuals with valuable internship experiences. Our platform bridges the gap between students and companies, offering a wide range of opportunities.</p>
</section>
<section class="internships">
<h2>Explore Internships</h2>
<p>Discover a world of internships in various industries and locations. Find the perfect opportunity to kickstart your career.</p>
</section>
<section class="testimonials">
<h2>Success Stories</h2>
<p>Read inspiring success stories from our interns who have gone on to achieve great things in their careers.</p>
</section>
<section class="faq">
<h2>FAQs</h2>
<p>Got questions? We've got answers! Check out our frequently asked questions to learn more about our platform.</p>
</section>
<section class="contact">
<h2>Contact Us</h2>
<p>Reach out to us for any inquiries or assistance. We're here to help you on your internship journey!</p>
</section>
</body>
</html>