Skip to content

Commit cbd72b3

Browse files
author
Raghu Raman Bhattathirippad
committed
Added Apache Spark and Databricks course with landing page
1 parent c99f68b commit cbd72b3

File tree

3 files changed

+195
-0
lines changed

3 files changed

+195
-0
lines changed

courses/spark-databricks.html

+176
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Apache Spark and Databricks for Beginners - ITVersity</title>
7+
<link rel="stylesheet" href="../styles.css">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
9+
</head>
10+
<body>
11+
<header>
12+
<nav>
13+
<div class="logo">ITVersity</div>
14+
<ul class="nav-links">
15+
<li><a href="../index.html">Home</a></li>
16+
<li><a href="../index.html#services">Services</a></li>
17+
<li><a href="../index.html#courses">Courses</a></li>
18+
<li><a href="../index.html#locations">Locations</a></li>
19+
<li><a href="../index.html#contact">Contact</a></li>
20+
</ul>
21+
</nav>
22+
</header>
23+
24+
<section class="course-hero spark-hero">
25+
<div class="hero-content">
26+
<h1>Apache Spark and Databricks for Beginners</h1>
27+
<p>Learn big data processing with Apache Spark and master the Databricks platform</p>
28+
<a href="../index.html#contact" class="cta-button">Enroll Now</a>
29+
</div>
30+
</section>
31+
32+
<section class="course-details">
33+
<div class="container">
34+
<h2>Course Overview</h2>
35+
<div class="course-grid">
36+
<div class="course-info">
37+
<h3>What You'll Learn</h3>
38+
<ul>
39+
<li><i class="fas fa-check"></i> Apache Spark architecture and components</li>
40+
<li><i class="fas fa-check"></i> Databricks workspace and notebooks</li>
41+
<li><i class="fas fa-check"></i> Data processing with Spark SQL</li>
42+
<li><i class="fas fa-check"></i> Spark DataFrames and Datasets</li>
43+
<li><i class="fas fa-check"></i> Machine learning with MLlib</li>
44+
<li><i class="fas fa-check"></i> Stream processing fundamentals</li>
45+
<li><i class="fas fa-check"></i> Delta Lake for reliable data lakes</li>
46+
<li><i class="fas fa-check"></i> Performance optimization and monitoring</li>
47+
</ul>
48+
</div>
49+
<div class="course-features">
50+
<h3>Course Features</h3>
51+
<div class="feature-cards">
52+
<div class="feature-card">
53+
<i class="fas fa-clock"></i>
54+
<h4>Duration</h4>
55+
<p>10 Weeks</p>
56+
</div>
57+
<div class="feature-card">
58+
<i class="fas fa-video"></i>
59+
<h4>Format</h4>
60+
<p>Live Online Classes</p>
61+
</div>
62+
<div class="feature-card">
63+
<i class="fas fa-certificate"></i>
64+
<h4>Certificate</h4>
65+
<p>Industry Recognized</p>
66+
</div>
67+
<div class="feature-card">
68+
<i class="fas fa-users"></i>
69+
<h4>Batch Size</h4>
70+
<p>Maximum 15 Students</p>
71+
</div>
72+
</div>
73+
</div>
74+
</div>
75+
</div>
76+
</section>
77+
78+
<section class="course-curriculum">
79+
<div class="container">
80+
<h2>Curriculum</h2>
81+
<div class="curriculum-weeks">
82+
<div class="week">
83+
<h3>Week 1-2: Foundations</h3>
84+
<ul>
85+
<li>Introduction to Big Data and Spark</li>
86+
<li>Spark architecture and components</li>
87+
<li>Setting up Databricks workspace</li>
88+
<li>Working with Databricks notebooks</li>
89+
</ul>
90+
</div>
91+
<div class="week">
92+
<h3>Week 3-4: Data Processing</h3>
93+
<ul>
94+
<li>Spark SQL and DataFrames</li>
95+
<li>Data transformation and aggregation</li>
96+
<li>Working with different data formats</li>
97+
<li>Performance optimization techniques</li>
98+
</ul>
99+
</div>
100+
<div class="week">
101+
<h3>Week 5-7: Advanced Features</h3>
102+
<ul>
103+
<li>Machine learning with MLlib</li>
104+
<li>Stream processing basics</li>
105+
<li>Delta Lake fundamentals</li>
106+
<li>Data quality and testing</li>
107+
</ul>
108+
</div>
109+
<div class="week">
110+
<h3>Week 8-10: Production & Projects</h3>
111+
<ul>
112+
<li>Production deployment patterns</li>
113+
<li>Monitoring and optimization</li>
114+
<li>Best practices and patterns</li>
115+
<li>Capstone project</li>
116+
</ul>
117+
</div>
118+
</div>
119+
</div>
120+
</section>
121+
122+
<section class="course-projects">
123+
<div class="container">
124+
<h2>Industry Projects</h2>
125+
<div class="project-cards">
126+
<div class="card">
127+
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Data Analysis Project" class="project-image">
128+
<i class="fas fa-chart-line"></i>
129+
<h3>Data Analysis Pipeline</h3>
130+
<p>Build an end-to-end data analysis pipeline using Spark</p>
131+
</div>
132+
<div class="card">
133+
<img src="https://images.unsplash.com/photo-1518186285589-2f7649de83e0?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="ML Project" class="project-image">
134+
<i class="fas fa-brain"></i>
135+
<h3>ML Model Deployment</h3>
136+
<p>Deploy machine learning models using MLlib</p>
137+
</div>
138+
<div class="card">
139+
<img src="https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Streaming Project" class="project-image">
140+
<i class="fas fa-stream"></i>
141+
<h3>Real-time Analytics</h3>
142+
<p>Build a real-time analytics dashboard</p>
143+
</div>
144+
</div>
145+
</div>
146+
</section>
147+
148+
<footer>
149+
<div class="footer-content">
150+
<div class="footer-section">
151+
<h4>ITVersity, Inc</h4>
152+
<p>Empowering careers through quality education</p>
153+
</div>
154+
<div class="footer-section">
155+
<h4>Quick Links</h4>
156+
<ul>
157+
<li><a href="../index.html">Home</a></li>
158+
<li><a href="../index.html#courses">All Courses</a></li>
159+
<li><a href="../index.html#contact">Contact</a></li>
160+
</ul>
161+
</div>
162+
<div class="footer-section">
163+
<h4>Connect With Us</h4>
164+
<div class="social-links">
165+
<a href="#"><i class="fab fa-linkedin"></i></a>
166+
<a href="#"><i class="fab fa-twitter"></i></a>
167+
<a href="#"><i class="fab fa-facebook"></i></a>
168+
</div>
169+
</div>
170+
</div>
171+
<div class="footer-bottom">
172+
<p>&copy; 2024 ITVersity, Inc. All rights reserved.</p>
173+
</div>
174+
</footer>
175+
</body>
176+
</html>

