-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (27 loc) · 1.24 KB
/
index.html
File metadata and controls
37 lines (27 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Simple. Secure. Open. Android apps built with love.">
<title>OneDroid</title>
<link rel="stylesheet" href="./assets/css/global.css">
<link rel="icon" type="image/svg+xml" href="./assets/icons/favicon.ico">
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Roboto+Mono:wght@400;500;700&display=swap"
rel="stylesheet">
<script src="./assets/js/components.js" defer></script>
</head>
<body>
<site-nav root="./"></site-nav>
<div class="container main-content">
<hero-section root="./" page="home"></hero-section>
<div class="section-label" id="apps">PROJECTS</div>
<project-carousel root="./"></project-carousel>
</div>
<site-footer></site-footer>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="tawhidmonowar" data-description="Support me on Buy me a coffee!" data-message="" data-color="#5F7FFF"
data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</body>
</html>