-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (44 loc) · 1.55 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117773670-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117773670-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" type="text/css" /><script src="js/main.js"></script>
</head>
<body>
<div class="topnav" id="topnavbar">
<a href="index.html">Home</a>
<a href="single.html">Single</a>
<a href="batch.html">Batch</a>
<a class="active" href="about.html">About</a>
<a href="contact.html">Contact</a>
<a class="icon" href="javascript:void(0);" onclick="navigationBar()">☰</a>
</div>
<div class="main-body">
<h1><b>About Me</b></h1>
<h3>This page is currently a work in progress.</h3>
</div>
<script type="text/javascript">
google_ad_client = "ca-pub-6188426460322563";
google_ad_slot = "4338322880";
google_ad_width = 336;
google_ad_height = 280;
</script>
<!-- Email Saga Square -->
<script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div class="footer">
<!--footer text here-->
</div>
</body>
</html>