-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
71 lines (64 loc) · 2.89 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" dir="ltr" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="reply-to" content="[email protected]">
<meta name="description" content="Online NormalMap and Texture Generator FREE! Create a Normalmap directly inside your browser! No Uploads required, completely client-based">
<meta name="author" content="Christian Petry">
<meta name="language" CONTENT="english">
<meta name="keywords" content="Normalmap,Normal,Mapping,Online,cpetry,github,NormalMap-Generator,Heightmap,Javascript">
<meta name="date" content="2016-07-12">
<meta name="page-topic" content="Dienstleistung">
<meta name="robots" content="index,follow">
<title>Github cpetry</title>
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div>
<a href="https://github.com/cpetry" target="_blank">
<img src="./GitHub-Mark-48px.png" alt="Github Christian Petry">
</a>
</div>
<div style="text-align: center; margin-top:100px;
font-family: 'Open Sans'; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400;
line-height: 20px;">
<table align="center" class="content">
<tr style="height:250px">
<td>
<a href="http://cpetry.github.io/NormalMap-Online/">
<img src="./nmap_logo_trans_small.png" alt="normalMapOnline" />
</a>
</td>
<td style="min-width: 200px"></td>
<td>
<a href="http://cpetry.github.io/TextureGenerator-Online/">
<img src="./texture_generator_logo.png" />
</a>
</td>
</tr>
<tr>
<td>
Create yor own normal maps for <b>free</b>!<br/>
No uploads, no server, all client-based!
</td>
<td style="min-width: 200px"></td>
<td>
Need a Texture?<br/>
Use several tools to create your own textures.<br/>
No uploads, no server, all client-based!
</td>
</tr>
</table>
</div>
</body>
<footer>
<p>Imprint: Christian Petry, Fliederweg 6, 91094 Langensendelbach, Germany -
<a href="http://www.petry-christian.de"> www.petry-christian.de </a>
</p>
</footer>
</html>