forked from microsoft/pxt-arcade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocean.html
70 lines (68 loc) · 3.71 KB
/
ocean.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>MakeCode Arcade Game Jam</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://arcade.makecode.com/gamejam">
<meta name="twitter:title" content="MakeCode Arcade Ocean Jam">
<meta name="twitter:site" content="@MsMakeCode">
<meta name="twitter:creator" content="@MsMakeCode">
<meta name="twitter:description" content="A MakeCode Arcade game jam featuring games about the ocean! Fishing, swimming, or pirates--any sea-themed adventure counts.">
<meta name="twitter:image" content="/static/gamejam/jams/ocean/assets/preview.png">
<meta name="viewport" content="width=device-width,height=device-height,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<link rel="stylesheet" href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
<link rel="stylesheet" href="/static/gamejam/lib/gamejam.css">
<link rel="stylesheet" href="/static/gamejam/jams/ocean/style.css">
<script type="text/javascript">
window.pxtSkipAnalyticsCookie = true;
</script>
</head>
<body>
<div class="hero">
<div class="banner"><img class="top" src="/static/gamejam/jams/ocean/assets/banner.png" /></div>
</div>
<div class="checker"></div>
<div class="content winners">
<h1>MakeCode Arcade Game Jam</h1>
<div class="segment">
<p>
Welcome to the 5th Official Microsoft MakeCode Game Jam! This is a fun
competition where you can pit your game development skills against
others to build a game using <a href="https://arcade.makecode.com">MakeCode Arcade</a>,
a game engine for retro pixel-art games that run in the browser
or on handheld game devices.
</p>
<div id="timer"></div>
</div>
<div class="segment">
<div id="rules"></div>
</div>
<div class="segment submit">
<h2>Submit</h2>
<p>You can submit your game either through Microsoft Forms or itch.io.</p>
<div class="actions">
<a class="button" href="https://itch.io/jam/makecode-arcade-ocean-jam" target="_blank" rel="noopener noreferrer">Submit on itch.io</a>
<a class="button" href="https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRwCR4NjxcfdOtFyUg9uownpUQkJXSFEyM0pNQUdBOTU5MlNWWlFFTUM5UC4u" target="_blank" rel="noopener noreferrer">Submit with Forms</a>
</div>
</div>
<div class="segment gallery">
<h2>Gallery</h2>
<p class="description">Check out the submitted games!</p>
<div id="gallery"></div>
</div>
</div>
<!-- @include tracking.html -->
<!-- @include tickevent.html -->
<!-- @include thin-footer.html -->
<script type="text/javascript"
src="https://pxt.azureedge.net/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"></script>
<script type="text/javascript"
src="https://pxt.azureedge.net/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"></script>
<script src="/static/gamejam/lib/gamejam.js"></script>
<script>
getInfo("/static/gamejam/jams/ocean/info.json");
</script>
</body>
</html>