-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathguide-devweekends-numl.html
More file actions
73 lines (73 loc) · 3.2 KB
/
guide-devweekends-numl.html
File metadata and controls
73 lines (73 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dev Weekends Club at NUML</title>
<style>
body { font-family: Arial, sans-serif; margin: 40px; color: #222; }
h1, h2 { color: #2c3e50; }
h1 { text-align: center; margin-bottom: 40px; }
section { margin-bottom: 32px; }
ul, ol { margin-left: 24px; }
.contact { background: #f4f4f4; padding: 16px; border-radius: 8px; }
</style>
</head>
<body>
<h1>Dev Weekends Club at NUML</h1>
<section>
<h2>Introduction</h2>
<p>The Dev Weekends Club at NUML is a vibrant student-led community dedicated to fostering technical skills, collaboration, and innovation among students. Our club provides a platform for learning, networking, and personal growth in the world of software development and technology.</p>
</section>
<section>
<h2>Mission</h2>
<p>Our mission is to empower NUML students to become confident developers, creative problem-solvers, and future tech leaders by providing hands-on experiences, mentorship, and opportunities to work on real-world projects.</p>
</section>
<section>
<h2>Activities</h2>
<ul>
<li>Weekly coding sessions and workshops</li>
<li>Guest lectures from industry professionals</li>
<li>Hackathons and coding competitions</li>
<li>Project showcases and demo days</li>
<li>Mentorship programs for beginners</li>
<li>Open-source contribution drives</li>
<li>Networking events and meetups</li>
</ul>
</section>
<section>
<h2>Membership</h2>
<p>Membership is open to all NUML students passionate about technology, coding, and innovation. Whether you are a beginner or an experienced developer, you are welcome to join and contribute.</p>
</section>
<section>
<h2>Benefits</h2>
<ul>
<li>Access to exclusive workshops and resources</li>
<li>Opportunities to work on real-world projects</li>
<li>Mentorship from experienced developers</li>
<li>Networking with peers and industry experts</li>
<li>Recognition for contributions and achievements</li>
<li>Personal and professional growth</li>
</ul>
</section>
<section>
<h2>How to Join</h2>
<ol>
<li>Fill out the online registration form (link provided by club coordinators).</li>
<li>Attend an orientation session to learn about club activities.</li>
<li>Participate in club events and start your journey!</li>
</ol>
</section>
<section class="contact">
<h2>Contact Information</h2>
<p>For more details, reach out to us:</p>
<ul>
<li>Email: <a href="mailto:devweekends@numl.edu.pk">devweekends@numl.edu.pk</a></li>
<li>Club Coordinator: John Doe (john.doe@numl.edu.pk)</li>
<li>Follow us on social media: <a href="https://twitter.com/devweekends">@devweekends</a></li>
</ul>
</section>
<footer>
<p style="text-align:center; color:#888;">© 2025 Dev Weekends Club at NUML. All rights reserved.</p>
</footer>
</body>
</html>