-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript.html
More file actions
226 lines (215 loc) · 11.4 KB
/
javascript.html
File metadata and controls
226 lines (215 loc) · 11.4 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
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection">
<link type="text/css" rel="stylesheet" href="css/git.css" media="screen,projection">
<link type="text/css" rel="stylesheet" href="css/academy.css" media="screen,projection">
<link type="text/css" rel="stylesheet" href="css/js.css" media="screen,projection">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700,900italic,500,300" rel="stylesheet" type="text/css">
<title>Javascript and Jquery</title>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="academy-background">
<nav class="navbar-color">
<div class="container">
<div class="nav-wrapper ">
<a href="index.html" class="brand-logo center">
<img src="image/logo.png" alt="" class="nav-logo">
</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class="" href="index.html">Hi-Tea Academy </a></li>
<li><a href="shop.html">Hi-Tea Shop</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a class="" href="index.html">Hi-Tea Academy </a></li>
<li><a href="shop.html">Hi-Tea Shop</a></li>
</ul>
</div>
</div>
</nav>
<!-- body -->
<div class="course-body">
<div class="course-image">
<div class="course-cover">
<h3>Javascript and Jquery</h3>
<h5>Learn to build your first Javascript app</h5>
</div>
</div>
<div class="container course-info">
<div class="row">
<div class="left-div col l8 s12">
<div class="row">
<div class="col s3">
<p class="course-details">Date</p>
<p class="course-detail-info">6-5-2016</p>
</div>
<div class="col s3">
<p class="course-details">Time</p>
<p class="course-detail-info">3.00pm - 6.00pm</p>
</div>
<div class="col s3">
<p class="course-details">Cost</p>
<p class="course-detail-info">Free</p>
</div>
<div class="col s3">
<p class="course-details">Venue</p>
<p class="course-detail-info">BK 11</p>
</div>
</div>
<div class="row">
<div class="col s4">
<p class="course-details">For Beginner</p>
<div class="progress" style="margin-top: -5px">
<div class="determinate" style="width: 20%"></div>
</div>
</div>
</div>
<br>
<h5 class="course-details-title">Course Summary</h5>
<p>
JavaScript is a cross-platform, object-oriented scripting language. It is a small and lightweight language. Inside a host environment (for example, a web browser), JavaScript can be connected to the objects of its environment to provide programmatic control over them.
<br><br>
JavaScript contains a standard library of objects, such as Array, Date, and Math, and a core set of language elements such as operators, control structures, and statements. Core JavaScript can be extended for a variety of purposes by supplementing it with additional objects, for example:
</p>
<ul>
<li class="show-style">
Client-side JavaScript extends the core language by supplying objects to control a browser and its Document Object Model (DOM). For example, client-side extensions allow an application to place elements on an HTML form and respond to user events such as mouse clicks, form input, and page navigation.
</li>
<br>
<li class="show-style">
Server-side JavaScript extends the core language by supplying objects relevant to running JavaScript on a server. For example, server-side extensions allow an application to communicate with a database, provide continuity of information from one invocation to another of the application, or perform file manipulations on a server.
</li>
</ul>
In this course, we will introduce what is Javascript and how to write a simple math game using only HTML, CSS and Javascript. Besides, the course will include some introduction as well as the implementation of simple Jquery that control the behavior of the web.
<ul class="collapsible" data-collapsible="accordion">
<li>
<div class="collapsible-header course-collapsible">Prerequisites and Requirements</div>
<div class="collapsible-body collapsible-white">
<p>
1. Install Text Editor in ur machine. e.g <a href="https://www.sublimetext.com/3">Sublime Text</a> or
<a href="https://atom.io/">Atom</a>
<br>
2. Download the <a href="https://drive.google.com/file/d/0BxFQHujaLZ3qdU5iNEJoZG0zb0E/view">empty template</a> which contain the HTML and CSS codes.
<br>
3. Preferably place the folder at your desktop.
<br>
4. Invite your friend to join the event
</p>
</div>
</li>
<li>
<div class="collapsible-header course-collapsible">What Will I Learn?</div>
<div class="collapsible-body collapsible-white">
<p>
In the end of this course, you’ll learn
<br>
i. The basic concept of Javascript
<br>
ii. The client-side Javascript programming.
<br>
iii. The usage of standard library components in Javascsript
<br>
iv. The concept of Jquery
</p>
</div>
</li>
<li>
<div class="collapsible-header course-collapsible">Syllabus</div>
<div class="collapsible-body collapsible-white"><p>No syllabus for this course</p></div>
</li>
</ul>
<br><br>
<h5 class="course-details-title">Instructors</h5>
<br>
<div class="col s12 m12 l12">
<div class="card-panel grey lighten-5 z-depth-1">
<div class="row valign-wrapper">
<div class="col s2">
<img src="image/kelvin.png" alt="" class="circle responsive-img tutor-image"> <!-- notice the "circle" class -->
</div>
<div class="col s10">
<p class="tutor-name">Kelvin Loo</p>
<p class="grey-text">
BITE student, game developer and front-end developer.
<br>
Let's see what game he will create for this event.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="right-div col l4 s12 card hide">
<p class="register-title">See You Soon</p>
<a href="#" class="btn btn-lg btn-register btn-closed grey" disabled>Register Closed</a>
<!-- <p class="register-title">Start Free Course Now</p> -->
<!-- <a href="https://goo.gl/lJ8nTT" target="_blank" class="btn btn-lg btn-register">Register Here</a> -->
<p class="course-details grey-text">This course is open for all FTMK students</p>
<br>
<p class="no-block">There is no limit on the number of attendees for this course</p>
<br>
<h5 class="course-details-title">Attendees</h5>
<ul class="collection" id="auto-collection">
<li class="collection-item" id="auto-collection-item">Kelvin <span class="badge">3 BITE</span>
</li>
<li class="collection-item" id="auto-collection-item">Redhwan<span class="badge">2 BITS</span>
</li>
<li class="collection-item" id="auto-collection-item">Muhammad amin<span class="badge">Bitc</span>
</li>
<li class="collection-item" id="auto-collection-item">Jivvanraj<span class="badge">3BITE</span>
</li>
<li class="collection-item" id="auto-collection-item">Jayson<span class="badge">2bitd</span>
</li>
<li class="collection-item" id="auto-collection-item">Ng <span class="badge">BITD</span>
</li>
<li class="collection-item" id="auto-collection-item">Wong<span class="badge">BITD</span>
</li>
<li class="collection-item" id="auto-collection-item">Abdul<span class="badge">BITS</span>
</li>
<li class="collection-item" id="auto-collection-item">Zakwan<span class="badge">BITD</span>
</li>
<li class="collection-item" id="auto-collection-item">ahmad<span class="badge">bitd</span>
</li>
<li class="collection-item" id="auto-collection-item">muhamad<span class="badge">bitd</span>
</li>
<li class="collection-item" id="auto-collection-item">Muhammad 'Ammar<span class="badge">BITD</span>
</li>
<li class="collection-item" id="auto-collection-item">Siti Nor Qistina <span class="badge">3 BITS S1G2</span>
</li>
<li class="collection-item" id="auto-collection-item">Norain Riati Husna <span class="badge">3 BITS S1G2</span>
</li>
<li class="collection-item" id="auto-collection-item">Muhamad Budie<span class="badge">BITC</span>
</li>
<li class="collection-item" id="auto-collection-item">Muhammad Hadfizuddin<span class="badge">BITC</span>
</li>
</ul>
</div>
<div class="right-div col l4 s12 card">
<p class="register-title">Learning Material</p>
<a href="https://drive.google.com/open?id=0ByxLXWn2hdrjWDItTUk0bVFHWEk" target="_blank" class="btn btn-lg btn-register yellow darken-1 blue-grey-text text-darken-2">Download Here</a>
<p class="course-details grey-text">1 x Presenstation slide</p>
<p class="course-details grey-text">1 x Full coding of the project</p>
<p class="course-details grey-text">1 x Event Posters</p>
<p class="course-details grey-text">1 x Event Report</p>
<p class="course-details grey-text">29 x Event Photos</p>
</div>
</div>
</div>
</div>
</div>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript">
$( document ).ready(function(){
$(".button-collapse").sideNav();
})
</script>
</body>
</html>