15
15
body {
16
16
font : 400 15px Lato, sans-serif;
17
17
line-height : 1.8 ;
18
- color : # 818181 ;
18
+ color : # 282846 ;
19
19
}
20
20
h2 {
21
- font-size : 24 px ;
21
+ font-size : 30 px ;
22
22
text-transform : uppercase;
23
- color : # 303030 ;
23
+ color : # 151515 ;
24
24
font-weight : 600 ;
25
25
margin-bottom : 30px ;
26
26
}
27
+
27
28
h4 {
28
29
font-size : 19px ;
29
30
line-height : 1.375em ;
32
33
margin-bottom : 30px ;
33
34
}
34
35
.jumbotron {
35
- background-color : # 1c1d71 ;
36
+ background-color : # 301b3f ;
36
37
color : # fff ;
37
38
padding : 100px 25px ;
38
39
font-family : Montserrat, sans-serif;
48
49
font-size : 50px ;
49
50
}
50
51
.logo {
51
- color : # 1c1d71 ;
52
+ color : # 301b3f ;
52
53
font-size : 200px ;
53
54
}
54
55
.thumbnail {
121
122
}
122
123
.navbar {
123
124
margin-bottom : 0 ;
124
- background-color : # 1c1d71 ;
125
+ background-color : # 151515 ;
125
126
z-index : 9999 ;
126
127
border : 0 ;
127
128
font-size : 12px !important ;
130
131
border-radius : 0 ;
131
132
font-family : Montserrat, sans-serif;
132
133
}
134
+
135
+ .navbar : hover {
136
+ transform : scale (1.05 );
137
+ box-shadow : 2px 3px 10px # 1c1d71 ;
138
+ }
139
+
133
140
.navbar li a , .navbar .navbar-brand {
134
141
color : # fff !important ;
135
142
}
136
143
.navbar-nav li a : hover , .navbar-nav li .active a {
137
- color : # 1c1d71 !important ;
144
+ color : black !important ;
138
145
background-color : # fff !important ;
139
146
}
140
147
.navbar-default .navbar-toggle {
183
190
width : 100% ;
184
191
margin-bottom : 35px ;
185
192
}
186
- }
193
+
187
194
@media screen and (max-width : 480px ) {
188
195
.logo {
189
196
font-size : 150px ;
@@ -239,7 +246,7 @@ <h1>AmbSQL</h1>
239
246
< h2 > About US</ h2 > < br >
240
247
< h4 > AmbSQL is a Relational Database Management System which created with keeping in focus the speed and the ease to operate on.</ h4 > < br >
241
248
< p > Made With ❤ in Python3</ p >
242
- < br > < div class ="btn btn-default btn-lg "> < a href ="https://github.com/ambujraj/AmbSQL#ambsql " style = "text-decoration:none; " > Check out our source code at GitHub</ a > </ div >
249
+ < br > < div class ="btn btn-default btn-lg "> < a href ="https://github.com/ambujraj/AmbSQL#ambsql " style = "text-decoration:none; " target =" _blank " > Check out our source code at GitHub</ a > </ div >
243
250
</ div >
244
251
< div class ="col-sm-4 ">
245
252
< span class ="glyphicon glyphicon-volume-up logo "> </ span >
@@ -259,7 +266,7 @@ <h2>Documentation</h2><br>
259
266
< li > To create new Table :createtable(<table-name>, <column1-name> , <column2-name>, ....) </ li >
260
267
< li > To enter the values in Table:insertvalues(<table_name>, <column1-value> , <column2-value>, ...)</ li >
261
268
</ ul >
262
- < br > < strong > Refer our whole documentation at < a href =Documentation.html > Link</ a > </ strong > < br >
269
+ < br > < strong > Refer our whole documentation at < a href =Documentation.html style =" text-decoration: none; " target =" _blank " > Link</ a > </ strong > < br >
263
270
< p > This program is compatible only with python - 3.x</ p >
264
271
</ div >
265
272
</ div >
@@ -294,7 +301,7 @@ <h4>Ease of DMBS management</h4>
294
301
< div class ="col-sm-8 ">
295
302
< h2 > Installation</ h2 > < br >
296
303
< h4 > < strong > For Command-line Interface:</ strong > < br > < br >
297
- < ul > < li > Download the AmbSQL.exe < a href ="https://s3.amazonaws.com/ambsql/AmbSQL.exe "> here</ a > and run it on Your PC.</ li >
304
+ < ul > < li > Download the AmbSQL.exe < a href ="https://s3.amazonaws.com/ambsql/AmbSQL.exe " style =" text-decoration: none " target =" _blank " > here</ a > and run it on Your PC.</ li >
298
305
< li > AmbSQL can also be downloaded from https://ambujraj.github.io/AmbSQL/download/. </ li >
299
306
</ ul > < br > < br >
300
307
@@ -303,7 +310,7 @@ <h4><strong>For Command-line Interface:</strong> <br><br>
303
310
< li > Manually using CLI:< ul > < li > git clone https://github.com/ambujraj/AmbSQL.git</ li > < li > cd AmbSQL</ li > < li > sudo python3 setup.py install (Linux and MacOS) or python setup.py install (Windows)</ li > </ ul > </ li >
304
311
< li > Manually using UI: Go to the repo on github => Click on 'Clone or Download' => Click on 'Download ZIP' and save it on your local disk.</ li >
305
312
</ ul >
306
- < br > < strong > Refer our whole installation and usuage guide at < a href ="https://github.com/ambujraj/AmbSQL "> Link</ a > </ strong > </ h4 > < br >
313
+ < br > < strong > Refer our whole installation and usuage guide at < a href ="https://github.com/ambujraj/AmbSQL " style =" text-decoration: none; " target =" _blank " > Link</ a > </ strong > </ h4 > < br >
307
314
< p > This program is compatible only with python - 3.x</ p >
308
315
</ div >
309
316
< div class ="col-sm-4 ">
@@ -316,15 +323,15 @@ <h4><strong>For Command-line Interface:</strong> <br><br>
316
323
<!-- Container (contribute Section) -->
317
324
< div id ="contribute " class ="container-fluid ">
318
325
< h1 class ="text-center "> Help Us Improve</ h1 >
319
- < h3 style = "text-align:center; "> You can suggest us of new improvements you want by creating new Issue < a href ="https://github.com/ambujraj/AmbSQL/issues "> here</ a > </ h3 >
326
+ < h3 style = "text-align:center; "> You can suggest us of new improvements you want by creating new Issue < a href ="https://github.com/ambujraj/AmbSQL/issues " style =" text-decoration: none; " target =" _blank " > here</ a > </ h3 >
320
327
</ div >
321
328
322
329
323
330
< footer class ="container-fluid text-center bg-grey ">
324
331
< a href ="#myPage " title ="To Top ">
325
332
< span class ="glyphicon glyphicon-chevron-up "> </ span >
326
333
</ a >
327
- < p > Opensource Theme Made By < a href ="https://github.com/ambujraj/AmbSQL#ambsql " title ="Visit w3schools "> AmbSQL</ a > </ p >
334
+ < p > Opensource Theme Made By < a href ="https://github.com/ambujraj/AmbSQL#ambsql " title ="Visit w3schools " target =" _blank " > AmbSQL</ a > </ p >
328
335
</ footer >
329
336
330
337
< script >
0 commit comments