-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftkitty.html
More file actions
79 lines (66 loc) · 3.2 KB
/
softkitty.html
File metadata and controls
79 lines (66 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Soft Kitty Bot</title>
<style>
h1 {background-color: #8a8a8a; color:#e37be3; padding:15px; text-align: center}
.picturestyle {
width: 200px;
height: 300px;
object-fit:cover;
}
</style>
</head>
<body style="font-family: helvetica; color:#302f30; text-align: justify">
<h1>What is Soft Kitty Bot?</h1>
Meowing chowing and wowing lie on your belly and purr when you are asleep and cuddle no cuddle cuddle love scratch scratch. Cat playing a fiddle in hey diddle diddle? flex claws on the human's belly and purr like a lawnmower annoy the old grumpy cat, start a fight and then retreat to wash when i lose this is the day spend six hours per day washing, but still have a crusty butthole push your water glass on the floor, or meowzer. Sit in window and stare oooh, a bird, yum hell is other people eat and than sleep on your face or kitty kitty so enslave the hooman for when in doubt, wash. Stare at ceiling light pushes butt to face. Stare at ceiling light ignore the squirrels, you'll never catch them anyway or drink from the toilet. One of these days i'm going to get that red dot, just you wait and see pet me pet me don't pet me. Check cat door for ambush 10 times before coming in run at 3am cat not kitten around step on your keyboard while you're gaming and then turn in a circle and nap all day, yet it's 3am, time to create some chaos , miaow then turn around and show you my bum.
<h1>What technology we use</h1>
Python. It's great.
<h1>I want to buy Soft Kitty Bot!</h1>
<p>Fill this form and someone from our sales department will get in touch with you shortly.</p>
<form>
<label for="fname"> First Name </label> <br>
<input type="text" id="fname" name="fname"> <br>
<label for="lname"> Last Name </label> <br>
<input type="text" id="lname" name="lname"> <br>
<label for="email"> Your email </label> <br>
<input type="text" id="email" name="email"> <br>
<input type="checkbox" id="tc" name="tc" value="confirmed">
<label for="tc"> Yes, I read Terms & Conditions </label> <br>
<input type="checkbox" id="newsletter" name="newsletter" value="confirmed">
<label for="newsletter"> Yes, I want to receive a daily newsletter </label> <br>
<input type="submit" value="Submit">
</form>
<h1>Who we are</h1>
<div style="display:flex; flex-direction: row; align-items:flex-start; padding-bottom:25px; text-align:center;">
<div style="width:25%">
<img src="images/jax.jpg" class="picturestyle">
<p>Jax <br> Engineering Director</p>
</div>
<div style="width:25%">
<img src="images/lucy.jpg" class="picturestyle">
<p>Lucy <br> Sales and Marketing Director</p>
</div>
<div style="width:25%">
<img src="images/joules.jpg" class="picturestyle">
<p>Joules <br> Chief Operations Officer</p>
</div>
<div style="width:25%">
<img src="images/meowser.jpg" class="picturestyle">
<p>Meowser <br> Customer Support Manager</p>
</div>
</div>
<div style="background-color:#e37be3; padding:20px; text-align: center">
<table style="width:100%;">
<tr>
<td>Contact us</td>
<td>FAQ</td>
<td>Privacy Policy</td>
</tr>
</table>
</div>
<div style="text-align:left">
<p>Brought to you by: <img src="images/jj-hackerman.gif" style="width:70px"></p>
</div>
</body>
</html>