Skip to content

Commit 7c19863

Browse files
authored
Merge pull request #64 from NathanScott85/resources-interview-questions
added interview questions sections
2 parents f6bc69b + b8c73c2 commit 7c19863

File tree

4 files changed

+72
-19
lines changed

4 files changed

+72
-19
lines changed

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ GEM
251251
unf_ext (0.0.7.7)
252252
unf_ext (0.0.7.7-x64-mingw32)
253253
unicode-display_width (1.7.0)
254-
wdm (0.1.1)
255254
zeitwerk (2.4.0)
256255

257256
PLATFORMS
@@ -260,7 +259,6 @@ PLATFORMS
260259

261260
DEPENDENCIES
262261
github-pages
263-
wdm (>= 0.1.0)
264262

265263
BUNDLED WITH
266264
2.1.4

pages-resources/resources-links.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<div class="row">
22
<div class="col-md-12">
33
<a name="resources-links"></a>
4-
<h2>
5-
Useful Links
6-
</h2>
4+
<h2>Useful Links</h2>
75
</div>
86
</div>
97
<div class="row">
@@ -19,13 +17,15 @@ <h4>
1917
<a href="https://github.com/CodeWithGroup/" target="_blank">GitHub</a>
2018
</h4>
2119
<p>
22-
Git is industry-leading version control software and is incredibly popular with professionals and hobbyists
23-
alike. CodeWith has a public GitHub repository where we encourage you to store any public projects you work
24-
on. We run this web site direct from our GitHub repository.
20+
Git is industry-leading version control software and is incredibly
21+
popular with professionals and hobbyists alike. CodeWith has a
22+
public GitHub repository where we encourage you to store any public
23+
projects you work on. We run this web site direct from our GitHub
24+
repository.
2525
</p>
26-
2726
</div>
2827
</div>
28+
2929
<div class="row">
3030
<div class="col-md-2 resource-box">
3131
<div class="text-center resource-icon">
@@ -39,16 +39,16 @@ <h4>
3939
<a href="https://launchpass.com/codewithpeople" target="_blank">Slack</a>
4040
</h4>
4141
<p>
42-
CodeWith has a Slack workspace where you can chat, share files, ask questions and get help with problems in
43-
between events. Follow the link to get an invitation.
42+
CodeWith has a Slack workspace where you can chat, share files, ask
43+
questions and get help with problems in between events. Follow the
44+
link to get an invitation.
4445
</p>
4546
</div>
4647
</div>
4748
<div class="row">
4849
<div class="col-md-2 resource-box">
4950
<div class="text-center resource-icon">
50-
<a class="color-slides"
51-
href="https://drive.google.com/drive/u/3/folders/1j6irw_cUfU_u2P1LLe_tJiM6T4dBID5Q"
51+
<a class="color-slides" href="https://drive.google.com/drive/u/3/folders/1j6irw_cUfU_u2P1LLe_tJiM6T4dBID5Q"
5252
target="_blank">
5353
<span class="fas fa-4x fab fa-chalkboard"></span>
5454
</a>
@@ -60,9 +60,11 @@ <h4>
6060
target="_blank">Workshop Presentations</a>
6161
</h4>
6262
<p>
63-
If you've attended a CodeWith workshop and the host has shared their slides you can find them in the folder
64-
linked above. If you would like the slides from a specific workshop but they are not in the folder, you can
65-
get in touch with us on the <a href="{{site.url}}/contact">contact page</a>.
63+
If you've attended a CodeWith workshop and the host has shared their
64+
slides you can find them in the folder linked above. If you would
65+
like the slides from a specific workshop but they are not in the
66+
folder, you can get in touch with us on the
67+
<a href="{{site.url}}/contact">contact page</a>.
6668
</p>
6769
</div>
6870
</div>
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<div class="row">
2+
<div class="col-md-12">
3+
<a name="resources-soft-skills"></a>
4+
<h2>Soft Skills</h2>
5+
</div>
6+
</div>
7+
8+
<div class="row">
9+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
10+
<div class="row">
11+
<div class="card">
12+
<h4>
13+
<span class="fab fa-js"></span>
14+
<a href="https://github.com/sudheerj/javascript-interview-questions" target="_blank">JavaScript
15+
Interview Questions</a>
16+
<span class="badge badge-warning">Medium</span>
17+
</h4>
18+
<p>
19+
JavaScript often abbreviated as JS, is a programming language that
20+
conforms to the ECMAScript specification. JavaScript is high-level,
21+
often just-in-time compiled, and multi-paradigm. It has
22+
curly-bracket syntax, dynamic typing, prototype-based
23+
object-orientation, and first-class functions. This link leads
24+
a list of potential interview questions to help you prepare for a
25+
new role.
26+
</p>
27+
</div>
28+
</div>
29+
</div>
30+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
31+
<div class="row">
32+
<div class="card">
33+
<h4>
34+
<span class="fab fa-react"></span>
35+
<a href="https://github.com/sudheerj/reactjs-interview-questions" target="_blank">React.js
36+
Interview Questions</a>
37+
<span class="badge badge-danger">Hard</span>
38+
</h4>
39+
<p>
40+
React.js is an open-source JavaScript library that is used to
41+
create reusable UI components for use in building the view layer
42+
(user interfaces) for web and mobile apps. This link leads
43+
a list of potential interview questions to help you prepare for a
44+
new role.
45+
</p>
46+
</div>
47+
</div>
48+
</div>
49+
</div>

resources.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ <h1>{{page.title}}</h1>
3030
<p>
3131
Jump to:
3232
<a href="#resources-links">Useful Links</a> |
33-
<a href="#resources-ides">Integrated Development Environments (IDEs)</a> |
34-
<a href="#resources-tools">Other Tools</a>
33+
<a href="#resources-ides">Integrated Development Environments (IDEs)</a> |
34+
<a href="#resources-tools">Other Tools</a> |
35+
<a href="#resources-soft-skills">Soft Skills</a>
3536
</p>
37+
3638
{% include_relative pages-resources/resources-links.html %}
3739
{% include back-to-top.html %}
3840
{% include_relative pages-resources/resources-ideas.html %}
3941
{% include back-to-top.html %}
40-
{% include_relative pages-resources/resources-tools.html %}
42+
{% include_relative pages-resources/resources-tools.html %}
43+
{% include back-to-top.html %}
44+
{% include_relative pages-resources/resources-soft-skills.html %}

0 commit comments

Comments
 (0)