"instagram"
Bootstrap 3.3.0 Snippet by evarevirus

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div id='nav-container'>
<div id='navbar'>
<div id='left'>
<a href='#'><img src='https://5a5a57ff32a328601212-ee0df397c56b146e91fe14be42fa361d.ssl.cf1.rackcdn.com/icon/instagram_logos_glyph/03H5cHNMt-Jni4pe9u+7/glyph-logo_May2016_200.png' id='logo-icon'></a>
<a href='#'><img src='https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Instagram_logo.svg/2000px-Instagram_logo.svg.png' id='logo-name'></a>
</div>
<div id='center'><input id="input-field" type="text" placeholder='Search' style="text-align: center"></div>
<div id='right'>
<a href='#'><img src='http://freeiconbox.com/icon/256/23228.png' class='nav-icon'></a>
<a href='#'><img src='http://image.flaticon.com/icons/png/128/126/126471.png' class='nav-icon'></a>
<a href='#'><img src='http://www.iconsfind.com/wp-content/uploads/2015/11/20151128_56592ddb44f95-210x210.png' class='nav-icon'></a>
</div>
</div>
</div>
<div class="main-body"></div>
<div id='footer'>
<a href='#'>ABOUT US</a>
<a href='#'>SUPPORT</a>
<a href='#'>BLOG</a>
<a href='#'>PRESS</a>
<a href='#'>API</a>
<a href='#'>JOBS</a>
<a href='#'>PRIVACY</a>
<a href='#'>TERMS</a>
<a href='#'>DIRECTORY</a>
<a href='#'>LANGUAGE</a>
<span id='copyright'>© 2016 INSTAGRAM</span>
</div>
<script>
let jsonURL = "https://codesmith-precourse.firebaseio.com/instagram/-JqL35o8u6t3dTQaFXSV.json";
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
body {
margin: 0;
background: #fbfbfb;
}
a {
text-decoration: none;
color: black;
}
#nav-container {
width: 100%;
text-align: center;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 70px;
background: white;
}
#navbar {
min-width: 500px;
max-width: 1000px;
margin: 0 auto;
padding: 25px 0 25px 0;
}
#left {
float: left;
width: 200px;
height: 20px;
}
#center {
display: inline-block;
margin: 0 auto;
min-width: 600px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: