-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (69 loc) · 3.44 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
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119544038-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119544038-1');
</script>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>DevOps-Talks</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">DevOps Talks</h1>
<h3> <span> Open source community for DevOps </span>,<a class="smoothscroll" href="#about"></a>
<a class="smoothscroll" href="#about"></a>.</h3>
<hr />
<ul class="social">
<li><a href="https://www.facebook.com/Devops-Talks-166186457398131/"><i class="fa fa-facebook-square"></i></a></li>
<li><a href="https://twitter.com/devops_talks"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/devops_talks/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://join.slack.com/t/devops-talks/shared_invite/enQtMzQ4MDkzOTU1MTg0LTdlMGJiOTFhN2VmYWZlZGUwYWE4NTY3MzRjYWY1NDVmY2RlZDBiYTA4MTdjYTg1Y2YxMWJiNjU4NTAzOGIyM2M"><i class="fa fa-slack"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://medium.com/devops-talks"><i class="fa fa-medium"></i></a></li>
</ul>
</div>
</div>
</header> <!-- Header End -->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>