-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit.html
More file actions
244 lines (232 loc) · 11.3 KB
/
git.html
File metadata and controls
244 lines (232 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
234
235
236
237
238
239
240
241
242
243
244
<!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 href="https://fonts.googleapis.com/css?family=Roboto:400,700,900italic,500,300" rel="stylesheet" type="text/css">
<title>Git and GitHub</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>Work Remotely with Your Team</h3>
<h5>Learn Git and Github</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"><strike> 8-4-2016 </strike><br>22-4-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 9 and 10</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>
Git is a widely used source code management system for software development.
It is a distributed revision control system with an emphasis on speed, data integrity,
and support for distributed, non-linear workflows.
Git was initially designed and developed in 2005 by Linux kernel developers (including Linus Torvalds) for Linux kernel development.
<br><br>
Version control is an essential tool if you want to be successful in today's web & software world. In real world,
You won't find a top programmer, web developer, or web designer who doesn't use version control.
Because it helps you produce better results and makes collaboration easy.
And because it can save your life when things go wrong...
<br>
<br>
In this course, we will introduce about git as well as the way of install git and use it. Furthermore, We will also guide you how to
work with Github where you work remotely with your team member.
</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. Download <a href="https://git-scm.com/downloads">Git</a> on your PC
<br>
3. Follow these steps to complete the <a href="https://docs.google.com/document/d/1hPFJmuNIpIEIOQNBnT4ciI5ZE8vA4U8wZQB-p88DMMM/edit?usp=sharing">Installations</a>
<br>
4. Register yourself a <a href="https://github.com">GitHub</a> Account
<br>
5. 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 understand the how to use Git and also work together with GitHub.
</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/mario.png" alt="" class="circle responsive-img tutor-image"> <!-- notice the "circle" class -->
</div>
<div class="col s10">
<p class="tutor-name">Loh Jia Jing</p>
<p class="grey-text">
BITI student, hate coding, love design. Hope to be Front end developer
<br>
He like to bully junior!!!
<br><br>
Image too handsome, cannot be displayed
</p>
</div>
</div>
<div class="row valign-wrapper">
<div class="col s2">
<img src="image/junjie.png" alt="" class="circle responsive-img tutor-image"> <!-- notice the "circle" class -->
</div>
<div class="col s10">
<p class="tutor-name">Leong Jun Jie</p>
<p class="grey-text">
Apa games also can be found in his laptop, A classic BITE student a.k.a Gamer
<br>
In the same time, also like to explore new technique and technology
<br><br>
P.S ... Don't stare on his gaming laptop
</p>
</div>
</div>
</div>
</div>
</div>
<div class="right-div col l4 s12 card hide">
<!-- <p class="register-title">Start Free Course Now</p>
<a href="http://goo.gl/forms/D0k08cLNxa" 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> -->
<!-- <p class="register-title">Start Free Course Now</p> -->
<p class="register-title">See You Soon</p>
<a href="#" class="btn btn-lg btn-register btn-closed grey" disabled>Register Closed</a>
<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">Jun Jie <span class="badge">3 BITE</span>
</li>
<li class="collection-item" id="auto-collection-item">Chan<span class="badge">3BITD</span>
</li>
<li class="collection-item" id="auto-collection-item">Mohamad Zulhilmi<span class="badge">DIT</span>
</li>
<li class="collection-item" id="auto-collection-item">Claire<span class="badge">2BITS</span>
</li>
<li class="collection-item" id="auto-collection-item">Simon<span class="badge">2 BITD</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">Shi Yuan<span class="badge">BITE</span>
</li>
<li class="collection-item" id="auto-collection-item">Syahmi <span class="badge">BITS</span>
</li>
<li class="collection-item" id="auto-collection-item">ahmad<span class="badge">2 bitd</span>
</li>
<li class="collection-item" id="auto-collection-item">Ku Ahmad Mudrikah<span class="badge">BITS</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">Amanina<span class="badge">BITS</span>
</li>
<li class="collection-item" id="auto-collection-item">athirah<span class="badge">BITS</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">WanEar<span class="badge">BITE</span>
</li>
<li class="collection-item" id="auto-collection-item">Nur<span class="badge">BITS</span>
</li>
<li class="collection-item" id="auto-collection-item">Wisely<span class="badge">3BITE</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">C<span class="badge">BITI</span>
</li>
<li class="collection-item" id="auto-collection-item">Chun Yin<span class="badge">2BITS</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/folderview?id=0ByxLXWn2hdrjaVpxN3IyekU3Sms&usp=sharing" 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">2 x Event Posters</p>
<p class="course-details grey-text">16 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>