-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedImporter.html
executable file
·65 lines (53 loc) · 1.88 KB
/
feedImporter.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
<!DOCTYPE html>
<html>
<head>
<title>Knock Down Bumper Stickers</title>
<meta charset="UTF-8"><meta>
<link rel="icon" href="./images/dryer.png" type="image/png">
<link rel="stylesheet" type="text/css" href="styles/feed.css">
<link rel="stylesheet" type="text/css" href="styles/jamesnowland.css">
<script src="./feedImporter.js"></script>
<!-- <button onclick="myFunction()"><p>Try it</p></button> -->
<script type="text/javascript">
let grub = (s)=>{
console.log(`Grub changed the ${s} to: ${s*3}`);
return s;
}
</script>
</head>
<body>
<div class="monde">
<div >
<!-- ///////////// -->
<!-- <form oninput="out1.value = sloganLoader(str1.value)">
<input class="core" type="textarea" name="str1" /><br>
<div class="core stripe"><output name="out1" for="str1">void</output></div>
</form> -->
<!-- ///////////// -->
<form oninput="payday.value = sloganLoader(clark.value)" >
<select name=clark >
<!-- normal options -->
<option value="1">Senator Ocasio-Cortez</option>
<option value="2">Senator Warren</option>
<option value="3">Working Families Party</option>
<option value="4">Mark Pocan</option>
<option value="5">Joe Biden</option>
</select>
<div><output name="payday"></output></div>
</form>
</div>
<div class="square-large">
<h1>Knock Down</h1>
<p>All stickers are available in birch bark or flax-based vinyl</p>
<div class="square-small" id ="sku-a1">Decarcerate</div>
<div class="square-small" id ="sku-a2">Decarbonize</div>
<div class="square-small" id ="sku-a3">Housing</div>
<div class="square-small" id ="sku-a4">Health</div>
</div>
<div class="brand"><img src="images/hope.png">
</div>
</div>
<address class="foot">Knock Down<br>2305 Corona Blvd<br>Queens NY 10337</address>
</body>
<script src="feedImporter.js"></script>
</html>