-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
228 lines (207 loc) · 12.8 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/fav-icon.png" type="image/x-icon" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Mah Studio | Portfolio</title>
<link rel="alternate" href="https://mahstudio.github.io" hreflang="en-GB"/>
<base href="https://mahstudio.github.io" />
<meta name="keywords" content="Windows development, .NET development, software design, backend web development, DevOps, video production, portfolio, denna, wikiseda, mahstudio, uwp, wingomaps, mohsens22, ngame" />
<meta name="description" content="Here you can see the best of Mah Studio. Denna, WikiSeda, BrainStudio, Windows 10 concepts and so on!" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124520038-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124520038-2');
</script>
<link href="https://mahstudio.github.io/portfolio.html" rel="canonical" />
<!-- Icon css link -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Rev slider css -->
<link href="vendors/revolution/css/settings.css" rel="stylesheet">
<link href="vendors/revolution/css/layers.css" rel="stylesheet">
<link href="vendors/revolution/css/navigation.css" rel="stylesheet">
<!-- Extra plugin css -->
<link href="vendors/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="vendors/magnify-popup/magnific-popup.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--================Header Menu Area =================-->
<header class="main_menu_area">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://mahstudio.github.io/"><img src="img/logo.png" alt="MahStudio logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="aboutus.html">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="service.html">Services</a></li>
<li class="nav-item active"><a class="nav-link" href="portfolio.html">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!--================End Header Menu Area =================-->
<!--================Banner Area =================-->
<section class="banner_area">
<div class="container">
<div class="banner_inner_text">
<h2>Portfolio</h2>
<p>See our best work</p>
</div>
</div>
</section>
<!--================End Banner Area =================-->
<!--================Portfolio Area =================-->
<section class="portfolio_area">
<div class="container">
<div class="row feature_inner">
<div class="col-lg-4 col-sm-6">
<div class="feature_item">
<div class="f_icon">
<img src="img/icon/Apps/Denna.png" alt="Denna">
</div>
<h4>Denna</h4>
<p>Denna is a fully featured and productive To-Do list for Windows 10 devices. Guess what! Denna is open-source and free. </p>
<a class="more_btn" href="https://github.com/MahStudio/Denna">See on GitHub</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature_item">
<div class="f_icon">
<img src="img/icon/Apps/WingoMaps.png" alt="Wingo maps">
</div>
<h4>Wingo Maps</h4>
<p>
WinGo Maps is a full feature UNOFFICIAL Google Map client for Universal Windows Platform.
</p>
<a class="more_btn" href="https://www.microsoft.com/en-us/p/wingo-maps/9nmj42v775gt">Get it</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature_item">
<div class="f_icon">
<img src="img/icon/Apps/WS.png" alt="WikiSeda">
</div>
<h4>WikiSeda</h4>
<p>Official WikiSeda application for Windows 10 devices </p>
<a class="more_btn" href="https://www.wikiseda.com/app.html">Get it</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature_item">
<div class="f_icon">
<img src="img/icon/f-icon-4.png" alt="Windows 10 concept">
</div>
<h4>Windows 10 concept</h4>
<p>
We created a rather impressive concept video of a Surface Phone running on Windows 10 Mobile with the new Fluent Design visual aesthetic. It’s a rather short video but does a great job of showing what a new mobile phone from Microsoft could look like as well as the potential of the Windows 10 operating system.
</p>
<a class="more_btn" href="https://www.youtube.com/watch?v=sNbqedI0vs8">Take a look</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature_item">
<div class="f_icon">
<img src="img/icon/Apps/BrainStudio.png" alt="Brain Studio">
</div>
<h4>Brain Studio</h4>
<p>A code editor and interpreter for Brainfuck programming language in UWP featuring fluent design </p>
<a class="more_btn" href="https://github.com/MahStudio/BrainStudio">See on GitHub</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="feature_item">
<div class="f_icon">
<img src="img/icon/f-icon-4.png" alt="Windows 10 concept">
</div>
<h4>Windows 10 concept</h4>
<p>Graphic and development outfit MAH Studio have put together a pretty stunning concept piece for a Project NEON-powered Windows 10 Mobile we'll probably never see. </p>
<a class="more_btn" href="https://www.youtube.com/watch?v=-SXOpF24LN8">Take a look</a>
</div>
</div>
</div>
</div>
</section>
<!--================End Portfolio Area =================-->
<!--================End We Are Company Area =================-->
<section class="talk_area">
<div class="container">
<div class="talk_text">
<h4>Are you ready to talk?</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</section>
<!--================End We Are Company Area =================-->
<!--================Footer Area =================-->
<footer class="footr_area">
<div class="footer_copyright">
<div class="container">
<div class="float-sm-left">
<h5><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> Mah studio. All rights reserved |made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://mohsens22.com" target="_blank">@mohsens22</a> and <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></h5>
</div>
<div class="float-sm-right">
<ul>
<li><a href="https://twitter.com/mah_graphic"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/mah__studio/"><i class="fa fa-instagram"></i></a></li>
<li><a href="http://github.com/MahStudio"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/company/mahstudio/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.2.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Rev slider js -->
<script src="vendors/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="vendors/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<!-- Extra plugin css -->
<script src="vendors/counterup/jquery.waypoints.min.js"></script>
<script src="vendors/counterup/jquery.counterup.min.js"></script>
<script src="vendors/counterup/apear.js"></script>
<script src="vendors/counterup/countto.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/magnify-popup/jquery.magnific-popup.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="vendors/circle-bar/circle-progress.min.js"></script>
<script src="vendors/circle-bar/plugins.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="js/circle-active.js"></script>
<script src="js/theme.js"></script>
</body>
</html>