-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathheader1.php
More file actions
60 lines (58 loc) · 3.48 KB
/
header1.php
File metadata and controls
60 lines (58 loc) · 3.48 KB
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
<?php include ("db.php");
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>Development | DevelopHowTo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1"><!-- Place favicon.ico in the root directory -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,300,400,700,900" rel="stylesheet"><!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet"><!-- themeforest:css -->
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/dashcore.min.css"><!-- endinject -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '413502442771489');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=413502442771489&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- ./Main navigation -->
<nav class="navbar navbar-expand-md navigation sidebar-left main-nav fixed-top">
<div class="container"><button class="navbar-toggler" type="button"><span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a href="./" class="navbar-brand">
<!-- <img src="img/logo-light.png" alt="Dashcore" class="logo logo-sticky d-block d-md-none">
<img src="img/logo.png" alt="Dashcore" class="logo d-none d-md-block"> -->
<img src="img/favicon.ico" alt="Dashcore" class="logo logo-sticky d-block d-md-none">
<img src="img/logo-big1.png" alt="Dashcore" class="logo d-none d-md-block"></a>
<div class="collapse navbar-collapse ml-auto">
<div class="sidebar-brand"><a href="./"><img src="img/logo.png" alt="Dashcore Template" class="logo"></a></div>
<ul class="nav navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="./">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="./teams.php">Team</a></li>
<li class="nav-item"><a class="nav-link" href="events.php">Events</a></li>
<li class="nav-item"><a class="nav-link" href="contact.php">Contact</a></li>
<li class="nav-item"><a class="nav-link" target="_blank" href="https://acquirehowto.com/">Blog</a></li>
</ul><span class="navbar-divider"></span>
</div>
</div>
</nav>