This repository was archived by the owner on Oct 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathweb.html
More file actions
51 lines (42 loc) · 2.41 KB
/
web.html
File metadata and controls
51 lines (42 loc) · 2.41 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Your Name</title>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Your Name Portfolio" />
<meta name="keywords" content="Your Name, technology, business" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/png" href="http://waldronmatthew.com/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Tajawal" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css" title="style" />
</head>
<body>
<a href="index.html"><img src="https://fontmeme.com/permalink/180423/0b307f5b05a133409e7cc561af1cadaf.png" alt="website-logo"></a>
<h1>Terms of Use</h1>
<h2>yourname.com</h2>
<div class="center">
<p> All information presented on the website is reserved with the exception of third-party logos, pictures, text and / or links that are subject to the copyright rights of their providers.
Any duplication or use of objects such as images or texts in other electronic or printed publications is not permitted without <i>Your Name's</i> agreement.</p>
<h1>Website Credits</h1>
<h2>Matthew Waldron</h2>
<p>Website developed by Matthew Waldron except where noted. Website code: MIT License. Website content copyrighted.</p>
<h2>Ronny Siikaluoma</h2>
<p>Codepen by Ronny Siikaluoma that allows for squares that resize according to screen size. Parts of HTML and CSS used. Updated for
even tile size, picture implementation, and dynamic resizing. Codepen under the MIT license.</p>
<h2>Martin Wolf</h2>
<p>Codepen by Martin Wolf that allows for a bottom border animation link hover effect. Parts of CSS used. Codepen under the MIT license.</p>
<h2>Lokesh Dhakar</h2>
<p>Lightbox photo viewer by Lokesh Dhakar. Allows for modal photo viewing when the picture thumbnail is clicked. Code under the MIT license.</p>
<h2>Unsplash</h2>
<p>Royalty free photos from unsplash.com except where noted. Images resized / compressed to increase load time.</p>
</div>
<div class="btn-container">
<div class="pages">
<div class="list"><a href="portfolio.html">Portfolio</a></div>
<div class="list"><a href="index.html">Home</a></div>
</div>
</div>
<a href="web.html">© Copyright <span id="footer-copyright"></span><i> Your Name</i>. All Rights Reserved.</a>
<script src="js/copyright-year.js"></script>
</body>
</html>