-
Notifications
You must be signed in to change notification settings - Fork 0
/
schneider-invoicing-system.html
78 lines (74 loc) · 2.79 KB
/
schneider-invoicing-system.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
<!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 - Invoicing System</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_05.png" />
<div class="hover">
<div class="item-content">
<h4>Schneider Invoicing System</h4>
<p>Invoicing System for tracking the employees' expenses</p>
</div>
</div>
</div>
</li>
</ul>
<div id="portfolio_5" class="popup_portfolio">
<h4>Invoicing System</h4>
<time datetime="2017-06-20">Made: 20/6/2017</time>
<br>
<br>
<h5>Invoicing System for tracking the employees' expenses and their categories, and manage the approval process in the different management levels</h5>
<br>
<p><b>Technologies:</b> C#, ASP.Net MVC, Web API, Entity Framework AngrularJS, Angular Material.</p>
<br>
<a href="https://github.com/muhammad-othman/schneider-invoicing-system">Source Code: github.com/muhammad-othman/schneider-invoicing-system</a>
<br><br>
<img src="../images/projects/ses1.png" />
<img src="../images/projects/ses2.png" />
<img src="../images/projects/ses3.png" />
<img src="../images/projects/ses4.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>