-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeetups.html
executable file
·86 lines (58 loc) · 3.37 KB
/
meetups.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="LaravelDelhi is an Open soruce community for Laravel development and brings all open source developer to learn and create stuff for everyone">
<meta name="author" content="LaravelDelhi">
<link rel="shortcut icon" href="img/logo/favicon.png" type="image/x-icon">
<meta name="keyword" content="Laravel, LaravelDelhi, Laravel Meetups, Laravel meetups Delhi, laravel community delhi, laravel open source community, laravel open source meetups, laravel talks, laravelLive India">
<title>All meetups: LaravelLive Delhi</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<meta property="og:title" content="Welcome to LaravelLive Delhi" />
<meta property="og:type" content="landing-page" />
<meta property="og:url" content="https://laravelLiveDelhi.in" />
<meta property="og:image" content="img/logo/laravel-live-delhi.png" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="600" />
<meta property="og:description" content="LaravelDelhi is an Open soruce community for Laravel development and brings all open source developer to learn and create stuff for everyone" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41994368-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-41994368-7');
</script>
<!-- Custom styles for this template -->
<link href="css/landing-page.css" rel="stylesheet">
</head>
<body class="laravel_delhi">
<div id="header">
</div>
<!-- Masthead -->
<header class="page_head text-white text-center">
<div class="container">
<h1 class="t-center">All meetups</h1>
</div>
</header>
<section class="showcase" id="all_meetups">
<p class="text-center mt-5 mb-5"><i class="fas fa-spinner fa-2x fa-spin"></i></p>
<p class="text-center mt-5 mb-5">Please wait..</p>
</section>
<!-- Footer -->
<footer class="footer bg-light" id="footer">
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/laravelDelhi.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us15.list-manage.com","uuid":"a80aa20a6604dcef64860c596","lid":"f56207996e","uniqueMethods":true}) })</script>
</body>
</html>