This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
42 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
<?php | ||
|
||
// values for debugging only | ||
return array( | ||
'host'=>'localhost', | ||
'user'=>'root', | ||
'pass'=>'sqlpi', | ||
'database'=>'shortcut' | ||
); | ||
return [ | ||
'host' => 'localhost', | ||
'user' => 'root', | ||
'pass' => '', | ||
'database' => 'shortcut' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<footer> | ||
<p>ShortCut developed by Ammar Al-khawaldeh .</p> | ||
<p>ShortCut developed by <a href="https://smartbit8.com" target="_blank">SmartBit</a>.</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<div id="navBar"> | ||
<div id="navContainer"> | ||
<!-- TODO: it will convert to user photo when user is signed in . --> | ||
<img id='logoImage' src="themes/<?=$info['theme']?>/images/logo.png"/> | ||
<div id="spLine"></div> | ||
<div id="navContainer"> | ||
<!-- TODO: it will convert to user photo when user is signed in . --> | ||
<img id='logoImage' src="themes/<?= $info['theme'] ?>/images/logo.png"/> | ||
<div id="spLine"></div> | ||
|
||
<!-- TODO: it will convert to user name when user is signed in . --> | ||
<span id="navName"><?= $info['name']?></span> | ||
<!-- TODO: it will convert to user name when user is signed in . --> | ||
<span id="navName"><?= $info['name'] ?></span> | ||
|
||
<div id="navOtherSide"> | ||
<button type="button" id="inButton"><i class="fa fa-sign-in" aria-hidden="true"></i> | ||
Sign in | ||
</button> | ||
<button type="button" id="UpButton"><i class="fa fa-user-plus" | ||
aria-hidden="true"></i> | ||
Sign up | ||
</button> | ||
<div id="navOtherSide"> | ||
<button type="button" onclick="alert('Soon')" id="inButton"><i class="fa fa-sign-in" aria-hidden="true"></i> | ||
Sign in | ||
</button> | ||
<button type="button" onclick="alert('Soon')" id="UpButton"><i class="fa fa-user-plus" | ||
aria-hidden="true"></i> | ||
Sign up | ||
</button> | ||
|
||
|
||
<div id="menuBtn"> | ||
<i class="fa fa-ellipsis-v" aria-hidden="true"></i> | ||
</div> | ||
<div id="menuBtn"> | ||
<i class="fa fa-ellipsis-v" aria-hidden="true"></i> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters