-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
172 lines (128 loc) · 5.61 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Text Manipulation Tools</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/simple-sidebar.css" rel="stylesheet">
</head>
<body>
<div class="d-flex" id="wrapper">
<!-- Sidebar -->
<div class="bg-light border-right" id="sidebar-wrapper">
<div class="sidebar-heading">Text Manipulation Tools </div>
<div class="list-group list-group-flush">
<a href="index.html" class="list-group-item list-group-item-action bg-light">Home</a>
<a href="duplicate-text-line-remover.html" class="list-group-item list-group-item-action bg-light">Duplicate Text Line Remover</a>
<a href="find-replace-text.html" class="list-group-item list-group-item-action bg-light">Find and Replace Text</a>
<a href="compare-text-files.html" class="list-group-item list-group-item-action bg-light">Compare Text Files (Remove Dupes)</a>
<a href="prefix-suffix-lines.html" class="list-group-item list-group-item-action bg-light">Add Prefix/Suffix to Lines</a>
<a href="whitespace-remover.html" class="list-group-item list-group-item-action bg-light">WhiteSpace Remover</a>
<a href="sort-text-lines.html" class="list-group-item list-group-item-action bg-light">Sort Text Lines</a>
<a href="replace-line-breaks.html" class="list-group-item list-group-item-action bg-light">Replace Line Breaks</a>
<a href="letter-case-converter.html" class="list-group-item list-group-item-action bg-light">Letter Case Converter</a>
</div>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
<button class="btn btn-primary" id="menu-toggle">Toggle Menu</button>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
<div class="container-fluid">
<h1 class="mt-4 text-center">Text Manipulation Tools</h1>
<p class="text-center">You need Javascript enabled in your web-browser to use this website.
<p class="text-center">You can choose the appropriate tool from below and use it.</p>
</div>
<!--Row Start-->
<div class="row mt-5 m-5">
<div class="col-md-3 border border-white shadow-sm">
<a href="duplicate-text-line-remover.html">
<h5>Duplicate Text Line Remover</h5>
</a>
<p>Removes Duplicate Lines from your file.</p>
<p>
<strong>Please Note:</strong> Make sure that your data is on seperate lines.</p>
</div>
<div class="col-md-3 border border-white shadow-sm">
<a href="find-replace-text.html">
<h5>Find and Replace</h5>
</a>
<p>Find and replace Words in your text.</p>
</div>
<div class="col-md-3 border border-white shadow-sm">
<a href="compare-text-files.html">
<h5>Compare Text Files (Remove Dupes)</h5>
</a>
<p>Compare files and remove duplicates of one file from the other.</p>
</div>
<div class="col-md-3 border border-white shadow-sm">
<a href="prefix-suffix-lines.html">
<h5>Add Prefix/Suffix to Lines</h5>
</a>
<p>Add text before or at the end of each line. </p>
</div>
</div>
<!--Row Ends-->
<!--Row Start-->
<div class="row mt-5 m-5">
<div class="col-md-3 border border-white shadow-sm">
<a href="whitespace-remover.html">
<h5>WhiteSpace Remover</h5>
</a>
<p>Removes all the whitespace in your text including space.</p>
</div>
<div class="col-md-3 border border-white shadow-sm">
<a href="sort-text-lines.html">
<h5>Sort Text Lines</h5>
</a>
<p>Sorts data lines in ascending or descending order.</p>
</div>
<div class="col-md-3 border border-white shadow-sm">
<a href="replace-line-breaks.html">
<h5>Replace Line Breaks</h5>
</a>
<p>Replace line breaks with anything text, for example a comma (,).</p>
</div>
<div class="col-md-3 border border-white shadow-sm">
<a href="letter-case-converter.html">
<h5>Letter Case Converter</h5>
</a>
<p>Convert Letter Cases of your text.</p>
</div>
</div>
<!--Row End-->
<!--Credits-->
<footer>
<p class="text-center">Theme:
<a href="https://startbootstrap.com/templates/simple-sidebar/">Simple Sidebar theme</a> | Made by
<a href="https://github.com/toorhamza">Hamza Ahmad</a>
</p>
</footer>
<!--Credits-->
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- Bootstrap core JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/textmani.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function (e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>