-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
31 lines (29 loc) · 1.03 KB
/
credits.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
<!DOCTYPE html>
<title>Fluento</title>
<link rel="icon" href="icon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<h1 class="logo" onclick="window.location.href = 'index.html'">fluento</h1>
<ul class="navbar glow sticky push">
<li><a href="index.html">Home</a></li>
<li><a href="api.html">API Documentation</a></li>
<li><a href="design.html">design</a></li>
<li><a href="demo.html">Demos</a></li>
<li><a id="active">credits</a></li>
<li><a href="addons.html">addons</a></li>
<li><a href="https://github.com/shaurya1709/fluento">github</a></li>
</ul>
<div>
<img style="float: right; height: 500px; width: 500px; transform: rotate(-5deg); outline: solid #555 2px;" src="credits_pic.jpeg">
<h1 class="head" style="text-align: justify;">credits and contact</h1>
<h1>shaurya singh - designer, programmer</h1>
<h1 style="text-transform: none">Contact: [email protected]</h1>
</div>
<style>
@import url(style.css);
h1 {display: block;}
@media (hover: none) {
img {
display: none;
}
}
</style>