-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (72 loc) · 3.03 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
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
79
80
81
82
83
84
<!DOCTYPE HTML>
<html>
<head>
<title>Games portfolio by Alejandro Rojas</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#" class="icon solid fa-eye"><span>Coca Cola</span></a>
<a href="#work" class="icon solid fa-star"><span>Cartas Mobil</span></a>
<a href="#Nestle" class="icon solid fa-heart"><span>Nestle Game</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- CocaCola -->
<article id="home" class="panel intro">
<header>
<h1>Zombies Game for Coca Cola Zero</h1>
<p>Escape from zombies and collect Coca-Cola Zero to survive!</p>
<section style="font-size: 0.7em;">Escapa de los zombies y recoge Coca-Cola Zero para sobrevivir!</section>
<a href="https://alejandrorojmu.github.io/juegos.github.io/ZombiesCocaCola/">Play Now</a>
</header>
<a href="https://alejandrorojmu.github.io/juegos.github.io/ZombiesCocaCola/" class="jumplink pic">
<img src="images/mygame1.png" alt="" />
</a>
</article>
<!-- Mobil -->
<article id="work" class="panel intro">
<header>
<h1>Memory game for Mobil Terpel</h1>
<p>Match the pairs of different presentations of Aceite Mobil Terpel for motorcycles.</p>
<section style="font-size: 0.7em;">Encuentra los pares de las presentaciones de Aceite Mobil Terpel para motos.</section>
<a href="https://alejandrorojmu.github.io/juegos.github.io/ADNmemoria/">Play Now</a>
</header>
<a href="https://alejandrorojmu.github.io/juegos.github.io/ADNmemoria/" class="jumplink pic">
<img src="images/mygame2.png" alt="" />
</a>
</article>
<!-- Nestle -->
<article id="Nestle" class="panel intro">
<header>
<h1>Nestlé Evolucionando Juntos</h1>
<p>Dodge monsters and escape in this thrilling Nestlé game.</p>
<section style="font-size: 0.7em;">Esquiva monstruos y escapa en este emocionante juego de Nestlé.</section>
<a href="##">Play Now</a>
</header>
<a href="##" class="jumplink pic">
<img src="images/mygame3.png" alt="" />
</a>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="copyright">
<li>Designed and developed <a href="https://x.com/alejandrorojmu">Alejandro Rojas</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>