-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle-project.html
157 lines (120 loc) · 5.38 KB
/
single-project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Magnet - Minimal Portfolio Template</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,700" rel="stylesheet">
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wordpress">
<span class="sk-inner-circle"></span>
</div>
</div>
<!-- Navigation section -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><i class="fa fa-magnet"></i></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Projects</a></li>
<li><a href="about.html">Our Studio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Single Project Section -->
<section id="single-project">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<h1>Project title here</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<a href="#"><i class="fa fa-long-arrow-right"></i> View Website</a>
<div class="col-md-12 col-sm-12">
<img src="images/single-project-img.jpg" class="img-responsive" alt="Portfolio">
</div>
<div class="col-md-6 col-sm-6">
<img src="images/portfolio-img2.jpg" class="img-responsive" alt="Portfolio">
</div>
<div class="col-md-6 col-sm-6">
<img src="images/portfolio-img3.jpg" class="img-responsive" alt="Portfolio">
</div>
<div class="clearfix"></div>
<div class="col-md-4 col-sm-4">
<h3>Role</h3>
<p>Brand Identity</p>
</div>
<div class="col-md-4 col-sm-4">
<h3>Date</h3>
<p>December, 2015</p>
</div>
<div class="col-md-4 col-sm-4">
<h3>Agency</h3>
<p>Client Name here</p>
</div>
<div class="col-md-12 col-sm-12 text-center">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<strong>James Otto ( Project Manager )..</strong>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<i class="fa fa-magnet"></i>
</div>
<div class="col-md-4 col-sm-4">
<p>124 Market Street, Suite 3570 San Francisco, CA 3042 United States</p>
</div>
<div class="col-md-offset-1 col-md-4 col-sm-offset-1 col-sm-3">
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>(+01) 2048937 / 02 203403</p>
</div>
<div class="clearfix col-md-12 col-sm-12">
<hr>
</div>
<div class="col-md-6 col-sm-6">
<div class="footer-copyright">
<p>© 2016 Magnet Studio | All Rights Reserved.</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>