Skip to content

Commit d9f0e99

Browse files
Changed the UI of the website
1 parent 5e87ceb commit d9f0e99

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

AmbSql.html

+21-14
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
body {
1616
font: 400 15px Lato, sans-serif;
1717
line-height: 1.8;
18-
color: #818181;
18+
color: #282846;
1919
}
2020
h2 {
21-
font-size: 24px;
21+
font-size: 30px;
2222
text-transform: uppercase;
23-
color: #303030;
23+
color: #151515;
2424
font-weight: 600;
2525
margin-bottom: 30px;
2626
}
27+
2728
h4 {
2829
font-size: 19px;
2930
line-height: 1.375em;
@@ -32,7 +33,7 @@
3233
margin-bottom: 30px;
3334
}
3435
.jumbotron {
35-
background-color: #1c1d71;
36+
background-color: #301b3f;
3637
color: #fff;
3738
padding: 100px 25px;
3839
font-family: Montserrat, sans-serif;
@@ -48,7 +49,7 @@
4849
font-size: 50px;
4950
}
5051
.logo {
51-
color: #1c1d71;
52+
color: #301b3f;
5253
font-size: 200px;
5354
}
5455
.thumbnail {
@@ -121,7 +122,7 @@
121122
}
122123
.navbar {
123124
margin-bottom: 0;
124-
background-color: #1c1d71;
125+
background-color: #151515;
125126
z-index: 9999;
126127
border: 0;
127128
font-size: 12px !important;
@@ -130,11 +131,17 @@
130131
border-radius: 0;
131132
font-family: Montserrat, sans-serif;
132133
}
134+
135+
.navbar:hover {
136+
transform: scale(1.05);
137+
box-shadow: 2px 3px 10px #1c1d71;
138+
}
139+
133140
.navbar li a, .navbar .navbar-brand {
134141
color: #fff !important;
135142
}
136143
.navbar-nav li a:hover, .navbar-nav li.active a {
137-
color: #1c1d71 !important;
144+
color: black !important;
138145
background-color: #fff !important;
139146
}
140147
.navbar-default .navbar-toggle {
@@ -183,7 +190,7 @@
183190
width: 100%;
184191
margin-bottom: 35px;
185192
}
186-
}
193+
187194
@media screen and (max-width: 480px) {
188195
.logo {
189196
font-size: 150px;
@@ -239,7 +246,7 @@ <h1>AmbSQL</h1>
239246
<h2>About US</h2><br>
240247
<h4>AmbSQL is a Relational Database Management System which created with keeping in focus the speed and the ease to operate on.</h4><br>
241248
<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>
243250
</div>
244251
<div class="col-sm-4">
245252
<span class="glyphicon glyphicon-volume-up logo"></span>
@@ -259,7 +266,7 @@ <h2>Documentation</h2><br>
259266
<li>To create new Table :createtable(&lt;table-name&gt;, &lt;column1-name&gt; , &lt;column2-name&gt;, ....) </li>
260267
<li>To enter the values in Table:insertvalues(&lt;table_name&gt;, &lt;column1-value&gt; , &lt;column2-value&gt;, ...)</li>
261268
</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>
263270
<p> This program is compatible only with python - 3.x</p>
264271
</div>
265272
</div>
@@ -294,7 +301,7 @@ <h4>Ease of DMBS management</h4>
294301
<div class="col-sm-8">
295302
<h2>Installation</h2><br>
296303
<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>
298305
<li>AmbSQL can also be downloaded from https://ambujraj.github.io/AmbSQL/download/. </li>
299306
</ul><br><br>
300307

@@ -303,7 +310,7 @@ <h4><strong>For Command-line Interface:</strong> <br><br>
303310
<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>
304311
<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>
305312
</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>
307314
<p> This program is compatible only with python - 3.x</p>
308315
</div>
309316
<div class="col-sm-4">
@@ -316,15 +323,15 @@ <h4><strong>For Command-line Interface:</strong> <br><br>
316323
<!-- Container (contribute Section) -->
317324
<div id="contribute" class="container-fluid ">
318325
<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>
320327
</div>
321328

322329

323330
<footer class="container-fluid text-center bg-grey">
324331
<a href="#myPage" title="To Top">
325332
<span class="glyphicon glyphicon-chevron-up"></span>
326333
</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>
328335
</footer>
329336

330337
<script>

0 commit comments

Comments
 (0)