-
Notifications
You must be signed in to change notification settings - Fork 0
/
photography.html
135 lines (93 loc) · 5.35 KB
/
photography.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
<!doctype html>
<html>
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<title>Photography — Joaquim Baeta</title>
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Maven+Pro:wght@400;600&display=swap" rel="stylesheet">
<link href="stylesheets/font-awesome.css" rel="stylesheet">
<!-- CSS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet" />
<link href="stylesheets/custom.css" rel="stylesheet" />
<!-- JAVASCRIPT -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="javascripts/bootstrap.js"></script>
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="images/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="images/favicon/manifest.json">
<link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#1F1F1F">
<link rel="shortcut icon" href="images/favicon/favicon.ico">
<meta name="msapplication-config" content="images/favicon/browserconfig.xml">
<meta name="theme-color" content="#1F1F1F">
</head>
<body class="article-photo">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-md justify-content-center" style="background-color: #17927D;">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#jb-nav" aria-controls="jb-nav" aria-expanded="false" aria-label="Toggle navigation">
<img src="images/logos/logo.svg" width="40px">
</button>
<a class="d-md-none nav-link text-white" href="index.html">Joaquim Baeta</a>
<div class="collapse navbar-collapse" id="jb-nav">
<ul class="navbar-nav text-uppercase mx-auto">
<li class="nav-item dropdown">
<a class="nav-link text-white dropdown-toggle lit-photo-text" href="#" id="jb-nav-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Literature
</a>
<div class="dropdown-menu" aria-labelledby="jb-nav-dropdown" style="background-color: #17927D;">
<a class="dropdown-item text-white lit-photo-text" href="literature.html">Written</a>
<a class="dropdown-item text-white lit-photo-text" href="edited.html">Edited</a>
</div>
</li>
<li class="nav-item"><a class="nav-link text-white film-photo-text" href="film.html">Film</a></li>
<li class="nav-item"><a class="nav-link text-white sound-photo-text" href="sound.html">Sound</a></li>
<li class="nav-item d-none d-md-block"><a class="nav-link" style="padding: 0.5rem 1.10rem !important;" href="index.html"><img src="images/logos/nav-logo-0.4.svg" width="40px"></a></li>
<li class="nav-item"><a class="nav-link text-white" href="photography.html">Photography</a></li>
<li class="nav-item"><a class="nav-link text-white photo-art-text" href="art.html">Art</a></li>
<li class="nav-item"><a class="nav-link text-white photo-dev-text" href="development.html">Development</a></li>
</ul>
</div>
</nav>
<!-- CONTENT -->
<main role="main">
<div class="container-fluid">
<div class="row text-white photo-index">
<div class="col-sm-2 px-0"><!-- Eye in a Birch Tree -->
<a href="photography/eye-in-a-birch-tree.html"><img class="img img-fluid" src="./images/photography/thumbnail/eye-in-a-birch-tree.jpg" alt="Eye in a Birch Tree"></a>
</div>
<div class="col-sm-2 px-0"><!-- Lightning -->
<a href="photography/lightning.html"><img class="img img-fluid" src="./images/photography/thumbnail/lightning.jpg" alt="Lightning"></a>
</div>
<div class="col-sm-2 px-0"><!-- Standing On Grass -->
<a href="photography/standing-on-grass.html"><img class="img img-fluid" src="./images/photography/thumbnail/standing-on-grass.jpg" alt="Standing On Grass"></a>
</div>
<div class="col-sm-2 px-0"><!-- Moon, One -->
<a href="photography/moon-one.html"><img class="img img-fluid" src="./images/photography/thumbnail/moon-one.jpg" alt="Moon, One"></a>
</div>
</div>
</div>
</main>
<!-- FOOTER -->
<!-- <div class="jumbotron-fluid mt-5">
<img src="images/buildings.svg" class="img-fluid">
</div>
<footer style="background-color: #1f1f1f">
<div class="container pt-5">
<div class="row">
<div class="col-sm-6">
<a href='/index.html' title="Home"><img src='images/footer-logo-0.1.svg' style="width: 80%"></img></a>
<br><br>
<p class="text-white"><i>Random words held together with superglue.</i></p>
</div>
<div class="col-sm-6 text-right">
</div>
</div>
</div>
</footer> -->
</body>
</html>