-
Notifications
You must be signed in to change notification settings - Fork 0
/
Color.html
83 lines (68 loc) · 3.3 KB
/
Color.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
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
<!DOCTYPE html>
<!-- Schuyler Meyer Website 2.0 -->
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YMYCWX2SRC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YMYCWX2SRC');
</script>
<meta charset="UTF-8">
<meta name="description" content="Schuyler Meyer /\\ SchuyTyr Media — Photography, Animation, Game Developer, VR, Software Engineering, Web Development, IT Support Services">
<meta name="keywords" content="Photography,Digital Art,Game Design,VR,Software,Engineering,Animation,Schuyler Meyer,Schuyler,Meyer,Skyler,SchuyTyr,SchuyTyr Art,SchuyTyr Media,Design,Developer,IT Support Services,Millbrook,NY,Hudson Valley,Berkshires,CT">
<meta name="author" content="Schuyler Meyer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<meta name="twitter:card" content="summary_large_image"><!-- required -->
<meta name="twitter:site" content="@schuylermeyer24"><!-- required -->
<meta name="twitter:creator" content="@schuylermeyer24"><!-- optional -->
<meta name="twitter:title" content="Schuyler Meyer /\\ SchuyTyr Media"><!-- required -->
<meta name="twitter:description" content="Photography, Animation, Game Developer, VR, Software Engineering, Web Development, IT Services"><!-- optional -->
<meta name="twitter:image" content="https://www.schuylermeyer.com/src/img/TwitPhoto_2x1.jpg"><!-- optional -->
<meta name="twitter:image:alt" content="Schuyler Meyer /\\ SchuyTyr Media"><!-- optional -->
<title>SM - Color</title>
<link href="stylesSM.css" rel="stylesheet">
<link href="stylesSM2.css" rel="stylesheet">
<link href="src/icons/SMLogo2022.ico" rel="shortcut icon">
<!-- Fonts -->
<link rel="stylesheet" href="https://use.typekit.net/ozq0omu.css"> <!-- Adobe font - nasalization -->
<!-- End Fonts -->
</head>
<body class="bod" style="background: none;">
<main id="main-main" style="background: none;">
<br>
<div><a href="index.html" class="homeLink" title="Go home">HOME</a></div>
<!--<br>-->
<div class="title" style="text-decoration: none;"><span class="titleBack"> Color </span></div>
<br>
<div>
<label for="colorPicker" class="labelText">
<span class="titleBack"> Choose a background color </span>
</label>
<br>
<br>
<input type="color" id="colorPicker" value="#ffffff" title="Pick a color"/>
<div id="colorArrow">⇧</div>
</div>
<br>
<br>
<div class="colorBottom">
<br> < | /\\ | >
© Schuyler Meyer <> 2019 —
<span id="copyright">
<script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script>
</span>
<>
Powered by SchuyTyr <>
<a class="link3" href="sitemap.html" target="_self" title="Sitemap"> Site Map</a>
<>
<a class="link3" href="readmeText.html" target="_self" title="Readme"> <u>README</u> </a>
</div>
</main>
<!-- __________________________________________________________________________ -->
<script src="src/js/colorPicker.js" type="text/javascript"></script>
</body>
</html>