index.html

+12
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ <h3>Data Engineering Essentials</h3>
7070
</ul>
7171
<a href="courses/data-engineering.html" class="button">View Course Details</a>
7272
</div>
73+
<div class="card">
74+
<h3>Apache Spark and Databricks for Beginners</h3>
75+
<p>Master big data processing with Apache Spark and Databricks platform</p>
76+
<ul>
77+
<li>Spark fundamentals</li>
78+
<li>Databricks workspace</li>
79+
<li>Data processing at scale</li>
80+
<li>Machine learning with MLlib</li>
81+
</ul>
82+
<a href="courses/spark-databricks.html" class="button">View Course Details</a>
83+
</div>
7384
</div>
7485
</section>
7586

@@ -133,6 +144,7 @@ <h2>Contact Us</h2>
133144
<option value="" disabled selected>Select Course</option>
134145
<option value="python">Python for Beginners</option>
135146
<option value="data-engineering">Data Engineering Essentials</option>
147+
<option value="spark-databricks">Apache Spark and Databricks for Beginners</option>
136148
</select>
137149
<textarea placeholder="Message" required></textarea>
138150
<button type="submit" class="button">Send Message</button>

styles.css

+7
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,13 @@ footer {
417417
url('https://images.unsplash.com/photo-1518186285589-2f7649de83e0?ixlib=rb-1.2.1&auto=format&fit=crop&w=2000&q=80');
418418
}
419419

420+
.spark-hero {
421+
background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.9)),
422+
url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-1.2.1&auto=format&fit=crop&w=2000&q=80');
423+
background-size: cover;
424+
background-position: center;
425+
}
426+
420427
/* Location Images */
421428
.location-image {
422429
width: 100%;

0 commit comments

Comments
 (0)