-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
53 lines (52 loc) · 2.75 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
<!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">
<title>coFind</title>
<meta property="og:image" content="https://camo.githubusercontent.com/a0aed216d1002fe3baa9c81e293d4faa8512fa9625b655f63a9deb9295dd3377/68747470733a2f2f636c6f75642d326d6b7675627a64752d6861636b2d636c75622d626f742e76657263656c2e6170702f30696d6167652e706e67" />
<meta property="og:title" content="coFind" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="co-Find is a place where the individuals can find other individuals for their work." />
<meta property="og:description" content="co-Find is a place where the individuals can find other individuals for their work." />
<link rel="canonical" href="https://co-find.netlify.app/" />
<meta property="og:url" content="https://co-find.netlify.app/" />
<meta property="og:site_name" content="coFind" />
<link rel="shortcut icon" href="https://assets.website-files.com/5e51c674258ffe10d286d30a/5e535a83d3992372c25556b9_peep-76.svg" type="image/x-icon">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0GHCST00CK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0GHCST00CK');
</script>
</head>
<body>
<!-- Nav bar -->
<nav class="navbar">
<a class="navbar-logo" href="https://saswatsamal.is-a.dev/">Saswat Samal</a>
<a class="navbar-add btn btn-white" href="https://github.com/saswatsamal/coFind/blob/main/AddYourself.md" target="blank">Add yourself</a>
</nav>
<!-- Landing -->
<div class="landing-page">
<img src="https://assets.website-files.com/5e51c674258ffe10d286d30a/5e535a83d3992372c25556b9_peep-76.svg" alt="">
<!-- Image Credits openpeeps.com -->
<div class="heading">
<div class="title">coFind</div>
<p>Find your co-mates to help you!</p>
</div>
<div class="buttons">
<a href="./meet.html" class="btn btn-white ">Explore</a>
</div>
</div>
<!-- Footer -->
<footer class="footer" style="position: fixed;">
<div class="footer-text">An Open Sourced Project made by <a href="https://saswatsamal.is-a.dev/">Saswat Samal .</a></div>
</footer>
<script src="./js/script.js"></script>
</body>
</html>