-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguessagain.html
78 lines (74 loc) · 3.88 KB
/
guessagain.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
<!DOCTYPE html>
<html>
<head>
<title>Milton Leung</title>
<meta charset="UTF-8">
<meta name="description" content="Projects by Milton Leung, a Canadian software developer.">
<meta name="keywords" content="Milton, Leung, Portfolio, Developer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/grid.css">
<link rel="stylesheet" type="text/css" href="css/project.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png?v=pgqWNXLRQe">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png?v=pgqWNXLRQe">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png?v=pgqWNXLRQe">
<link rel="manifest" href="/assets/favicons/manifest.json?v=pgqWNXLRQe">
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg?v=pgqWNXLRQe" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favicons/favicon.ico?v=pgqWNXLRQe">
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml?v=pgqWNXLRQe">
<meta name="theme-color" content="#ffffff">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84476711-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<a href="/"><img class="action-shortcut" src="assets/home.svg" alt="Home"></a>
<header>
<h1>Guess Again!</h1>
<h3>2016</h3>
</header>
<div id="navigation">
<div class="row">
<div class="col-6">
<h7><a href="https://itunes.apple.com/ca/app/guess-again/id1153468701?mt=8">APP STORE</a></h7>
</div>
<div class="col-6">
<h7><a href="https://github.com/miltonleung/GuessAgain">GITHUB</a></h7>
</div>
</div>
</div>
<div class="section">
<img class="phone-demo" src="assets/guess-again-main.png" alt="Guess Again">
</div>
<div class="section" id="info">
<div id="info-wrapper">
<p>Guessing games are the key to a great dinner party and Guess Again is here to impress your guests and have lots of fun! With preloaded lists of over 1200 entries to draw from, and the ability to create your own public or private lists, the entertainment is endless.</p>
<br />
<p id="character-text">Oh and I made all these characters too.</p>
</div>
<img id="guess-again-chars" src="assets/guess-again-chars.png" alt="Guess Again Characters">
</div>
<footer>
<div class="row" id="contact-links">
<div class="col-12">
<h7><a href="mailto:milton.leung96@gmail.com">EMAIL</a></h7>
</div>
<div class="col-12">
<h7><a href="https://github.com/miltonleung/">GITHUB</a></h7>
</div>
<div class="col-12">
<h7><a href="https://www.linkedin.com/in/leungmilton">LINKEDIN</a></h7>
</div>
<div class="col-12">
<h7><a href="https://devpost.com/miltonleung">DEVPOST</a></h7>
</div>
</div>
<p>© Milton Leung 2018</p>
</footer>
</body>
</html>