Skip to content

Commit 07eadf8

Browse files
committed
added interview questions to softskills page
1 parent 6e6490d commit 07eadf8

File tree

3 files changed

+67
-71
lines changed

3 files changed

+67
-71
lines changed

pages-resources/resources-links.html

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -67,61 +67,4 @@ <h4>
6767
<a href="{{site.url}}/contact">contact page</a>.
6868
</p>
6969
</div>
70-
</div>
71-
<div class="row">
72-
<div class="col-md-12">
73-
<a name="resources-links"></a>
74-
<h2>Programming/Framework Interview Questions</h2>
75-
</div>
76-
</div>
77-
<div class="row">
78-
<div class="col-md-2 resource-box">
79-
<div class="text-center resource-icon">
80-
<a class="color-github" href="https://github.com/CodeWithGroup/" target="_blank">
81-
<i class="fab fa-4x fa-js"></i>
82-
</a>
83-
</div>
84-
</div>
85-
<div class="col-10 resource-description">
86-
<h4>
87-
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">JavaScript</a>
88-
</h4>
89-
<p>
90-
JavaScript often abbreviated as JS, is a programming language that
91-
conforms to the ECMAScript specification. JavaScript is high-level,
92-
often just-in-time compiled, and multi-paradigm. It has
93-
curly-bracket syntax, dynamic typing, prototype-based
94-
object-orientation, and first-class functions. Additional
95-
information in terms of the type of questions you would expect to
96-
get from an interview in Javascript can be found here:
97-
<br />
98-
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">JavaScript interview
99-
questions</a>
100-
</p>
101-
</div>
102-
</div>
103-
<div class="row">
104-
<div class="col-md-2 resource-box">
105-
<div class="text-center resource-icon">
106-
<a class="color-github" href="https://github.com/CodeWithGroup/" target="_blank">
107-
<i class="fab fa-4x fa-react"></i>
108-
</a>
109-
</div>
110-
</div>
111-
<div class="col-10 resource-description">
112-
<h4>
113-
<a href="https://reactjs.org/" target="_blank">ReactJS</a>
114-
</h4>
115-
<p>
116-
Reactjs is an open-source JavaScript library that is used for
117-
building user interfaces specifically for single-page applications.
118-
It's used for handling the view layer for web and mobile apps. React
119-
also allows us to create reusable UI components. Additional
120-
information in terms of the type of questions you would expect to
121-
get from an interview in React can be found here:
122-
<br />
123-
<a href="https://github.com/sudheerj/reactjs-interview-questions" target="_blank">React interview
124-
questions</a>
125-
</p>
126-
</div>
12770
</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: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
permalink: /resources/
33
layout: default
44
suffixes:
5-
- AndroidStudio,
6-
- IDLE,
7-
- IntelliJ,
8-
- VisualStudio,
9-
- VSCode,
10-
- Coolors,
11-
- CodePen,
12-
- FontAwesome,
13-
- GoogleFonts,
14-
- Repl,
15-
- Us
5+
- AndroidStudio,
6+
- IDLE,
7+
- IntelliJ,
8+
- VisualStudio,
9+
- VSCode,
10+
- Coolors,
11+
- CodePen,
12+
- FontAwesome,
13+
- GoogleFonts,
14+
- Repl,
15+
- Us
1616
title: Resources
1717
---
1818

@@ -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)