-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path101.html
223 lines (157 loc) · 8.1 KB
/
101.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Getting Started 101 - DG IIIT</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="Description" content="Projects of DG IIIT a student club at Indian Institute of information Technology Bhagalpur, Bihar.">
<meta name="Keywords" content="Saichethan Reddy,DG IIIT, IIIT BH, IIIT Bhagalpur">
<meta property="og:title" content="DG IIIT">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dgiiit.github.io/">
<meta property="og:image" content="https://dgiiit.github.io/logo.png">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<style>
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Introduction to Web Development",
"description": "Introductory Web Development course laying out the basics.",
"provider": {
"@type": "Organization",
"name": "DG IIIT ",
"sameAs": "https://dgiiit.github.io"
}
}
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>DG IIIT</strong> <span>for you</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="opportunities.html">Opportunities</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="conduct.html">Code of Conduct</a></li>
</ul>
<ul class="actions stacked">
<li><a href="https://dgiiit.slack.com/" class="button fit">Log In</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h1>Getting started 101</h1>
</header>
<p>It's a lot of work to create a professional website, so if you're new to web development, we encourage you to start small. You won't build another Facebook right away, but it's not hard to get your own simple website online, so we'll start there.</p>
<br />
<p> Before starting it's better to you to know how web actually works, please watch the below playlist(optional) so just to make sure we are on the same page(metaphorically)</p>
<br/> <br />
<!-- <div class="video-container"> -->
<center>
<iframe width="380" height="310" src="https://www.youtube.com/embed/playlist?list=PLzdnOPI1iJNfMRZm5DDxco3UdsFegvuB7" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen align="middle"></iframe>
</center>
<!-- </div> -->
<br />
<br />
<p>When it comes to tools for building a website, there's a lot to pick from. If you're just starting out, you might be confused by the array of code editors, frameworks, and testing tools out there. Let me help you choose to begin some basic web development.</p>
<h3>What tools do the professionals use?</h3>
<ol>
<li><b>Text editor</b> there are many choices but for auto syntax completion(saves lot of time) and by popularity these are few </li>
<ul>
<li>Sublime</li>
<li>Atom</li>
</ul>
<li><b>Web Browser</b> they offer much like code debugging, JS Console and many more you will see, popoular ones are</li>
<ul>
<li>Google Chrome</li>
<li>Mozilla FireFox</li>
</ul>
<li><b>Reference sheets</b> can come handy some times</li>
<ul>
<li><a href="resources/html-cheat-sheet-reference.pdf">HTML</a></li>
<li><a href="resources/css-cheat-sheet.pdf">CSS</a></li>
<li><a href="resources/javascript-cheat-sheet-v1.pdf">JS</a></li>
</ul>
</ol>
<br />
<p>It's common to forget the tags so don't be ashamed of it, use W3Schools or Stack overflow (i.e bascially Google it )</p>
<h3>Some tips</h3>
<p>When you want to work with the DOM or CSS, right-click an element on the page and select Inspect to jump into the Elements panel. Or press Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS)
</p>
<p>When you want to see logged messages or run JavaScript, press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to jump straight into the Console panel.</p>
<br /><br />
<p>Please do check our google class room regularly and interact with other members on slack</p>
<br/>
<p>And have a look at our <a href="https://dgiiit.github.io/conduct.html">Code of Conduct </a> for working and collaborating ethics</p>
<blockquote>These are just popular choices you are free to choose your own IDE's .....</blockquote>
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
<ul class="copyright">
<li>© Reddy</li><li><a href="https://dgiiit.github.io">DG IIIT</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>