-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href='./playStore-icon-screenshots/mascConverter-playstore-icon.png' />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>Masc Converter App</title>
</head>
<body>
<div class="wrapper-app">
<header class="header">
<div class="header__brand">
<a href="./"><img class="header__img" src="./playStore-icon-screenshots/mascConverter-playstore-icon.png" alt="App logo"></a>
</div>
<div class="header__policy">
<nav class="header__nav">
<ul class="header__ul">
<li class="header__item-link"><a href="./privacy-policy.html">Privacy policy</a></li>
</ul>
</nav>
</div>
</header>
<main class="main">
<div class="main__container">
<div class="main__left-content">
<h1>Masc Converter</h1>
<p>Unit conversion has never been so easy. Masc Converter give you the facility to convert inches into cubic feet in an easy, elegant and a quick way.</p>
<em>Perfect for furniture appraiser and personal use.</em>
</div>
<div class="main__right-appImg">
<img src="./playStore-icon-screenshots/MascConverter-mobil-1.jpeg" alt="Aplication image">
</div>
</div>
</main>
<footer class="footer">
<a href="https://github.com/melvinsantanac/melvinsantanac">Melvin Santana ©</a>
</footer>
</div>
</body>
</html>