Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dang Quang committed Jan 31, 2024
0 parents commit ff1a02c
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 0 deletions.
Binary file added img/habit-run.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/timi_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<html lang="en">

<head>
<meta charset="utf-8">
<meta name='viewport' content="width=device-width, initial-scale-1">

<!-- Title Go Here -->
<title> Tramkam </title>
<!-- Title -->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-196668028-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-196668028-1');
</script>

</head>

<body>
<div class="container">
<div class="topbar">
<div class="container-fluid">
<div class="row justify-content-between">
<div class="col-2">
<img class='logo' src="img/logo.png">
</div>
<div class="col-6">
<a href="https://timistudio.dev/">
<img class="float-right" src="img/timi_logo.png">
</a>
</div>
</div>
</div>
</div>
<div class='content'>
<div class="container-fluid">
<div class='row'>
<div class="col-6">
<h1 class="leader scan-text">
Scan with expo
</h1>
<div class="row">
<div class="col-6">
<img class="w-100 mx-auto d-block img-fluid" src="img/android.png" />
<h2 class="text-center text-margin">
Android
</h2>

<!-- Store url go here -->
<a href='https://1.envato.market/M3KWM'>
<!-- Store url go here -->

<button id='buy' type="button" class="btn btn-dark btn-block">
<div class="row justify-content-center align-items-center">
<img src="img/icon.png" />
<p>Buy Now</p>
</div>
</button>
</a>
</div>
<div class="col-6">
<img class="w-100 mx-auto d-block img-fluid" src="img/ios.png" />
<h2 class="text-center text-margin">
IOS
</h2>
<a href="https://1.envato.market/1YaMm">
<button id='portfolios' type="button" class="btn btn-light btn-outline btn-block">
<p>
My Portfolios
</p>
</button>
</a>
</div>
</div>
</div>
<div class="col-6">
<div class="container-fluid">
<img class="img-fluid" src="img/image.png">
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container-fluid banner">
<a href="https://play.google.com/store/apps/details?id=dev.timistudio.habitrun" target="_blank">
<img class="img-fluid mx-auto d-block" src="img/habit-run.gif" alt="Runner Habbit" width="800" />
</a>
</div>
<div class="container-fluid">
<a href="https://1.envato.market/c/370045/523007/4415" target="_top" id="523007">
<img class="mx-auto d-block" src="//a.impactradius-go.com/display-ad/4415-523007" alt="" width="970"
height="90" />
</a>
<img height="0" width="0" src="https://1.envato.market/i/370045/523007/4415"
style="position:absolute;visibility:hidden;border-width: 0;" />
</div> -->
<div
class="container-fluid"
style="display: flex; align-items: center; justify-content: center;"
>
<a href="https://namecheap.pxf.io/c/370045/1448333/5618" target="_top" id="1448333">
<img
src="http://a.impactradius-go.com/display-ad/5618-1448333"
border="0" alt="" width="728" height="90"/>
</a>
<img height="0" width="0" src="https://namecheap.pxf.io/i/370045/1448333/5618" border="0" />

<!-- <h2>CHANGE LOGS</h2>
</div> -->
</body>

</html>
73 changes: 73 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.imgfluid {
max-width: "100%";
height: auto;
}
.logo {
width: auto;
height: 80;
}

.float-right{
width: 60px;
height: 60px;
object-fit: contain;
}

.topbar .container-fluid {
border-bottom: 1px solid;
border-color: #f5f6f7;
padding-top: 32px;
padding-bottom: 32px;
}

.content .container-fluid {
padding: 1rem;
}
.text-margin {
margin-top: 1rem;
margin-bottom: 1rem;
}
.scan-text {
margin-bottom: 1rem;
}

.btn {
border-radius: 40px;
border-color: #353535;
height: 72;
}

.btn-dark {
background: #353535;
border-radius: 40px;
}
.btn-dark img {
width: 32;
height: 32;
}

.btn-light {
border-width: 2;
}

.btn-light p {
color: #353535;
}

h1,
h2 {
color: #414742;
font-weight: bold;
font-family: "Roboto", sans-serif;
}

p {
font-weight: bold;
margin-bottom: 0;
margin-left: 1rem;
font-family: "Roboto", sans-serif;
}

.banner {
margin-bottom: 24;
}

0 comments on commit ff1a02c

Please sign in to comment.