-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookclub.html
77 lines (73 loc) · 2.57 KB
/
bookclub.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
<!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 - BookClub</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_02.png" />
<div class="hover">
<div class="item-content">
<h4>Book Club</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>BookClub</h4>
<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>
</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>