-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (158 loc) · 5.84 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html>
<head>
<!-- <meta name ="desctiption" content ="IsmaGames create games and interactive experiences">
<meta name ="keywords" content ="IsmaGames,videogames,indie,MineSweeper">
<meta charset = "utf-8">
-->
<meta name ="viewport" content = "width=device-width,initial-scale=1">
<title>IsmaGames</title>
<script src="https://kit.fontawesome.com/1a5e1b48ba.js" crossorigin="anonymous"></script>
<link rel="short icon" href="img/favicon.svg">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class = "container">
<a href="index.html" > <img src="img/logo.svg" class="logo"> </a>
<nav>
<a href="#inicio">HOME</a>
<a href="#games">GAMES</a>
<a href="#nosotros">ABOUT</a>
<a href="#galeria">GALLERY</a>
<a href="#contacto">CONTACT</a>
</nav>
<a href="#" class="hambur"><i class="fas fa-bars"></i></a>
</div>
</header>
<main>
<section id="inicio">
<img src="img/bannerprincipal1.svg">
<div class = "container bloque-banner">
<h1>IsmaGames!</h1>
<p>We make games and interactive experiences</p>
<a href="#nosotros" class="boton boton-blanco">Lern more</a>
</div>
</section>
<section id="nosotros" >
<div class ="section">
<div class = "container">
<h1>About</h1>
<p>IsmaGames was created by Ismael LB a small indie dev who wants to make games and enjoy developing. I'm passionate about creating things; to see how my work comes to life and programming gives me just that. This feeling of crating products and experiences that others can interact with and enjoy that's what motivates me.</p>
<p>I started this journey around 2 years ago when I was about to graduate from high school, self-learning about programming and game dev. I find this world amazing and start investing more time in it. Enjoy my work!</p>
</div>
</div>
<!-- <div>
<iframe class="embed" src="https://editor.p5js.org/IsmaelLB/embed/TpSNzL5OC" onmouseover="this.contentWindow.focus();"></iframe>
</div> -->
</section>
<section id="games" class="section">
<div class = "container">
<h1>Games</h1>
<div class = "row">
<div class="col col-33 col-mobile-100 col-tablet-50">
<div class="bloque-game">
<div class="img-game"> <img src="img/minesweeper.png"></div>
<div class="contenido-game">
<h3>MineSeWeeper!</h3>
<p>The Classic MineSweeper for movile devices</p>
<p class="more">-> <a href="https://play.google.com/store/apps/details?id=com.IsmaLB.Bucaminas&hl=en_US" target="_blank">More!</a></p>
</div>
</div>
</div>
<div class="col col-33 col-mobile-100 col-tablet-50">
<div class="bloque-game">
<div class="img-game"> <img src="img/burrow.png"></div>
<div class="contenido-game">
<h3>Burrow</h3>
<p>What's a burrow? You shoud play this small game made during a game jam</p>
<p class="more">-> <a href="https://ismagames.itch.io/burrow" target="_blank">More!</a></p>
</div>
</div>
</div>
<div class="col col-33 col-mobile-100 col-tablet-50">
<div class="bloque-game">
<div class="img-game"> <img src="img/keepdistance.png"></div>
<div class="contenido-game">
<h3>Keep Distance!</h3>
<p>Try to keep distance while hepling others</p>
<p class="more">-> <a href="https://ismagames.itch.io/keep-distance" target="_blank">More!</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="galeria" class="section">
<div class = "container-fluid">
<div class = "row">
<div class="col col-33 col-mobile-50">
<div class="cuadrado-perfecto">
<img src="img/galeria1.png">
<h3>Hey</h3>
</div>
</div>
<div class="col col-33 col-mobile-50">
<div class="cuadrado-perfecto">
<img src="img/galeria2.png">
<h3>do</h3>
</div>
</div>
<div class="col col-33 col-mobile-50">
<div class="cuadrado-perfecto">
<img src="img/galeria3.jpg">
<h3>you</h3>
</div>
</div>
<div class="col col-33 col-mobile-50 pixel-art">
<div class="cuadrado-perfecto">
<img src="img/galeria4.gif">
<h3>want</h3>
</div>
</div>
<div class="col col-33 col-mobile-50">
<div class="cuadrado-perfecto">
<img src="img/galeria5.png">
<h3>more</h3>
</div>
</div>
<div class="col col-33 col-mobile-50 pixel-art">
<div class="cuadrado-perfecto">
<img src="img/galeria6.gif">
<h3>?</h3>
</div>
</div>
</div>
</div>
</section>
<section id="contacto" class="section">
<div class = "container">
<h1>Contact</h1>
<h4>We want to hear from you! Please send us an email: <a href="mailto:[email protected]">[email protected]</a></h4>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col col-50">
<a class="home-bt" href="index.html"><img src="img/logotransparente.svg" class="logo"></a>
</div>
<div class="col col-50 redes">
<!-- <a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a> -->
<a href="https://ismagames.itch.io/" target="_blank"><i class="fab fa-itch-io"></i></a>
<div class="pie">
© All Rights Reserved
</div>
</div>
</div>
</div>
</footer>
</main>
<script src="js/jquery.js"></script>
<script src="js/funciones.js"></script>
</body>
</html>