-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-post-2.html
More file actions
216 lines (134 loc) · 7.71 KB
/
blog-post-2.html
File metadata and controls
216 lines (134 loc) · 7.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nanodegree Prerequisite Preparation | Susan Siow at Udacity</title>
<meta name="Nanodegree Prerequisite Preparation" content="The Front End Developer nanodegree prerequisites are knowledge on HTML, CSS, Javascript and Git." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/favicon.ico">
</head>
<body>
<div class="blog-container-wrapper">
<!-- Header -->
<header>
<!-- Logo Container -->
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<!-- Navigation -->
<nav>
<ul>
<li><a class="nav-tab tab-home" href="index.html">Home</a></li>
<li><a class="nav-tab tab-blog tab-current" href="blog-post-4.html">Blog</a></li>
<li><a class="nav-tab tab-contact" href="contact.html">Contact</a></li>
</ul>
</nav>
<button class="btn-header"><a href="#subscribe">Subscribe</a></button>
</header>
<!-- Article -->
<article class="blog-article">
<div class="blog-header">
<h1 class="blog-title title">Nanodegree Prerequisite Preparation</h1>
<div class="blog-meta">Published on <span class="meta-date">November 10, 2019</span> by <span class="meta-author no-underline-link text-italic"><a href="#author">Susan Siow</a></span>
</div>
</div>
<div class="blog-content">
<p>The main prerequisite of the Front End Developer nanodegree program is knowledge on HTML, CSS, Javascript and Git.</p>
<blockquote cite="https://www.udacity.com/course/front-end-web-developer-nanodegree--nd0011">
A well-prepared learner is able to:
<ul>
<li>Layout a simple webpage using HTML.</li>
<li>Style a website element using CSS.</li>
<li>Write and test software with JavaScript.</li>
<li>Inspect websites using Developer Tools on a modern web browser (Chrome, Firefox, or Edge).</li>
<li>Debug and troubleshoot errors and failures in JavaScript programs.</li>
<li>Use Git for version control. If you do not have this experience, check out our <a href="https://www.udacity.com/course/version-control-with-git--ud123" rel="noopener" target="_blank">Version Control with Git course</a>.</li>
<li>Communicate fluently and professionally in written and spoken English.</li>
</ul>
<div class="text-right no-underline-link"><a href="https://www.udacity.com/course/front-end-web-developer-nanodegree--nd0011" rel="noopener" target="_blank">Udacity</a></div>
</blockquote>
<p>As such, I've started to learn and prepare the skills that I'm not familiar with - Git and Javascript from the free courses offered by the academy.</p>
<p>It's time to upgrade myself!</p>
</div>
</article>
<!-- Previous and Next -->
<section class="previous-next">
<div class="previous no-underline-link">
<a href="blog-post-1.html">← previous</a>
</div>
<div class="next no-underline-link">
<a href="blog-post-3.html">next →</a>
</div>
</section>
<!-- Aside -->
<aside class="blog-aside">
<!-- Author Card -->
<div id="author" class="blog-aside-card author-card">
<h6 class="title">Author</h6>
<div class="content">
I'm Susan Siow, a freelance web/graphic designer based in Malaysia. My ultimate career goal is to become an AI engineer and create intelligent software for a better world. Kindly visit my <em class="no-underline-link"><a href="https://www.susansiow.com/" rel="noopener" target="_blank">website</a></em> for more info.
</div>
</div>
<!-- Follow Card -->
<div class="blog-aside-card follow-card">
<h6 class="title">Follow</h6>
<div class="content">
<ul>
<li>
<a href="https://www.facebook.com/susansofficial" rel="noopener" target="_blank">
<img src="images/icons/facebook.png" alt="Facebook">
</a>
</li>
<li>
<a href="https://twitter.com/susansofficial" rel="noopener" target="_blank">
<img src="images/icons/twitter.png" alt="Twitter">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/susansiow" rel="noopener" target="_blank">
<img src="images/icons/linkedin.png" alt="Linkedin">
</a>
</li>
<li>
<a href="https://github.com/susansiow" rel="noopener" target="_blank">
<img src="images/icons/github.png" alt="Github">
</a>
</li>
</ul>
</div>
</div>
<!-- Latest Card -->
<div class="blog-aside-card latest-card">
<h6 class="title">Recent Posts</h6>
<div class="content">
<ul class="no-underline-link">
<li><a href="blog-post-4.html">Front End Nanodegree First Project</a></li>
<li><a href="blog-post-3.html">Program Registation after Chinese New Year</a></li>
<li><a href="blog-post-2.html">Nanodegree Prerequisite Preparation</a></li>
<li><a href="blog-post-1.html">How Did I Discover Udacity</a></li>
</ul>
</div>
</div>
</aside>
<!-- Subscription -->
<section id="subscribe" class="subscription subscription-home text-center text-light">
<h2>Newsletter</h2>
<form class="form-basic">
<input type="text" name="name" placeholder="Name">
<input type="email" name="email" placeholder="Email Address">
<input type="submit" value="Subscribe">
</form>
<p class="subscription-note">* Subscribe to follow my journey at Udacity.</p>
</section>
<!-- Footer -->
<footer>
<div class="footer-copyright">
<p>Ⓒ 2020
<a href="index.html">Susan Siow at Udacity</a>
<p>
</div>
</footer>
</div>
</body>
</html>