-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmeet.html
58 lines (56 loc) · 3.45 KB
/
meet.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
<!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>Explore | coFind</title>
<meta property="og:image" content="https://cloud-9k1zwxflo-hack-club-bot.vercel.app/0image.png" />
<meta property="og:title" content="Explore | 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="Explore | 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>
<!-- Header -->
<div class="header">
<h2>Find <span class="typewrite" data-period="1000" data-type='[ "Web Developers", "Designers", "ML Experts", "Backend Developers", "many more.." ]'></span>.</h2>
<!-- Search box -->
<form action="">
<input type="text" name="search" placeholder="Search" id="inputField">
<svg class="search-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" ><path d="M19.023 16.977a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.962 6.962 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392.604.646 2.121-2.121-.646-.604c-.379-.372-.885-.866-1.391-1.36zM9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z"></path></svg>
</form>
<a href="./index.html">
<button class="btn btn-white back-btn">Back Home</button></a>
</div>
<!-- People -->
<div id="app" class="profile">
<!-- Profile Cards here -->
</div>
<!-- Footer -->
<footer class="footer">
<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/data.js"></script>
<script src="./js/script.js"></script>
</body>
</html>