-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 1.47 KB
/
index.html
File metadata and controls
42 lines (40 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="./public/images/favicon.png">
<link rel="stylesheet" href="./public/css/index.css">
<title>Better Code</title>
</head>
<body>
<div class="container">
<div class="logo">
<img src="./public/images/logo.png" alt="Better Code" class="logo-img">
</div>
<div class="phrase">
<h1 class="phrase-context">
Make Things Better
</h1>
</div>
</div>
<footer class="site-footer">
<div class="social-networks">
<a href="https://www.facebook.com/BetterCodeHQ" class="facebook">
<img src="./public/images/facebook.png" alt="" class="facebook-icon">
</a>
<a href="https://twitter.com/BetterCodeHQ" class="twitter">
<img src="./public/images/twitter.png" alt="" class="twitter-icon">
</a>
</div>
</footer>
<script>
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73056586-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>