-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en" style="height: 100%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Toagames</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header"></header>
<main class="main">
<h1 class="main__title">🌌Toagames</h1>
<div class="main__container">
<div class="main__game">
<img class="game__img" alt="Simón"src="https://2.bp.blogspot.com/-OS6uO4mPiRI/WgHictR7BII/AAAAAAAAYqk/13cZCkLH_8MMpEZgzoiNfQ0o8MpSt6VeACLcBGAs/w1200-h630-p-k-no-nu/simon%2Bdice.jpeg"/>
<div class="game__footer">
<a href="https://github.com/Thiago-cpu/Toagames" target="_blank" class="game__footer--icon"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Feather-logos-github.svg/1024px-Feather-logos-github.svg.png" alt="🐱💻"></a>
<h4 class="game__footer--title">Simón</h4>
<a href="./games/simon/index.html"class="game__footer--icon"><img src="https://www.flaticon.com/svg/static/icons/svg/724/724963.svg" alt="▶"></a>
</div>
</div>
<div class="main__game">
<img class="game__img" alt="Snake"src="https://cms.qz.com/wp-content/uploads/2019/02/RTXLA3F-e1551362816993.jpg?quality=75&strip=all&w=1600&h=900&crop=1"/>
<div class="game__footer">
<a href="https://github.com/Thiago-cpu/Toagames" target="_blank" class="game__footer--icon"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Feather-logos-github.svg/1024px-Feather-logos-github.svg.png" alt="🐱💻"></a>
<h4 class="game__footer--title">Snake</h4>
<a href="./games/snake/index.html"class="game__footer--icon"><img src="https://www.flaticon.com/svg/static/icons/svg/724/724963.svg" alt="▶"></a>
</div>
</div>
<div class="break"></div>
</div>
</main>
<script src="./src/Components/Header.js"></script>
</body>
</html>