-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (172 loc) · 11.5 KB
/
index.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!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">
<link href="css/tailwind.min.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<link rel="stylesheet" href="css/animate.min.css" />
<link href="css/main.css" rel="stylesheet">
<link href="css/spinner.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdnjs.deepai.org/deepai.min.js"></script>
<title>Coloriser by vaibhav aswal</title>
</head>
<body>
<!-- header -->
<div id="content">
<header class="text-gray-600 body-font headder">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<img src="images/logo.png" width="80px" height="80px">
<span class="ml-3 text-xl">ImageColoriser</span>
</a>
<nav
class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-400 flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-gray-900" href="#home">Home</a>
<a class="mr-5 hover:text-gray-900" href="#colorSection">colorise</a>
<a class="mr-5 hover:text-gray-900" href="#contact">Contact</a>
</nav>
</div>
</header>
<!-- hero -->
<div class="containerr">
<div class="sectionn" id="home">
<div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col">
<img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="hero"
src="images/Colorise Images Free Logo.png">
<div class="text-center lg:w-2/3 w-full">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Welcome!</h1>
<p class="mb-8 text-xl leading-relaxed">This website coloroise black
and white grey scale photos. PROJECT BY VAIBHAV ASWAL.</p>
<div class="flex justify-center">
<button
class="inline-flex text-white bg-red-500 border-0 py-2 px-6 focus:outline-none hover:bg-red-600 rounded text-lg animate__animated animate__tada animate__infinite"
onClick="document.getElementById('colorSection').scrollIntoView();">Try
now!</button>
<button
class="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg"
onClick="document.getElementById('contact').scrollIntoView();">Contact</button>
</div>
</div>
</div>
</div>
<!-- hero2 -->
<div class="sectionn" id="colorSection">
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<div class="gallery">
<img class="object-cover object-center rounded" alt="hero"
src="images/icon.png" id="imageb" width="400px">
<div class="gallerybottom" id="gallerybottom"><button
class="inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg" id="donwload" onclick="download()">Download</button>
</div>
</div>
</div>
<div
class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Upload Your Image
Here
</h1>
<p class="mb-8 text-xl leading-relaxed">upload black and white photograph of yours here and
wait for the magic to happen.</p>
<div class="flex justify-center">
<input type="file" id="myFile" style="width: 50%;">
<button
class="inline-flex text-white bg-red-500 border-0 py-2 px-6 focus:outline-none hover:bg-red-600 rounded text-lg"
id="colorise">Colorise</button>
<div id="loading"><span>Colorising... please wait</span></div>
<div id="toast"><span class="big">Sucess..</span> <span class="info">Image</span>
<a>colorised.</a></div>
</div>
</div>
</div>
</section>
</div>
<div class="sectionn" id="contact">
<section class="text-gray-600 body-font relative">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-3xl font-medium title-font mb-4"><span
style="color: white;">Contact
Me</span></h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-xl"><span style="color: white;">I'm always
open for
suggestions and Ideas</span></p>
</div>
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<div class="flex flex-wrap -m-2">
<div class="p-2 w-1/2">
<div class="relative">
<label for="name" class="leading-7 text-sm"><span
style="color: white;">Name</span></label>
<form action="https://getform.io/f/eeb8309d-1711-43c2-9c2f-4b18cf50b4dc" method="POST">
<input type="text" id="name" name="name"
class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-red-500 focus:bg-white focus:ring-2 focus:ring-red-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-1/2">
<div class="relative">
<label for="email" class="leading-7 text-sm"><span
style="color: white;">Email</span></label>
<input type="email" id="email" name="email"
class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-red-500 focus:bg-white focus:ring-2 focus:ring-red-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-full">
<div class="relative">
<label for="message" class="leading-7 text-sm"><span
style="color: white;">Message</span></label>
<textarea id="message" name="message"
class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-red-500 focus:bg-white focus:ring-2 focus:ring-red-200 h-32 text-base outline-none text-gray-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
</div>
<div class="p-2 w-full">
<button
class="flex mx-auto text-white bg-red-500 border-0 py-2 px-8 focus:outline-none hover:bg-red-600 rounded text-lg" type="submit"><span
style="color: white;">Send</span></button></form>
</div>
<div class="p-2 w-full pt-8 mt-8 border-t border-gray-200 text-center">
<a class="text-red-500">[email protected]</a>
<p class="leading-normal my-5"><span style="color: white;">Doon
<br>Uttrakhand, IN 248001</span>
</p>
<div class="social-container">
<ul class="social-icons">
<li><a href="https://github.com/vaibhavaswal"><i
class="fa fa-github"></i></a>
</li>
<li><a href="https://instagram.com/that_back.bencher"><i
class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/vaibhav_says"><i
class="fa fa-twitter"></i></a>
</li>
<li><a href="https://facebook.com/vaibhav.aswal.official"><i
class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<footer class="text-gray-600 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<img src="images/logo.png" width="80px" height="80px">
<span class="ml-3 text-xl">ImageColoriser</span>
</a>
<p class="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">
© 2021 VaibhavAswal —
<a href="https://instagram.com/that_back.bencher" class="text-gray-600 ml-1"
rel="noopener noreferrer" target="_blank">@that_back.bencher</a>
</p>
</div>
</footer>
</div>
<script src="js/main.js"></script>
</body>
</html>