-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
58 lines (50 loc) · 2.59 KB
/
gallery.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
51
52
53
54
55
56
57
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MAgPIE</title>
<meta
content="Just another enthusiastic web developer / photographer who's seeking to achieve greatness in his work. Here is my portfolio showcasing some of the noteworthy work I've done during my time in the industry. Learn a little about me."
name="description">
<meta
content="MAgPIE, photography, web development, novacoax, Hugh, Herschell, Hugh Herschell, Hughherschell, portfolio, hireable"
name="keywords">
<meta name="google-site-verification" content="Rmpgo2TO84BBRjKd8aIhqJ0jRzueHAqodE-15ZoWhbk" />
<!-- Pinterest -->
<meta name="p:domain_verify" content="8aafedd0e575e20fad4cfc60b457b3e9" />
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="assets/css/lightbox.css" rel="stylesheet" />
<link href="assets/css/styles.css" rel="stylesheet">
<!-- Favicons -->
<link href="assets/images/favicon.ico" rel="icon">
<link href="assets/images/favicon.ico" rel="apple-touch-icon">
</head>
<body class="body-color text-white font-Lato">
<nav class="fixed top-0 w-full bg-gray-950 h-7 sm:h-12 flex pl-3 py-1">
<a href="index.html" class="h-full">
<img src="assets/images/MAGPIE logo-white.png" class="h-full" alt="logo">
</a>
<p class="font-Yeseva m-auto text-base sm:text-xl">MAgPIE gallery</p>
</nav>
<section class="mt-[36px] sm:mt-[56px] gallery grid grid-flow-dense grid-cols-4 sm:grid-cols-6 md:grid-cols-7 lg:grid-cols-10 m-2 sm:m-4 gap-3 overflow-clip ">
</section>
<div class="h-1 m-2"></div>
<script src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollTrigger/1.0.5/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected]/bundled/lenis.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/gallery.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6STV1XZBWR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-6STV1XZBWR');
</script>
</body>
</html>