-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetapp.html
35 lines (35 loc) · 1.5 KB
/
getapp.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
<!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="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<div class="get-app">
<div class="get-app__body">
<img class="get-app__logo" src="svg/head-logo.svg" alt="">
<div class="get-app__text">
<p>
Our app offers all of the online-bidding functions available at ineichen.com within the modified and convenient interface, and thanks to instant push notifications you will never miss a chance to win your favorite item!
</p>
</div>
<div class="get-app__links">
<a href="https://apps.apple.com/app/id1624734647" target="_blank">
<img src="img/main/app-ios.png" alt="">
</a>
<a href="https://play.google.com/store/apps/details?id=de.ineichen.app" target="_blank">
<img src="img/main/app-android.png" alt="">
</a>
</div>
</div>
<div class="get-app__footer">
<a href="" class="c-button c-button_blue c-button_outline c-button_full">Visit INEICHEN.COM</a>
</div>
</div>
<script src="js/smooth-scroll.js"></script>
</body>
</html>