-
Notifications
You must be signed in to change notification settings - Fork 0
/
photography.html
74 lines (66 loc) · 2.92 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
<!--
* ,MMM8&&&. *
MMMM88&&&&& .
MMMM88&&&&&&&
* MMM88&&&&&&&&
MMM88&&&&&&&&
'MMM88&&&&&&'
'MMM8&&&' *
|\___/|
) ( . '
=\ /=
)===( *
/ \
| |
/ \
\ /
_/\_/\_/\__ _/_/\_/\_/\_/\_/\_/\_/\_/\_/\_
| | | |( ( | | | | | | | | | |
| | | | ) ) | | | | | | | | | |
| | | |(_( | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
-->
<html>
<head>
<meta charset="utf-8">
<meta name="Description" content="Photography."/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<meta property="og:url" content="https://aaron.cafe/photography"/>
<meta property="og:title" content="Photography"/>
<meta property="og:image" content="https://aaron.cafe/media/cafe-og.jpg"/>
<meta property="og:description" content="Photography."/>
<meta property="og:type" content="website"/>
<title>Photography</title>
<link rel="shortcut icon" href="media/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" type="text/css" charset="utf-8" href="css/photography.css">
</head>
<body class="preload">
<div id="header">
<p id="title">Photography</p>
<p id="author">Aaron Friedlander</p>
</div>
<div id="photo-use">
<p id="photo-use-header">Click for here to view the photo use policy.</p>
<p id="photo-use-body">
Photos fall into one of two categories:<span id="photo-use-close">×</span>
<br><br>
1) Photos that <b>DO NOT</b> contain a watermark in the bottom right corner:
<br><br>
These works are licensed under a <a target="_blank" rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. In other words, you can modify, copy, and distribute the photos for both personal and commercial use; however, you must give appropriate credit.
<br><br>
2) Photos that <b>DO</b> contain a watermark in the bottom right corner:
<br><br>
These works fall under a general copyright. You <b>MUST</b> contact me regarding any use of these photos.
My email is <span class="obfuscateEmail" duser="ih" dsite="efac.noraa" />.
</p>
<p id="photo-use-footer">Copyright © 2023, Aaron Friedlander, All rights reserved.</p>
</div>
<div id="images">
<div class="verticaltext">PORTFOLIO UNDER CONSTRUCTION</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/photography.js"></script>
</body>
</html>