-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
116 lines (98 loc) · 4.77 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Tech Meetup Website,an event-driven community about software, web and mobile technologies.">
<meta name="keywords" content="Developer, meetup, event, technology, programming, JavaScript, software development">
<meta name="author" content="Algeria Tech">
<title>Tech Meetup</title>
<!-- Bootstrap core CSS -->
<link href="./dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./dist/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="./dist/css/bootstrap-social.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
<link href="css/meetup.css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62122941-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<!-- NAVBAR
================================================== -->
<body>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox" style="min-height:200px">
<div class="item active">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container announcer">
<div class="background-image"></div>
<div class="carousel-caption carousel-caption-first">
<h1>NEXT MEETUP!</h1>
<div id="next-meetup"></div>
<p id="description"></p>
<p id="social-links">
<a href="https://github.com/algeriatech" class="btn btn-social-icon btn-social">
<i class="fa fa-github"></i>
</a>
<a href="https://algeriatech.now.sh" class="btn btn-social-icon btn-social">
<i class="fa fa-slack"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-9" id="content">
<div id="meetups">
<!--<a href="#"><span class="label label-default">Browse the news feed here</span></a>-->
<h2 id="current-agenda">Seen and heard during the meetups</h2>
<ul id="meetup-list" />
</div>
<div id="manifesto"></div>
</div>
<div class="col-lg-3">
<center>
<p id="talk-proposal"></p>
<p></p>
<p><a class="show" href="#manifesto" role="button">The community Guidelines</a></p>
<div id="twitter-integration"></div>
<p><a href="https://github.com/algiers-meetup/algiers-meetup.github.io">Fork me on GitHub</a></p>
</center>
</div>
</div><!-- /.row -->
<!-- FOOTER -->
<footer>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="./dist/bootstrap/js/bootstrap.min.js"></script>
<script src="./dist/yaml/js/esprima.js"></script>
<script src="./dist/yaml/js/js-yaml.min.js"></script>
<script src="js/meetup.js" type="text/javascript"></script>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>