-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJava.html
More file actions
222 lines (198 loc) · 8.84 KB
/
Java.html
File metadata and controls
222 lines (198 loc) · 8.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hannah Moon – Java</title>
<link rel="icon" type="image/png" href="img/favicon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/fontello.min.css">
<link rel="stylesheet" href="css/magnific-popup.min.css">
<link rel="stylesheet" href="css/animsition.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body id="blog-single">
<div class="global-outer">
<div class="global-inner">
<header id="sidebar">
<div class="sidebar-inner">
<a class="logo smooth-leave" href="index.html">
<img src="img/logo.png" alt="SO">
</a>
<p class="intro">Bridge the gap between humans and technology in complex problem spaces.</p>
<nav>
<ul>
<li><a class="smooth-leave" href="index.html">Home</a>
</li>
<li class="dropdown"><span>Archive</span>
<ul>
<!-- <li><a class="smooth-leave" href="index-columns-2.html">View in 2 Columns</a>
</li>
<li><a class="smooth-leave" href="index.html">View in 3 Columns</a>
</li>
<li><a class="smooth-leave" href="index-columns-4.html">View in 4 Columns</a>
</li>-->
<li><a class="smooth-leave" href="ConAct.html">Forward Cities: ConAct</a>
</li>
<li><a class="smooth-leave" href="PNC_StudentSelect.html">PNC: Student Select</a>
</li>
<li><a class="smooth-leave" href="SewForward.html">SalesForce Lightning: Sew Forward</a>
</li>
<li><a class="smooth-leave" href="Peerbot_Moxie.html">Peerbot: Moxie</a>
</li>
<li><a class="smooth-leave" href="PatentAI.html">Patent.AI - NLP based auto filing system</a>
</li>
<li><a class="smooth-leave" href="D_Jam.html">Deloitte: JAM Competition</a>
<li><a class="smooth-leave" href="Marie.html">Marie - Autonomous vehicle with CUI</a>
<li><a class="smooth-leave" href="pmGoGo.html">Papa & Mama GOGO - IoT Eco-System</a>
</li>
</ul>
</li>
<li><a class="smooth-leave" href="explorations.html">Explorations</a>
<ul>
<!--<li><a class="smooth-leave" href="blog.html">Posts List</a>
</li>-->
<!--<li><a class="smooth-leave" href="blog-alt.html">Posts List Alt</a>
</li>-->
<!--<li><a class="smooth-leave" href="blog-single.html">Single Post</a>
</li>-->
</ul>
</li>
<li class="dropdown"><a class="smooth-leave current" href="studyhall.html">Study Hall</a>
</li>
<li><a class="smooth-leave" href="about.html">About Me</a>
</li>
</ul>
</nav>
<div class="widgets-block">
<div class="widget search">
<form class="search-form" role="search" method="get">
<input placeholder="Search..." name="search-input" type="search">
</form>
</div>
<div class="widget blog-categories">
<p class="title">Categories</p>
<ul>
<li><a href="">Coding</a>
</li>
<li><a href="">Design</a>
</li>
<li><a href="">Theory</a>
</a>
</li>
<li><a href="">Leadership</a>
</li>
<li><a href="">Books</a>
</li>
<li><a href="">Life</a>
</li>
<li><a href="">Health</a>
</li>
</ul>
</div>
<div class="widget tags">
<p class="title">Popular Tags</p>
<ul>
<li><a href="blog-alt.html#">Human Computer Interaction</a>
</li>
<li><a href="blog-alt.html#">VR & AR</a>
</li>
<li><a href="blog-alt.html#">flow</a>
</li>
<li><a href="blog-alt.html#">Design</a>
</li>
<li><a href="blog-alt.html#">Color</a>
</li>
<li><a href="blog-alt.html#">illustration</a>
</li>
</ul>
</div>
</div>
<p class="copyright">Hannah Moon © 2024.
<br>Designed with empathy & sympathy.</p>
</div>
</header>
<main id="main">
<div class="main-outer">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<article>
<div class="title-image">
<img src="img/studyhall/JavaScript.svg" alt="" style="width: 300px">
</div>
<div class="article-top"><br><br>
<h2>JAVA Script</h2>
<ul>
<li class="author">Hannah Moon</li>
<li class="time"></li>
<li class="categories">
<ul>
<li><a href="#">Interactive Coding</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="article-text">
<p class="lead"> JavaScript is one of the most popular programming languages today to create interactive user experience. There are various courses and self-study books for teaching Java Script, but I wanted to create a self-study book that suit my needs. I would introduce the beautify of learning Java Script as a designer.</p>
<blockquote>“JavaScript is the only language used on the web, and as the web is evolving rapidly, so is JavaScript. Thanks to its rapid development, we are moving into a more powerful and influential language. With JavaScript, you can create not only websites, but also web apps, mobile applications, video games, and desktop apps.”</blockquote>
</div>
</article>
</div>
</div>
<div class="Tools">
<div class="row">
<div class="col-md-3">
<div class="service-block"><br>
<a href="https://www.javascript.com/try"><img class="img-responsive" src="img/studyhall/logo-javascript.png" class="center" alt="" width="150" height="150"></a>
</div>
<p>JavaScript.com is a resource for the JavaScript community. You will find resources and examples for JavaScript beginners as well as support for JavaScript.</p>
</div>
<div class="col-md-3"><br><br>
<div class="service-block"><br>
<a href="https://www.udemy.com/course/javascript-basics-for-beginners/"><img class="img-responsive" src="img/studyhall/logo-udemy.svg" class="center" alt="" width="150" height="150"></a><br><br>
</div>
<p>Udemy is a well-known online education platform that offers almost all IT curriculum. The website provides an interactive self-study book for beginners and advanced learners and a user-friendly interface that allows users to choose the category and level of learning. There are 25 free tutorials, and over 400 paid tutorials starting at £ 10.99. Udemy is available in English, Spanish, German, French, Italian, and other languages.</p>
</div>
<div class="col-md-3"><br><br>
<div class="service-block">
<a href="https://www.skillshare.com/search?query=java%20script"><img class="img-responsive" src="img/studyhall/logo-skillshare.png" class="center" alt="" width="150" height="150"></a><br><br>
</div>
<p>Skillshare allows users to learn Java for free, from beginners to professional programmers who want to learn new technologies. Class hours for this course can range from 15 minutes to over an hour. The website also has a list of various process options that can be used to determine if a process given by a user review is suitable. Skill Sharing also provides a hub where developers and programmers can share their own tutorials.</p>
</div>
<div class="col-md-3">
<div class="service-block"><br><br><br>
<a href="https://www.codementor.io/collections/learn-java-online-bwbbwjibt#bwbc2era8"><img class="img-responsive" src="img/studyhall/logo-codementor.png" class="center" alt="" width="150" height="150"></a><br><br>
</div>
<p>Codementor provides tutorials, processes, and tips for users to learn the Java programming language. All self-study books and courses are free and lead directly to a site where users can quickly move to the desired process. Code mentors also provide the best list of developer tools for users to consider.</p>
</div>
</div>
</div>
<div class="row">
<div class="end-page">
<div class="col-sm-3">
<a class="articles-navigation previous-article" href="colortheory.html#">
<div class="arrow arrow-left"></div>
</a>
</div>
<div class="col-sm-6">
<div class="share-block">
</div>
</div>
<div class="col-sm-3">
<a class="articles-navigation next-article" href="VR.html#">
<div class="arrow arrow-right"></div>
</a>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<script src="js/plugins.min.js"></script>
<script src="js/functions.js"></script>
</body>
</html>