-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (66 loc) · 2.84 KB
/
index.html
File metadata and controls
66 lines (66 loc) · 2.84 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
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en-AU">
<head>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/master.css" media="screen" title="no title" charset="utf-8" />
<meta name="keywords" content="benjamin, ben, photography, benjaphotog, unsplash, ben_andy, andy, skye, new, tab" />
<meta name="description" content="Benjamin, photographer & web developer." />
<meta charset="utf-8" />
<title>Benjamin</title>
</head>
<body>
<header id="header"></header>
<center><img src="assets/load.png" alt="Loading..." id="loadImg" /></center>
<div class="title" id="titleBox">
Benjamin
</div>
<div class="titleSub" id="subTitleBox">
Photographer - Web Developer
</div>
<div class="navBoxes" id="navBox">
<center>
<br /><br />
<a href="https://benandy.github.io/development">
<img src="assets/dev.png" alt="Web Development Services" width="10%" />
<br />
Web development Services
</a>
<br />Ever wanted your own custom built website..? Get in touch!
<br /><br />
<a href="https://benandy.github.io/skye" target="_blank">
<img src="assets/skyeLogo.png" alt="Skye New Tab" width="10%" />
<br />
Skye New Tab
</a>
<br />A modern new tab page for your <a href="https://www.google.com/chrome/" target="_blank">Google Chrome</a> browser! High quality background images are updated every ten days, click above for more information.
<br /><br />
<a href="https://unsplash.com/@ben_andy" target="_blank">
<img src="assets/unsplashLogo.svg" alt="Unsplash Account" width="10%" />
<br />
Unsplash Photos
</a>
<br />My collection of my best shots I've taken in my spare time. Feel free to use my images for what ever you want, no credit needed.
<br /><br />
<a href="https://benandy.github.io/r/snapchat" target="_blank">
<img src="assets/snapLogo.png" alt="Snapchat Online" width="10%" />
<br />
Snapchat Online
</a>
<br />Snapchat client for your online web browser, even works on PC!
<br /><br />
</center>
</div>
<div class="footer" id="ftr">
<a href="https://benandy.github.io/privacy">Privacy Policy</a> - <a href="https://benandy.github.io/cookie">Cookie Policy</a> - <a href="https://benandy.github.io/terms">Terms and Conditions</a>
<br />
Copyright Benjamin Developments © 2015 - All rights reserved
</div>
<script src="js/calls.js"></script>
<script type="text/javascript">
loadSpin = true;
homeSetup = true;
</script>
<script src="js/main.js"></script>
<script src="https://benandy.github.io/googleanalytics.js"></script>
</body>
</html>