-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-7.html
More file actions
59 lines (53 loc) · 2.7 KB
/
project-7.html
File metadata and controls
59 lines (53 loc) · 2.7 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles-project-7.css">
<link rel="stylesheet" href="css/lightbox.min.css">
<script src="js/lightbox-plus-jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="page-wrap">
<nav>
<div class ="navigation-panel">
<div class="logo">
<a href="#"><img src="images/Logo.png" alt="JK Logo" onmousedown="return false"></a>
</div>
<label for="toggle" class="navigation-pop-up">☰</label>
<input type="checkbox" class="navigation-pop-up" id="toggle"/>
<div class="navigation-menu">
<ul>
<li><a href="index.html">Hello</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html" class="active">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="content-container">
<div class="text-content">
<p class="project-title"><span class="title-features">MODULAR VALLEY</span></p>
<p><span class="features">Location: </span><span class="project-text">Warsaw, Poland</span></p>
<p><span class="features">Date: </span><span class="project-text">2019</span></p>
<p class="project-text">The project presents the concept...</p>
</div>
<div class="photo-content">
<div class="photos">
<div class="photo">
<a href="projects/Project-7/vis_1.jpg" data-lightbox="mygallery" data-title=""><img src="projects/Project-7/vis_1.jpg" alt="Visualisation 1" onmousedown="return false"></a>
</div>
<div class="photo">
<a href="projects/Project-7/axonometry.jpg" data-lightbox="mygallery" data-title=""><img src="projects/Project-7/axonometry.jpg" alt="Axonometry" onmousedown="return false"></a>
</div>
</div>
</div>
</div>
</div>
<footer>
<p class="copyright"> Copyright ©2020 Jakub Koźlik</p>
</footer>
</body>
</html>