You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/Main.js
+55-8Lines changed: 55 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,71 @@ class Main extends React.Component {
5
5
render(){
6
6
return(
7
7
<divclassName="main thememain-white">
8
-
<divclassName="container main">
9
-
<divclassName="row">
10
-
<divclassName="col-sm-12">
11
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
8
+
<divclassName="container content-main">
9
+
<divclassName="row">
10
+
<divclassName="col-12">
11
+
<h3>An introduction : </h3>
12
12
</div>
13
13
</div>
14
-
<divclassName="row"></div>
15
14
<divclassName="row">
16
15
<divclassName="col-sm">
17
-
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. I
16
+
<ul>
17
+
<li><ahref="#">Introduction Of ReactJs</a></li>
18
+
<li><ahref="#">Introduction Of ReactJs</a></li>
19
+
<li><ahref="#">Introduction Of ReactJs</a></li>
20
+
<li><ahref="#">Introduction Of ReactJs</a></li>
21
+
</ul>
18
22
</div>
19
23
<divclassName="col-sm">
20
-
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. I
24
+
<ul>
25
+
<li><ahref="#">Code Editors</a></li>
26
+
<li><ahref="#">Code Editors</a></li>
27
+
<li><ahref="#">Code Editors</a></li>
28
+
<li><ahref="#">Code Editors</a></li>
29
+
</ul>
21
30
</div>
22
31
<divclassName="col-sm">
23
-
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. I
0 commit comments