This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
148 lines (126 loc) · 8.98 KB
/
contact.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Informations about the new free public rest apis on the internet.">
<meta name="keywords"
content="api, apis, rest apis, free apis, public apis, free public apis, free public rest apis, dog api, cat api, fun apis, new apis, developer apis, restapis">
<meta http-equiv="content-language" content="en">
<meta name="theme-color" content="#1F263C">
<link rel="icon" type="image/png" href="/src/images/RestAPIs-Logo.png" />
<link rel="stylesheet" href="./dist/tailwind.css">
<title>Contact - Rest APIs - kilihbr - Kilian Hauber</title>
</head>
<body class="font-poppins bg-darkblue text-white">
<div class="min-h-screen">
<!----------------- Navrbar -------------------->
<nav>
<div class="bg-mainblue md:fixed flex-wrap w-full z-10 py-4 shadow-2xl">
<div class="grid grid-cols-2 gap-10 text-center">
<div class="col-span-1">
<img class="inline-block justify-start rounded-full h-8" src="./src/images/RestAPIs-Logo.png">
<p class="md:text-2xl text-xl font-delagothicone inline-block px-2"><a href="https://kilihbr.github.io/restapis">Rest
APIs</a></p>
</div>
<div class="col-span-1">
<a href="https://instagram.com/restapis" target="_blank" class="text-purple-400">
<svg class="inline-block fill-current text-purple-400" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm6.5-.25a1.25 1.25 0 0 1-2.5 0 1.25 1.25 0 0 1 2.5 0zM12 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.434.168-.747.369-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.006 9.075 4 9.461 4 12c0 2.474.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.474 0 2.878-.007 4.029-.058.782-.037 1.309-.142 1.797-.331.433-.169.748-.37 1.08-.702.337-.337.538-.65.704-1.08.19-.493.296-1.02.332-1.8.052-1.104.058-1.49.058-4.029 0-2.474-.007-2.878-.058-4.029-.037-.782-.142-1.31-.332-1.798a2.911 2.911 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.925 4.006 14.539 4 12 4zm0-2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2z" />
</svg>
@restapis</a>
</p>
</div>
</div>
</div>
</nav>
<header>
<div class="md:pt-32 pt-10"></div>
</header>
<main>
<div class="2xl:px-96 xl:px-60 lg:px-40 md:px-32 sm:px-12 px-6">
<<<<<<< HEAD
<div class="bg-mainblue rounded-2xl">
<div class="px-8 py-16 flex justify-center">
<form action="https://formsubmit.co/f697d45e97b332f276cd8a977281c9be" method="POST"
class="w-full max-w-lg">
=======
<div class="pt-6">
<form action="https://formsubmit.co/f697d45e97b332f276cd8a977281c9be" method="POST">
>>>>>>> c96b3015ce79f0614b12df74be2a4b313fd2cbf9
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://kilihbr.github.io/restapis/thanks">
<div class="flex flex-wrap -mx-3 mb-6">
<div class="w-full md:w-1/2 px-3 mb-6 md:mb-0">
<label class="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
for="grid-first-name">
First Name
</label>
<input
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-gray-200 rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white"
id="grid-first-name" type="text" placeholder="Jane">
</div>
<div class="w-full md:w-1/2 px-3">
<label class="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
for="grid-last-name">
Last Name
</label>
<input
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-gray-200 rounded py-3 px-4 leading-tight focus:outline-none focus:bg-white focus:border-gray-500"
id="grid-last-name" type="text" placeholder="Doe">
</div>
</div>
<div class="flex flex-wrap -mx-3 mb-6">
<div class="w-full px-3">
<label class="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
for="grid-password">
E-mail
</label>
<input
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-gray-200 rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white focus:border-gray-500"
id="email" type="email">
<p class="text-gray-600 text-xs italic">Some tips - as long as needed</p>
</div>
</div>
<div class="flex flex-wrap -mx-3 mb-6">
<div class="w-full px-3">
<label class="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
for="grid-password">
Message
</label>
<textarea
class=" no-resize appearance-none block w-full bg-gray-200 text-gray-700 border border-gray-200 rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white focus:border-gray-500 h-48 resize-none"
id="message"></textarea>
<p class="text-gray-600 text-xs italic">Re-size can be disabled by set by
resize-none / resize-y / resize-x / resize</p>
</div>
</div>
<div class="md:flex md:items-center">
<div class="md:w-1/3">
<button
class="shadow bg-teal-400 hover:bg-teal-400 focus:shadow-outline focus:outline-none text-white font-bold py-2 px-4 rounded"
type="submit">
Send
</button>
</div>
<div class="md:w-2/3"></div>
</div>
</form>
</div>
</div>
</div>
</main>
</div>
<!----------------- Footer -------------------->
<footer>
<div class="justify-center text-center p-6 border-t-2 border-mainblue">
<p class="text-gray-400 text-sm">Copyright © 2021 <a class="hover:underline" target="_blank"
href="https://kilihbr.github.io">Kilian Hauber</a></p>
</div>
</footer>
</body>
</html>