-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphotoblog.html
More file actions
53 lines (48 loc) · 1.51 KB
/
photoblog.html
File metadata and controls
53 lines (48 loc) · 1.51 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
<!DOCTYPE HTML>
<html>
<head>
<title>Colored pixel everywhere</title>
<meta name="author" content="Samuele Ferri">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body>
<!-- Header -->
<header>
<!-- Nav -->
<nav>
<!-- Mobile format -->
<details>
<summary>Portfolio</summary>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</details>
<!-- Desktop format -->
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</div>
</nav>
</header>
<article style="text-align: center; padding: 0% 15% 5% 15%;">
<h2>Photography is the beauty of life captured - Tara Chisolm</h2>
This is a small collection of the photos I have taken. I hope you like them :)<br>
Click on the picture to view it in full screen. You can use them, but I ask you to at least quote me.
<!-- Picture content -->
<div class="gallery"></div>
</article>
<!-- Scripts -->
<script src="assets/js/photography.js"></script>
</body>
</html>