-
Notifications
You must be signed in to change notification settings - Fork 0
/
smartmanager.html
81 lines (77 loc) · 2.88 KB
/
smartmanager.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
<!DOCTYPE html>
<!--[if lte IE 8]> <html class="oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<title>Muhammad Othman - Smart Manager</title>
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/screen.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper" class="portfolio">
<div class="wrapper-holder">
<header id="header">
<a class="menu_trigger" href="#">menu</a>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="myskills.html">My Skills</a></li>
<li><a class="active" href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
</header>
</div>
<div class="wrapper-holder grey">
<section id="main">
<ul id="container" class="item-list">
<li id="projectIcon" class="item illustration key">
<div class="image">
<img src="images/pic_01.png" />
<div class="hover">
<div class="item-content">
<h4>Smart Manager</h4>
<p>Find you prefered books, read their reviews and write your own review</p>
</div>
</div>
</div>
</li>
</ul>
<div id="portfolio_4" class="popup_portfolio">
<h4>Smart Manager</h4>
<time datetime="2017-03-09">Made: 9/3/2017</time>
<br>
<br>
<h5>Online Point of Sale for managing your products, categorize them and insert your buying and selling bills.<br> In addition to a small HR module to store your employees’ data</h5>
<br>
<p><b>Technologies:</b> AngrularJS, Node.js, Express, MongoDB, HTML5, CSS3, Bootstrap, JavaScript.</p>
<br>
<a href="https://smart-manager.herokuapp.com/">Try It Here: smart-manager.herokuapp.com/</a>
<br> <p>Username: admin
<br> Password: admin</p>
<a href="https://github.com/muhammad-othman/smart-manager">Source Code: github.com/muhammad-othman/smart-manager</a>
<br><br>
<img src="images/projects/sm1.png" />
<img src="images/projects/sm2.png" />
<img src="images/projects/sm3.png" />
<img src="images/projects/sm4.png" />
</div>
</section>
</div>
</div>
<div>
</div>
<script src="js/jquery.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/cells-by-row.js"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>