-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeetups.html
76 lines (55 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Teen Developerz - Find A Meetup</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Teen Developerz | Official Website">
<meta property="og:description" content="Community for teenage software developers.">
<meta property="og:image" content="images/TeenDeveloperz.png">
<meta name="twitter:title" content="Teen Developerz | Official Website">
<meta name="twitter:description" content="Community for teenage software developers.">
<meta name="twitter:image" content="images/TeenDeveloperz.png">
<meta name="twitter:card" content="images/TeenDeveloperz.png">
<meta name="description" content="Teen Developerz - Community for teenage software developers.">
<link rel="icon" href="images/TeenDeveloperz.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Custom styles -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<footer>
<div class="container">
<p>© Teen Developerz 2018. All Rights Reserved.</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="#page-top" class="js-scroll-trigger">Home</a>
</li>
<li class="list-inline-item">
<a href="privacy.html">Privacy</a>
</li>
<li class="list-inline-item">
<a href="t&c.html">Terms</a>
</li>
<li class="list-inline-item">
<a href="faq.html">FAQ</a>
</li>
</ul>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts -->
<script src="js/script.js"></script>
</body>
</html>