-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmemory-overflow.ejs
38 lines (26 loc) · 1.77 KB
/
memory-overflow.ejs
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
<% title('What is it') -%>
<% include features/common/header -%>
<div class="body-content-container">
<div class="city"></div>
</div>
<article class="body-page">
<h1><%= __('Memory Overflow') %></h1>
<p><%- __('Memory Overflow is a %sTOTALLY FREE%s card game designed by developers for developers.', '<strong>', '</strong>') %></p>
<p><%= __('You will find here all the resources to be able to play with other developers and become THE Developer Master.') %></p>
<h2><%= __('How to play?') %></h2>
<p><%= __('Memory Overflow is a card game where two players battle to control The Machine. The first to reach the specific number requested by The Machine wins. Be careful, if your number is larger than the requested number, The Machine destroys you instantly. It\'s called the Memory Overflow.') %></p>
<ul>
<li><a href="story.html"><%= __('Read the game story') %></a></li>
<li><a href="game-rules.html"><%= __('Learn the rules') %></a></li>
<li><a href="#"><%= __('Print your cards') %></a></li>
</ul>
<h2><%= __('The project') %></h2>
<p><%= __('The project is maintened by an enthusiast community of Special Agents working for The Machine. They work together on enhancing the game by making new cards, templates and more on GitHub.') %></p>
<ul>
<li><a href="contribute.html"><%= __('Join the C.A.M. and be part of the community') %></a></li>
<li><a href="https://gitter.im/CodeCorico/MemoryOverflow" target="_blank"><%= __('C.A.M. Discussion chat') %></a></li>
<li><a href="https://github.com/CodeCorico/MemoryOverflow" target="_blank"><%= __('GitHub project') %></a></li>
<li><a href="https://twitter.com/CodeCoricoTeam" target="_blank"><%= __('The CodeCorico team Twitter') %></a></li>
</ul>
</article>
<% include features/common/footer -%>