-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.8 KB
/
index.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
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="application-name" content="Selfie">
<meta name="description" content="How can you photograph something that isn't there?">
<meta name="subject" content="Artistic expression of the vain nature of selfies">
<meta name="rating" content="General">
<link href="https://jessetg.github.io" rel="me" type="text/html">
<link href="https://cdn.jsdelivr.net/pure/0.6.0/pure-min.css" rel="stylesheet">
<link href="https://use.fontawesome.com/46183540b3.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.1.0.slim.min.js"></script>
<script src="js/modernizr-custom.js"></script>
<script src="js/selfie.js"></script>
<title>Selfie - How can you photograph something that isn't there?</title>
</head>
<body>
<header>
<h1>Selfie</h1>
<h2>How can you photograph something that isn't there?</h2>
<noscript><strong>You need JavaScript to see this work in action.</strong></noscript>
</header>
<main>
<div id="background">
<div id="jesse" ></div>
</div>
<div class="pure-g">
<div class="pure-u-1">
<button id="like" class="pure-button pure-button-primary" type="button"><i class="fa fa-thumbs-o-up"></i> Like</button>
</div>
</div>
</main>
<footer>
<div class="pure-g">
<div class="pure-u-1">
<p>
Created by <a href="https://jessetg.github.io" target="_blank">Jesse Talavera-Greenberg</a>
</p>
</div>
</div>
</footer>
</body>
</html>