-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcms.html
More file actions
235 lines (197 loc) · 10.6 KB
/
cms.html
File metadata and controls
235 lines (197 loc) · 10.6 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NitinPal-Blogs</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Nitin Pal" />
<!-- FavIcon -->
<link rel="shortcut icon" href="assets/img/favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Baloo+Chettan+2:400,500,700" rel="stylesheet">
<!-- Plugins Css -->
<link rel="stylesheet" href="assets/css/plugins.css">
<!-- Plugins Css -->
<link rel="stylesheet" href="assets/css/animated.css">
<!-- Custom Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="aras-dark" data-spy="scroll" data-target="#scrollspy" data-offset="61">
<!-- ==================== Start Navgition ==================== -->
<header class="fixed-top">
<div class="logo-area">
<div class="logo">
<span class="size-sm mb-0 pl-4 mb-1">NP</span>
</div>
</div>
<div class="header-info-area">
<a class="overlay-menu-toggler lni-menu size-md" href="javascript:void(0);"></a>
<div class="overlay-menu">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-4 overlay-nav">
<ul class="list-group text-left" id="myMenu">
<li class="list-group-item">
<a href="index.html"><span class="nm">01.</span>Home</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4">
<div class="contact-info">
<div class="item">
<h6>Tel :</h6>
<p>+919582345558</p>
</div>
<div class="item">
<h6>Address :</h6>
<p>Rithala,New Delhi-110085</p>
</div>
<div class="item">
<h6>Email :</h6>
<p>nitinpaldev@gmail.com</p>
<ul class="list-inline socails mt-4">
<li class="list-inline-item"><a href="https://www.facebook.com/nitin.pal.9862/" target="_blank"><i class="lni-facebook-filled"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/nitinpal07" target="_blank"><i class="lni-twitter-filled"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/Nitinpal07" target="_blank"><i class="lni-github-original"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/nitin-pal-1119b6193/" target="_blank"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- ==================== End Navgition ==================== -->
<!-- ==================== Start Hero ==================== -->
<section id="hero" class=" hero-01 mt-5 mt-md-0 py-6">
<div class="hero-table">
<div class="hero-table-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center hero-content mx-auto">
<h1 class="mb-4">
Content Management System</h1>
<p class="mx-auto">
<a href="index.html">Home</a>
/
<span>Content Management System</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== End Hero ==================== -->
<!-- ==================== Start Blog-Single ==================== -->
<div style="text-align: left;">
<h1 style="text-align: center;">Project Description</h1>
<div>
<ol>
<li>
1. A content management system, often abbreviated as CMS, is software that helps users create, manage, and modify content on a website without the need for specialized technical knowledge.
</li>
<li>
<div>
2. In simpler language, a content management system is a tool that helps you build a website without needing to write all the code from scratch (or even know how to code at all).
</div>
</li>
<li>
<div>
3. Instead of building your own system for creating web pages, storing images, and other functions, the content management system handles all that basic infrastructure stuff for you so that you can focus on more forward-facing parts of your website.
</div>
</li>
</ol>
</div>
<h1 style="text-align: center;">Motivation to Make This Project</h1>
<div>
<div>
<h2>1. No Web Programming Experience? No Problem!
</h2>
<div>A CMS grants you the ability to upload, edit, and delete content from a website without having to know HTML, CSS, or other coding languages.
</div>
</div>
<div>
<h2>2. Easy Collaboration</h2>
<div>
Content management systems allow multiple people to not only have access to your website, but also easily collaborate on different projects. Using individual accounts, multiple people can add, edit, or update content on the site right from their own computers or devices.
</div>
</div>
<div>
<h2>3. Easy Access</h2>
<div>
CMS’ also store all of your online content for you in one place and is available to anyone with access to the website, meaning the need to send multiple different files to different individuals is no longer necessary.
</div>
</div>
<div>
<h2>4. Makes Website Maintenance Cost Effective and Affordable</h2>
<div>
Investing in a content management system can save you both time and money. With a content management system in place, you no longer have to rely on a web developer to make common site changes. You can instantly make these changes yourself exactly when you need them done.
</div>
</div>
</div>
<h1 style="text-align: center;">Data Base Design</h1>
<div class="center">
<img src="assets/img/cms_schema-1.JPG" alt="/" style="text-align: center; height: 300px; width:500px;">
<br>
<hr/>
<img src="assets/img/cms-sql-1.JPG" alt="/" style="align-content: center; height: 300px; width:1000px;">
</div>
<h1 style="text-align: center;">Technology Used</h1>
<hr>
<div>
<ol style="text-align: center; size: 100px; font-size:40px;">
<li>Javascript</li>
<li>Html</li>
<li>Css</li>
<li>Sql</li>
<li>Nodejs</li>
<li>Expressjs</li>
</ol>
</div>
<div>
<!-- ==================== End Blog-Single ==================== -->
<!-- ==================== Start Footer ==================== -->
<footer class="footer py-6">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-md-12">
<div class="text-center">
<a class="logo" href="dark-02.html">
<span>NP</span>
</a>
<ul class="list-inline socails mt-4">
<li class="list-inline-item"><a href="https://www.facebook.com/nitin.pal.9862/" target="_blank"><i class="lni-facebook-filled"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/nitinpal07" target="_blank"><i class="lni-twitter-filled"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/Nitinpal07" target="_blank"><i class="lni-github-original"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/nitin-pal-1119b6193/" target="_blank"><i class="lni-linkedin-original"></i></a></li>
<p class="text-dark">Nitin Pal<a href="#" class="base-color"></a><br/>Thanks for Scrolling</p>
</div>
</div>
</div>
</div>
</footer>
<!-- ==================== End Footer ==================== -->
<!-- ==================== Start Color Scheme ==================== -->
<a class="color-scheme text-white d-inline-block" href="javascript:void(0)"><i class="lni-sun"></i></a>
<!-- ==================== End Color Scheme ==================== -->
<!-- ==================== Start Return to Top ==================== -->
<a href="javascript:void(0)" class="return-to-top"><i class="lni-chevron-up"></i></a>
<!-- ==================== End Return to Top ==================== -->
<!-- JavaScripts -->
<script data-cfasync="false" src="https://retrina.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/js/jquery-3.4.1.min.js"></script>
<!-- Plugins JS -->
<script src="assets/js/plugins.js"></script>
<!-- Plugins JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/aras.js"></script>
</body>
</html>