-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 2 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apptify</title>
<link rel="stylesheet" href="style.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-545HBS9Q9K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-545HBS9Q9K');
</script>
<body>
<header class="header">
<div class="heads">
<a href="https://leoyogesh1010.github.io/Apptify/" class="head1">Apptify</a>
<a href="https://leoyogesh1010.github.io/Apptify/" class="head2">.net</a>
</div>
<nav class="nav">
<a href="https://leoyogesh1010.github.io/Apptify/">Home</a>
<a href="https://www.instagram.com/apptify_co/">Contact us</a>
<a href="https://www.instagram.com/apptify_co/">Services</a>
</nav>
</header>
<main>
<div class="circles">
<div class="circle1">
</div>
<div class="circle2">
</div>
</div>
<img src="assets/img1.png" alt="#">
<div class="heads2">
<h1 id="h1">Wanna Build a Website</h1>
<h1 id="h2">for your business?</h1>
</div>
<div class="first 2b">
<a href="https://www.instagram.com/apptify_co/" class="butts">
<button id="b1">Build now</button>
<button onclick="alert('Currently Unavailable')" id="b2">About</button>
</a>
</div>
<div>
<a href="https://www.instagram.com/apptify_co/">
<button onclick="alert('Currently Unavailable')" id="b3">See our previous works</button>
</a>
</div>
<div>
<a href="#" id="Scroll">Scroll here</a>
<img id="chevron1" src="assets/chevron1.png" alt="#">
</div>
</main>
</body>
</html>