-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
200 lines (199 loc) · 7.5 KB
/
portfolio.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!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 - Portfolio</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 class="item web key" >
<div class="image ">
<img src="images/pic_01.png" />
<div class="hover">
<a class="fancybox" rel="gallery1" href="#portfolio_1">
<div class="item-content">
<h4>Smart Manager</h4>
<p>Online Point of Sale for managing your Products & Employees</p>
</div>
</a>
</div>
</div>
</li>
<li class="item web key" >
<div class="image ">
<img src="images/pic_05.png" />
<div class="hover">
<a class="fancybox" rel="gallery1" href="#portfolio_5">
<div class="item-content">
<h4>Schneider Invoicing System</h4>
<p>Invoicing System for tracking the employees' expenses</p>
</div>
</a>
</div>
</div>
</li>
<li class="item illustration identity">
<div class="image">
<img src="images/pic_1_1.png" />
<div class="hover">
<a class="fancybox" rel="gallery1" href="#portfolio_2">
<div class="item-content">
<h4>VJS (Visual JavaScript)</h4>
<p>Write and visualize your javscript code using puzzle blocks</p>
</div>
</a>
</div>
</div>
</li>
<li class="item web dtp">
<div class="image">
<img src="images/pic_02.png" />
<div class="hover">
<a class="fancybox" rel="gallery1" href="#portfolio_3">
<div class="item-content">
<h4>Book Club</h4>
<p>Find you prefered books, read their reviews and write your own review</p>
</div>
</a>
</div>
</div>
</li>
<li class="item illustration key">
<div class="image">
<img src="images/pic_03.png" />
<div class="hover">
<a class="fancybox" rel="gallery1" href="#portfolio_4">
<div class="item-content">
<h4>HR Management System</h4>
<p>Desktop Application for managing the organization’s employees</p>
</div>
</a>
</div>
</div>
</li>
</ul>
</section>
</div>
</div>
<div style="display:none;">
<div id="portfolio_1" class="popup_portfolio">
<h3>Smart Manager</h3>
<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>
<div id="portfolio_5" class="popup_portfolio">
<h3>Invoicing System</h3>
<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>
<div id="portfolio_2" class="popup_portfolio">
<h3>VJS (Visual JavaScript)</h3>
<time datetime="2017-12-14">Made: 14/12/2016</time>
<br>
<br>
<h5>VJS (Visual JavaScript) will help you write and visualize your code, by providing a puzzle pieces as your code statements which you can drag and drop to form your application, then you can see line by line execution where you can track the variables at your memory and how their values change during the execution process.</h5>
<br>
<p><b>Technologies:</b> HTML, CSS, JavaScript, jQuery, jQuery-UI.</p>
<br>
<a href="https://muhammad-othman.github.io/vjs/">Try It Here: muhammad-othman.github.io/vjs/</a>
<br>
<br>
<a href="https://github.com/muhammad-othman/visual-javascript">Source Code: github.com/muhammad-othman/visual-javascript</a>
<br><br>
<br>
<img src="images/projects/vjs1.png" />
<img src="images/projects/vjs2.png" />
<img src="images/projects/vjs3.png" />
<img src="images/projects/vjs4.png" />
</div>
<div id="portfolio_3" class="popup_portfolio">
<h3>BookClub</h3>
<time datetime="2017-03-31">Made: 31/3/2017</time>
<br>
<br>
<h5>Asp.net website where you can find books, read their reviews and write your own review. <br>With a fully functional admin module for managing books and users.</h5>
<br>
<p><b>Technologies:</b> Asp.net Web Forms, Bootstrap, C#, Entity Framework, SQL Server.</p>
<br>
<br>
<img src="images/projects/bc1.png" />
<img src="images/projects/bc2.png" />
<img src="images/projects/bc3.png" />
<img src="images/projects/bc4.png" />
</div>
<div id="portfolio_4" class="popup_portfolio">
<h3>HR Management System</h3>
<time datetime="2017-05-25">Made: 25/5/2016</time>
<br>
<br>
<h5>Desktop Application for managing the organization’s departments, employees, attendance, salaries … etc.</h5>
<br>
<p><b>Technologies:</b> Windows Forms, Crystal Reports, C#, ADO.NET , SQL Server.</p>
<br>
<br>
<img src="images/projects/hr1.png" />
<img src="images/projects/hr2.png" />
<img src="images/projects/hr3.png" />
<img src="images/projects/hr4.png" />
<img src="images/projects/hr5.png" />
<img src="images/projects/hr6.png" />
</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>