forked from bindumareedu/PhotoFlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio_old.html
288 lines (261 loc) · 16.5 KB
/
portfolio_old.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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<!-- saved from url=(0067)https://www.w3schools.com/w3css/tryw3css_templates_bw_portfolio.htm -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>W3.CSS Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Style CSS -->
<link rel="stylesheet" href="css/core-style.css">
<link rel="stylesheet" href="style.css">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
.bgimg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('./W3.CSS Template_files/profile_girl.jpg');
min-height: 100%;
}
</style>
</head>
<body>
<!-- Sidebar with image -->
<nav class="w3-sidebar w3-hide-medium w3-hide-small" style="width:40%">
<div class="portfolioimg"></div>
</nav>
<!-- Hidden Sidebar (reveals when clicked on menu icon)-->
<nav class="w3-sidebar w3-black w3-animate-right w3-xxlarge" style="display:none;padding-top:150px;right:0;z-index:2" id="mySidebar">
<a href="javascript:void(0)" onclick="closeNav()" class="w3-button w3-black w3-xxxlarge w3-display-topright" style="padding:0 12px;">
<i class="fa fa-remove"></i>
</a>
<div class="w3-bar-block w3-center">
<a href="https://www.w3schools.com/w3css/tryw3css_templates_bw_portfolio.htm#" class="w3-bar-item w3-button w3-text-grey w3-hover-black" onclick="closeNav()">Home</a>
<a href="https://www.w3schools.com/w3css/tryw3css_templates_bw_portfolio.htm#portfolio" class="w3-bar-item w3-button w3-text-grey w3-hover-black" onclick="closeNav()">Portfolio</a>
<a href="https://www.w3schools.com/w3css/tryw3css_templates_bw_portfolio.htm#about" class="w3-bar-item w3-button w3-text-grey w3-hover-black" onclick="closeNav()">About</a>
<a href="https://www.w3schools.com/w3css/tryw3css_templates_bw_portfolio.htm#contact" class="w3-bar-item w3-button w3-text-grey w3-hover-black" onclick="closeNav()">Contact</a>
</div>
</nav>
<!-- Page Content -->
<div class="w3-main w3-padding-large" style="margin-left:40%">
<!-- Gradient Background Overlay -->
<div class="gradient-background-overlay"></div>
<!-- Header Area Start -->
<header class="header-area">
<div class="container-fluid h-100">
<div class="row h-100 align-items-center">
<div class="col-12 h-100">
<div class="main-menu h-100">
<nav class="navbar h-100 navbar-expand-lg">
<!-- Logo Area -->
<a class="navbar-brand" href="index.html"><img src="img/core-img/logo.png" width="250px" height="100px" alt="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#studioMenu" aria-controls="studioMenu" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i> Menu</button>
<div class="collapse navbar-collapse" id="studioMenu">
<!-- Menu Area Start -->
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-me.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="photographers.php">Photographers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Login/Sign Up</a>
</li>
</ul>
<!-- Search Form -->
<div class="header-search-form ml-auto">
<form action="search.html">
<input type="search" class="form-control" placeholder="Input your keyword then press enter..." id="search" name="search">
<input class="d-none" type="submit" value="submit">
</form>
</div>
<!-- Search btn -->
<div id="searchbtn">
<img src="img/core-img/search.png" alt="">
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Header -->
<header class="w3-container w3-center" style="padding:128px 16px" id="home">
<h1 class="w3-jumbo"><b>Jane Doe</b></h1>
<p>Photographer and Web Designer.</p>
<img src="./W3.CSS Template_files/profile_girl.jpg" class="w3-image w3-hide-large w3-hide-small w3-round" style="display:block;width:60%;margin:auto;">
<img src="./W3.CSS Template_files/profile_girl.jpg" class="w3-image w3-hide-large w3-hide-medium w3-round" width="1000" height="1333">
<button class="w3-button w3-light-grey w3-padding-large w3-margin-top">
<i class="fa fa-download"></i> Download Resume
</button>
</header>
<!-- Portfolio Section -->
<div class="w3-padding-32 w3-content" id="portfolio">
<h2 class="w3-text-grey">My Portfolio</h2>
<hr class="w3-opacity">
<!-- Grid for photos -->
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half">
<img src="./W3.CSS Template_files/wedding.jpg" style="width:100%">
<img src="./W3.CSS Template_files/rocks.jpg" style="width:100%">
<img src="./W3.CSS Template_files/sailboat.jpg" style="width:100%">
</div>
<div class="w3-half">
<img src="./W3.CSS Template_files/underwater.jpg" style="width:100%">
<img src="./W3.CSS Template_files/chef.jpg" style="width:100%">
<img src="./W3.CSS Template_files/wedding.jpg" style="width:100%">
<img src="./W3.CSS Template_files/p6.jpg" style="width:100%">
</div>
<!-- End photo grid -->
</div>
<!-- End Portfolio Section -->
</div>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-32" id="about">
<h2>About</h2>
<hr class="w3-opacity">
<p>Some text about me. Some text about me. I am lorem ipsum 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 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>
<h3 class="w3-padding-16">My Skills</h3>
<p class="w3-wide">Photography</p>
<div class="w3-light-grey">
<div class="w3-container w3-center w3-padding-small w3-dark-grey" style="width:95%">95%</div>
</div>
<p class="w3-wide">Web Design</p>
<div class="w3-light-grey">
<div class="w3-container w3-center w3-padding-small w3-dark-grey" style="width:85%">85%</div>
</div>
<p class="w3-wide">Photoshop</p>
<div class="w3-light-grey">
<div class="w3-container w3-center w3-padding-small w3-dark-grey" style="width:80%">80%</div>
</div><br>
<div class="w3-row w3-center w3-dark-grey w3-padding-16 w3-section">
<div class="w3-quarter w3-section">
<span class="w3-xlarge">14+</span><br>
Partners
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">55+</span><br>
Projects Done
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">89+</span><br>
Happy Clients
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">150+</span><br>
Meetings
</div>
</div>
<button class="w3-button w3-light-grey w3-padding-large w3-section">
<i class="fa fa-download"></i> Download Resume
</button>
<!-- Testimonials -->
<h3 class="w3-padding-24">My Reputation</h3>
<img src="./W3.CSS Template_files/avatar_smoke.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px">
<p><span class="w3-large w3-text-black w3-margin-right">Chandler Bing.</span> Web Designer.</p>
<p>Jane Doe is just awesome. I am so happy to have met her!</p><br>
<img src="./W3.CSS Template_files/bandmember.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px">
<p><span class="w3-large w3-text-black w3-margin-right">Chris Fox.</span> CEO at Mighty Schools.</p>
<p>Jane Doe saved us from a web disaster.</p><br>
<img src="./W3.CSS Template_files/avatar_g2.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px">
<p><span class="w3-large w3-text-black w3-margin-right">Rebecca Flex.</span> CEO at Company.</p>
<p>No one is better than Jane Doe.</p><br>
<!-- Grid for pricing tables -->
<h3 class="w3-padding-16">My Price</h3>
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half w3-margin-bottom">
<ul class="w3-ul w3-center w3-card w3-hover-shadow">
<li class="w3-dark-grey w3-xlarge w3-padding-32">Basic</li>
<li class="w3-padding-16">Web Design</li>
<li class="w3-padding-16">Photography</li>
<li class="w3-padding-16">5GB Storage</li>
<li class="w3-padding-16">Mail Support</li>
<li class="w3-padding-16">
<h2>$ 10</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<button class="w3-button w3-white w3-padding-large w3-hover-black">Sign Up</button>
</li>
</ul>
</div>
<div class="w3-half">
<ul class="w3-ul w3-center w3-card w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">Pro</li>
<li class="w3-padding-16">Web Design</li>
<li class="w3-padding-16">Photography</li>
<li class="w3-padding-16">50GB Storage</li>
<li class="w3-padding-16">Endless Support</li>
<li class="w3-padding-16">
<h2>$ 25</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<button class="w3-button w3-white w3-padding-large w3-hover-black">Sign Up</button>
</li>
</ul>
</div>
<!-- End Grid/Pricing tables -->
</div>
<!-- End About Section -->
</div>
<!-- Contact Section -->
<div class="w3-padding-32 w3-content w3-text-grey" id="contact" style="margin-bottom:64px">
<h2>Contact Me</h2>
<hr class="w3-opacity">
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-xxlarge w3-margin-right"></i> Chicago, US</p>
<p><i class="fa fa-phone fa-fw w3-xxlarge w3-margin-right"></i> Phone: +00 151515</p>
<p><i class="fa fa-envelope fa-fw w3-xxlarge w3-margin-right"> </i> Email: [email protected]</p>
</div>
<!-- Image of location/map -->
<img src="./W3.CSS Template_files/map.jpg" class="w3-image w3-greyscale" style="width:100%;margin:32px 0">
<p>Lets get in touch. Send me a message:</p>
<form action="https://www.w3schools.com/action_page.php" target="_blank">
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Name" required="" name="Name"></p>
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Email" required="" name="Email"></p>
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Subject" required="" name="Subject"></p>
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Message" required="" name="Message"></p>
<p>
<button class="w3-button w3-light-grey w3-padding-large" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</p>
</form>
<!-- End Contact Section -->
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-light-grey w3-center w3-opacity w3-xlarge" style="margin:-24px">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
<!-- <p class="w3-medium">Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank" class="w3-hover-text-green">w3.css</a></p> -->
<!-- End footer -->
</footer>
<!-- END PAGE CONTENT -->
</div>
</body>
</html>