-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhybridapp.html
More file actions
233 lines (223 loc) · 11.3 KB
/
hybridapp.html
File metadata and controls
233 lines (223 loc) · 11.3 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
<!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>Ionic and Cordova</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>Ionic and Cordova</h3>
<h5>Build Your First Weather 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">25-11-2016</p>
</div>
<div class="col s3">
<p class="course-details">Time</p>
<p class="course-detail-info">2.45pm - 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">Game Lab 1</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: 40%"></div>
</div>
</div>
</div>
<br>
<h5 class="course-details-title">Course Summary</h5>
<p>
Cordova wraps your HTML, CSS & JavaScript app into a native container which can access the device functions of several platforms.
Via a unified JavaScript API, codes are written easily to target nearly every single phone or tablet on the market today.
<br><br>
It allows the apps run accross multiple platforms with one code base.Ionic is a front-end SDK, which is also an open source
framework for building amazing hybrid mobile apps. Hybrid apps are the websites running in a broswer shell which are translated
into an app that access to the native platform layer such as IOS, Android , and Windows Phone.
<br><br>
Hybrid apps have many benefits over pure native apps, specifically in terms of platform support, speed of development,
and access to 3rd party code.
<br><br>
In this event, we will walk you through some basic fundamentals of Ionic and Cordova and will come out with a Weather App as your end product.
</p>
<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. Watch <a href="https://www.youtube.com/watch?v=RxpxzZKih2E">this</a> video and install <a href="https://developer.android.com/studio/index.html ">Android SDK</a>
<br>
3. Install <a href="https://nodejs.org/en/">Node.js(v6.9.1 LTS)</a>
<br>
4. Install <a href="http://ionicframework.com/getting-started/">ionic cordova</a>
<br>
5. Bring micro usb cable
</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 Cordova
<br>
ii. Build cordova apps using ionic framework.
<br>
iii. Emulate your apps into your phones.
<br>
</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/kelvin2.jpg" alt="" class="circle responsive-img tutor-image"> <!-- notice the "circle" class -->
</div>
<div class="col s10">
<p class="tutor-name">Kelvin Cy</p>
<p class="grey-text">
3BITS student, lovely senior. Do ask him more questions.
</p>
</div>
<br><br>
<div class="col s2">
<img src="image/simon.jpg" alt="" class="circle responsive-img tutor-image"> <!-- notice the "circle" class -->
</div>
<div class="col s10">
<p class="tutor-name">Simon Lim</p>
<p class="grey-text">
3BITD student, ask him experience in Brazil 😉.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="right-div col l4 s12 card">
<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/ZHeESy" target="_blank" class="btn btn-lg btn-register">Register Here</a> -->
<!-- <a href="#" class="btn btn-lg btn-register">Registration opening soon</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 hide">
<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>