-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 1.75 KB
/
index.html
File metadata and controls
50 lines (42 loc) · 1.75 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
<!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">
<title>planoCode</title>
<meta name="description" content="planoCode">
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">planoCode</span>
<span class="site-description">Software Company</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="mailto:info@planocode.com"><i class="icon fa fa-envelope"></i></a>
<a aria-label="Github" target="_blank" href="https://github.com/PlanoCode" title="PlanoCode Github"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
<a aria-label="Privacy Policy" target="_blank" href="privacy/" title="Privacy Policy"><i class="fa-solid fa-gavel icon fa"></i></a>
</div>
<div class="header-links">
</div>
</div>
</div>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="/assets/js/sweet-scroll.min.js"></script>
<script src="/assets/js/main.js"></script>
<!-- Google Analytics -->
<script>
var dnt = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
if (dnt != "1" && dnt != "yes") {
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
}
</script>
</body>