-
Notifications
You must be signed in to change notification settings - Fork 0
/
rocketcast.html
76 lines (72 loc) · 3.78 KB
/
rocketcast.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
<!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>RocketCast</h1>
<h3>UBC Launch Pad</h3>
<h3>2017</h3>
</header>
<div id="navigation">
<div class="row">
<div class="col-6">
<h7><a href="https://itunes.apple.com/ca/app/rocketcast-podcast-player-by-ubclaunchpad/id1176388695?mt=8">APP STORE</a></h7>
</div>
<div class="col-6">
<h7><a href="https://github.com/ubclaunchpad/rocketcast">GITHUB</a></h7>
</div>
</div>
</div>
<div class="section">
<img class="phone-demo" src="assets/rocketcast-main.png" alt="Meal Butler Club">
</div>
<div class="section" id="info">
<div id="info-wrapper">
<p>RocketCast is a podcast player with many great features but still feels familiar. You can download and listen to podcasts anytime, anywhere with up to 3x speed! We built RocketCast to fix some of the pain points of existing applications, and we wanted to learn more about podcasts and AVAudioSession.</p>
</div>
</div>
<footer>
<div class="row" id="contact-links">
<div class="col-12">
<h7><a href="mailto:[email protected]">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>