-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
39 lines (33 loc) · 1.32 KB
/
Copy pathindex.php
File metadata and controls
39 lines (33 loc) · 1.32 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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tech Query</title>
<link rel="stylesheet" href="css/langingPage.css">
<link rel="stylesheet" href="css/header.css">
<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=DM+Serif+Display:ital@0;1&family=Rubik+Doodle+Shadow&display=swap"
rel="stylesheet">
</head>
<body>
<?php include "includes/header.php"; ?>
<main>
<div class="grid">
<div class="headingtxt center">
<h1>Tech Query-HuB</h1>
</div>
<div class="desctext center">
<h3>Empowering knowledge exchange, our platform fosters collaboration and problem-solving. Join a
community driven by curiosity and expertise. Welcome to the future of learning.</h3>
</div>
<div class="btns center">
<button class="btn" onClick="window.location.href = `getStarted.php` ">Get started</button>
<a class="btn2" href="https://github.com/manish-107">Lets Connect</a>
</div>
</div>
</main>
</body>
</html>