-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (53 loc) · 2.87 KB
/
Copy pathindex.html
File metadata and controls
60 lines (53 loc) · 2.87 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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'/>
<meta name="description" content="Portfolio for Artists, Photographers, and so much more."/>
<!--REMOVE BEFORE RELEASE-->
<!--<meta name="robots" content="noindex"/>-->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="animate.css">
<link href="style.css" rel="stylesheet" type="text/css">
<link href='custom.css' rel='stylesheet' type='text/css'>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@lavalampwd">
<meta name="twitter:title" content="Art Name">
<meta name="twitter:description" content="Here it is">
<meta name="twitter:creator" content="@alprazoslam">
<meta name="twitter:image" content="https://lavalampwebdesign.com/artemis/art/character-design_1556934813.jpg">
<meta name="twitter:domain" content="lavalampwebdesign.com/artemis">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials-theme-plain.css" />
<title>Artemis</title>
</head>
<body>
<div id='nav'>
<span id="logo"><img src="logo.png"/></span>
<span id="links">
<span class="link">
</span>
</span>
</div>
<div id='gallery'></div>
<div id='shares'></div>
<div id='overlay'></div>
<div class='arrow' id='leftArrow'><i class="fas fa-arrow-left"></i></div>
<div class='arrow' id='rightArrow'><i class="fas fa-arrow-right"></i></div>
<div id="contactPage">
<div id="aboutImage"></div>
<h1 id='contactText'>Lava Lamp Web Design did a great job making this website!</h1>
<a href='commissions/' id='commissionLink'>Order a Commission</a>
</div>
<script src="gallery.js"></script>
</body>
</html>