-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframework.html
More file actions
182 lines (157 loc) · 6.76 KB
/
Copy pathframework.html
File metadata and controls
182 lines (157 loc) · 6.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Framework | Learn Web Development</title>
<link rel="icon" href="../fevicon.png">
<link rel="stylesheet" href="../css/style.css">
</head>
<body>
<nav class="navbar is-info">
<div class="navbar-brand mt-2 pb-1">
<a href="../index.html">
<h1 class="navbar-item is-size-3 has-text-white-ter has-text-weight-bold">LearnHere</h1>
</a>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-start mt-3 ">
<a href="../index.html" class="navbar-item">Home</a>
<a href="other_html/htmlhome.html" target="_blank" rel="noopener noreferrer" class="navbar-item">HTML</a>
<a href="other_html/csshome.html" target="_blank" rel="noopener noreferrer" class="navbar-item">CSS</a>
<a href="other_html/javascripthome.html" target="_blank" rel="noopener noreferrer" class="navbar-item">Java
Script</a>
<div class="navbar-item has-dropdown is-hoverable">
<a href="#" class="navbar-link">More</a>
<div class="navbar-dropdown">
<!-- <a href="other_html/contents.html" class="navbar-item">Contents</a> -->
<a href="other_html/follow.html" class="navbar-item">Follow Us</a>
<a href="other_html/contact.html" class="navbar-item">Contact</a>
<a href="other_html/learnmore.html" class="navbar-item">Learn More</a>
</div>
</div>
</div>
</div>
</nav>
<div class="has-background-white-ter">
<div class="container ">
<div class="columns">
<div class=" column is-1">
</div>
<div class="column is-10">
<!-- Insert horizontal ads here -->
</div>
<div class=" column is-1">
</div>
</div>
</div>
</div>
<div class="section has-background-white-ter">
<div class="container">
<div class="columns">
<div class="column">
<div class="menu">
<p class="menu-label">
Introduction
</p>
<ul class="menu-list">
<li><a href="basics.html">Basics</a></li>
</ul>
<p class="menu-label">
Front End / Client Side
</p>
<ul class="menu-list">
<li><a href="htmlhome.html">HTML</a></li>
<li><a href="csshome.html">CSS</a></li>
<li><a href="javascripthome.html">Javascript</a></li>
<li>
<a href="framework.html">Frame Work</a>
<ul>
<li><a href="cssframework.html">CSS Framework</a></li>
<li><a href="javascriptframework.html">JavaScript Framework</a></li>
</ul>
</li>
</ul>
<p class="menu-label">
Back End / Server Side
</p>
<ul class="menu-list">
<li><a href="sqlbackend.html">SQL (MySQL)</a></li>
<li><a href="expressnodejs.html">Express (Node Js)</a></li>
<li><a href="nosqlbackend.html">NoSQL (MongoDB)</a></li>
</ul>
<p class="menu-label">
Miscellaneous
</p>
<ul class="menu-list">
<li><a href="grow.html">Grow</a></li>
<!-- <li><a href="makemoney.html">Make Money</a></li> -->
</ul>
</div>
</div>
<div class="column is-three-fifths my-0">
<div class="#">
<p class="title is-size-1"> What is a Framework?</p>
<p class="block has-text-justified my-2">
Framework is just a 'Technology' which provides tools or solutions which help software developers to
create,customize,maintain web applications,services and websites.A web application framework can also be
defined as a set of software tools that helps people build websites easier.Frameworks are generally more
scalable.There are different frameworks for different languages.You don't necessarily need to study all
frameworks.You can choose any.
</p>
<p class="subtitle has-text-weight-bold my-2">CSS Frameworks</p>
<p class="block has-text-justified my-2">Bootstap is most popular.But it does not mean that one should use
only most popular ones.Some frameworks
are used for some specific purposes,like Bulma is light weight framework.Tailwind is getting very popular
in recent months.Some popular frameworks are given below.</p>
<p>1. Bootstrap</p>
<p>2. Foundation</p>
<p>3. Tailwind CSS</p>
<p>4. Bulma</p>
<p>5. Materialize</p>
<p>6. UIkit</p>
<p>7. Semantic UI</p>
<p>8. Milligram</p>
<p class="subtitle has-text-weight-bold my-2">JavaScript Frameworks</p>
<p class="block has-text-justified my-2">The most popular is JavaScript framework is React Js.The other
popular ones are Angular and Vue Js.Angular is going in a downward trend in recent times.React is often
referred as library but it serves the same purpose as other frameworks.My personal choice is React Js.
Popular JavaScript Frameworks are :-</p>
<p>1. React JS</p>
<p>2. Vue JS</p>
<p>3. Angular JS</p>
<p>4. Ember JS</p>
<p>5. Backbone JS</p>
<p class="mb-4">6. Meteor JS</p>
</div>
</div>
<div class="column is-one-fifth">
<div class="block">
</div>
</div>
</div>
</div>
<footer class="footer has-background-grey-lighter">
<div class="content has-text-centered">
<p>
This Website
<a href="https://abrahamwebdev.github.io/" target="_blank" rel="noopener noreferrer">
<strong> LearnHere</strong></a>
is made possible by
<a href="https://twitter.com/realAbraham_GT" target="_blank" rel="noopener noreferrer">ME😎</a>.
The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php" target="_blank" rel="noopener noreferrer">MIT</a>
.The website content is licensed
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener noreferrer">CC BY NC
SA 4.0</a>.
</p>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>