-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgit_workshop.html
More file actions
250 lines (244 loc) · 12.7 KB
/
git_workshop.html
File metadata and controls
250 lines (244 loc) · 12.7 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git & GitHub Workshop - Amity University Bengaluru</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap">
<link rel="stylesheet" href="git_workshop.css">
</head>
<body>
<div id="root">
<header>
<div class="container header-container">
<div class="logo">
<div>Amity<span>University</span></div>
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#registration">Register</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</nav>
</div>
</header>
<main>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="bg-grid"></div>
<div class="bg-gradient-radial"></div>
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">Master Git & GitHub in One Day</h1>
<p class="hero-description">Join our comprehensive workshop to learn version control essentials and collaborative development with Git and GitHub. Perfect for students and professionals looking to enhance their technical skill set.</p>
<div class="hero-buttons">
<a href="#registration" class="btn btn-primary">Register Now</a>
<a href="#about" class="btn btn-outline">Learn More</a>
</div>
</div>
<div class="hero-image">
<img src="https://images.unsplash.com/photo-1618401471353-b98afee0b2eb?q=80&w=1776&auto=format&fit=crop&ixlib=rb-4.0.3" alt="Git and GitHub Workshop">
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<h2 class="section-title">About the Workshop</h2>
<div class="about">
<div class="about-content">
<div class="about-card">
<h3>What You'll Learn</h3>
<p>From basic Git commands to advanced GitHub workflows, our comprehensive curriculum covers everything you need to know about modern version control. You'll participate in hands-on sessions that simulate real-world development scenarios.</p>
</div>
<div class="about-card">
<h3>Why Git & GitHub</h3>
<p>Git and GitHub have become industry standards for version control and collaborative development. Mastering these tools is essential for any developer, as they're used in nearly every software project across the globe.</p>
</div>
<div class="about-card">
<h3>Who Should Attend</h3>
<p>This workshop is ideal for students, recent graduates, and professionals looking to enhance their technical skills. Whether you're a complete beginner or looking to refine your existing knowledge, there's something for everyone.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule">
<div class="container">
<h2 class="section-title">Workshop Schedule</h2>
<div class="schedule-grid">
<div class="schedule-card">
<div class="schedule-time">09:00 AM - 10:00 AM</div>
<h3 class="schedule-title">Introduction to Version Control</h3>
<div class="schedule-speaker">Dr. Amit Kumar</div>
</div>
<div class="schedule-card">
<div class="schedule-time">10:15 AM - 11:30 AM</div>
<h3 class="schedule-title">Git Fundamentals & Basic Commands</h3>
<div class="schedule-speaker">Prof. Sarah Johnson</div>
</div>
<div class="schedule-card">
<div class="schedule-time">11:45 AM - 01:00 PM</div>
<h3 class="schedule-title">Branching & Merging Strategies</h3>
<div class="schedule-speaker">Rahul Verma</div>
</div>
<div class="schedule-card">
<div class="schedule-time">02:00 PM - 03:15 PM</div>
<h3 class="schedule-title">GitHub & Remote Repositories</h3>
<div class="schedule-speaker">Dr. Lisa Chen</div>
</div>
<div class="schedule-card">
<div class="schedule-time">03:30 PM - 04:45 PM</div>
<h3 class="schedule-title">Collaborative Workflows & Pull Requests</h3>
<div class="schedule-speaker">Raj Patel</div>
</div>
<div class="schedule-card">
<div class="schedule-time">05:00 PM - 06:00 PM</div>
<h3 class="schedule-title">Advanced Topics & Q&A Session</h3>
<div class="schedule-speaker">Panel Discussion</div>
</div>
</div>
</div>
</section>
<!-- Speakers Section -->
<section id="speakers">
<div class="container">
<h2 class="section-title">Meet Our Speakers</h2>
<div class="speakers-grid">
<div class="speaker-card">
<img src="https://images.unsplash.com/photo-1560250097-0b93528c311a?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3" alt="Dr. Amit Kumar" class="speaker-image">
<div class="speaker-info">
<h3 class="speaker-name">Dr. Amit Kumar</h3>
<p class="speaker-title">Professor of Computer Science, Amity University</p>
</div>
</div>
<div class="speaker-card">
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=1376&auto=format&fit=crop&ixlib=rb-4.0.3" alt="Prof. Sarah Johnson" class="speaker-image">
<div class="speaker-info">
<h3 class="speaker-name">Prof. Sarah Johnson</h3>
<p class="speaker-title">Software Engineering Lead, Google</p>
</div>
</div>
<div class="speaker-card">
<img src="https://images.unsplash.com/photo-1607990283143-e81e7a2c9349?q=80&w=1641&auto=format&fit=crop&ixlib=rb-4.0.3" alt="Rahul Verma" class="speaker-image">
<div class="speaker-info">
<h3 class="speaker-name">Rahul Verma</h3>
<p class="speaker-title">Open Source Contributor & GitHub Advocate</p>
</div>
</div>
<div class="speaker-card">
<img src="https://images.unsplash.com/photo-1580489944761-15a19d654956?q=80&w=1361&auto=format&fit=crop&ixlib=rb-4.0.3" alt="Dr. Lisa Chen" class="speaker-image">
<div class="speaker-info">
<h3 class="speaker-name">Dr. Lisa Chen</h3>
<p class="speaker-title">Senior Developer, Microsoft</p>
</div>
</div>
</div>
</div>
</section>
<!-- Registration Section -->
<section id="registration">
<div class="container">
<h2 class="section-title">Registration Info</h2>
<div class="registration">
<div class="registration-info">
<p><strong>Date:</strong> May 15, 2025</p>
<p><strong>Time:</strong> 9:00 AM - 6:00 PM</p>
<p><strong>Venue:</strong> Amity University Bengaluru - Main Auditorium</p>
<p><strong>Fee:</strong> Rs. 500 (Includes lunch and refreshments)</p>
<p><strong>Registration Deadline:</strong> May 10, 2025</p>
</div>
<a href="#" class="btn btn-primary glow-effect">Register Now</a>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-container">
<div class="faq-item">
<div class="faq-question">Do I need prior knowledge of Git to attend?</div>
<div class="faq-answer">
<p>No prior knowledge is required. Our workshop is designed to accommodate beginners while also providing value to those with some experience.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">What should I bring to the workshop?</div>
<div class="faq-answer">
<p>Please bring your laptop with Git pre-installed. We'll send setup instructions after registration. A GitHub account is also recommended.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">Will I receive a certificate?</div>
<div class="faq-answer">
<p>Yes, all participants will receive a certificate of completion from Amity University Bengaluru.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">Is there a student discount available?</div>
<div class="faq-answer">
<p>Yes, students from any recognized institution can avail a 20% discount by providing valid student ID during registration.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">Can I get a refund if I can't attend?</div>
<div class="faq-answer">
<p>Refunds are available up to 7 days before the workshop. After that, you can transfer your registration to someone else.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="footer-grid">
<div class="footer-col">
<h4>Contact Us</h4>
<p>workshop@amity.edu</p>
<p>+91 80 12345678</p>
<p>Amity University Bengaluru</p>
</div>
<div class="footer-col">
<h4>Address</h4>
<p>Amity University Bengaluru</p>
<p>Opp. Deputy Commissioner Office,</p>
<p>NH-648 , Devanahalli - Doddaballapur Road</p>
<p>Bengaluru, Karnataka 562110</p>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#schedule">Schedule</a>
<a href="#speakers">Speakers</a>
<a href="#registration">Register</a>
</div>
<div class="footer-col">
<h4>Connect With Us</h4>
<p>Follow us on social media for updates</p>
<div class="social-links">
<a href="#" class="social-link">Facebook</a>
<a href="#" class="social-link">Telegram</a>
<a href="#" class="social-link">Instagram</a>
<a href="#" class="social-link">Linkedin</a>
</div>
</div>
</div>
<div class="copyright">
<p>© 2025 Amity University Bengaluru. All Rights Reserved.</p>
</div>
</div>
</footer>
</div>
</body>
</html>