-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindexTemplate.html
More file actions
84 lines (73 loc) · 2.49 KB
/
indexTemplate.html
File metadata and controls
84 lines (73 loc) · 2.49 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
<link href="https://fonts.googleapis.com/css2?family=Graduate&display=swap" rel="stylesheet">
<head>
<title>$title$</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- google analytics tags-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-215620181-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-215620181-1');
</script>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src = $profileImage$ alt="" /></span>
<h1>$subtitle$</h1>
<ul class="icons">
<li><a href="https://www.facebook.com/arjacentprojects" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/arjacentprojects/" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:arjacentprojects@outlook.com" class="icon style2 fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</header>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<!-- Thumbnails -->
<section class="thumbnails">
<div>
<a href= $image1test$ >
<img src=$thumbs1test$ alt="" />
<h3>$imagehead1$</h3>
</a>
</div>
<div>
<a href=$image2test$>
<img src=$thumbs2test$ alt="" />
<h3>$imagehead2$</h3>
</a>
<a href = $image3test$>
<img src=$thumbs3test$ alt="" />
<h3>$imagehead3$</h3>
</a>
</div>
<div>
<a href = $image4test$>
<img src = $thumbs4test$ alt="" />
<h3>$imagehead4$</h3>
</a>
</div>
</section>
<body>$body$</body>
<!-- Footer -->
<div><footer id="footer">
<p>© Developed by <a href="https://davan690.github.io/">Anthony Davidson</a>.
</footer></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</html>