-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
115 lines (111 loc) · 3.86 KB
/
index.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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>BYLD Induction 2021</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-auto-animate>
<img data-src="https://raw.githubusercontent.com/IIIT-Delhi/byld-website/master/site/assets/images/logoTemp.png">
<h3>Intro To Web Dev</h3>
</section>
<section data-auto-animate>
<h3>Who is BYLD?</h3>
<p>We are the <em>software development club</em> of IIITD. We bring together passionate individuals who love to collaborate, innovate, create and <strike>build</strike>.</p>
</section>
<section data-auto-animate>
<h3>What we do at BYLD?</h3>
<p>
<ul>
<li class="fragment">Hackathons</li>
<li class="fragment">Darwin Devs</li>
<li class="fragment">Tech Talks</li>
<li class="fragment">Participate in Open Source Events</li>
<li class="fragment">Industry collaboration</li>
<li class="fragment">Be part of a community</li>
</ul>
</p>
</section>
<section data-auto-animate>
<h3>Some member only perks</h3>
<p>
<ul>
<li class="fragment">Internship opportunities</li>
<li class="fragment">Exclusive membership to alum group</li>
<li class="fragment">Member only hack sessions</li>
<li class="fragment">Opportunity to build projects for institute</li>
<li class="fragment">Access to dedicated computing resources</li>
</ul>
</p>
</section>
<section data-auto-animate>
<h3>How to become a member?</h3>
<p>
<ul>
<li class="fragment">Through internal byld hacks</li>
<li class="fragment">Win a renowned hackathon</li>
<li class="fragment">GSOC, Outreachy</li>
<li class="fragment"><em>Through active participation (NEW)</em></li>
<li class="fragment"><em>Organize sessions with Byld (NEW)</em></li>
</ul>
</p>
</section>
<section>
<h2>Questions?</h2>
</section>
<section>
<h1>What is <span style="color: #79D5F8">WEB DEV</span>?</style></h1>
</section>
<!-- <section>
<h3>Roles involved</h3>
<ul>
<li>UI/UX Developer</li>
<li>Frontend Developer</li>
<li>Backend Developer</li>
<li>SEO/SMO</li>
<li>Security</li>
</ul>
</section> -->
<section>
<h3>Aim of this session</h3>
<ul>
<li>How can you take yourself online in 5 minutes?</li>
<li>Say Hello to your next Best Friend</li>
<li>A simple landing page</li>
<li>Why should you join BYLD?</li>
</ul>
</section>
<section>
<h3>Say hi to your new buddy</h3>
<img src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" height=400>
</section>
<section data-auto-animate>
<h1>Welcome to IIITD</h1>
<a href="https://t.me/+eYyBzsPQ5Ww3YTll"><img src="https://raw.githubusercontent.com/CrypticGuy/byld-induction-2021/master/Byld_Member_QR.png" height=200></a>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>