-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathart.html
More file actions
97 lines (96 loc) · 3.19 KB
/
art.html
File metadata and controls
97 lines (96 loc) · 3.19 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<meta content="text/html" charset="utf-8" http-equiv="content-type">
<html>
<head>
<link rel="shortcut icon" href="index.ico"/>
<link rel="stylesheet" href="styles/links.css">
<link rel="stylesheet" href="styles/menu.css">
<link rel="stylesheet" href="styles/impressum.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/centeredImage.css">
<title>Supra Artz</title>
</head>
<body>
<header>
<ul>
<li>
<a class="active" href="index.html" style="margin: 0px 0px;">
<img src="Supra_Logo-Krone-Exakt_14.06.2017_300x175.png" alt="Supra© Logo" width="100" title="start page" />
</a>
</li>
<li class="dropdown">
<a href="projects.html">Projects</a>
<div class="dropdown-content">
<a href="projects.html#unity">Unity</a>
<a href="projects.html#general">General</a>
<a href="projects.html#vrchat">VRChat</a>
<a href="projects.html#scratch">Scratch</a>
</div>
</li>
<li class="dropdown">
<a href="models.html">3D Models</a>
<div class="dropdown-content">
<a href="models.html#humanoid">Humanoid</a>
<a href="models.html#props">Props</a>
</div>
</li>
<li class="dropdown">
<a href="game-server.html">My game servers</a>
<div class="dropdown-content">
<a href="game-server.html#minecraft">Minecraft</a>
<a href="game-server.html#lavender">Lavender</a>
<a href="game-server.html#eco">ECO</a>
</div>
</li>
<li><a href="art.html">Supra-Artz</a></li>
<li><a href="music.html">Supra-Muzic</a></li>
</ul>
</header>
<article class="content">
<p class="page-title">Supra-Artz</p>
<div class="box">
deviantart: <a href="http://supra-artz.deviantart.com/">http://supra-artz.deviantart.com/</a>
</div>
<div class="imageFrame">
<div class="centeredImage">
<img src="art/alicorn001_small_bg.png">
</div>
<div class="imageDescription">
Alicorn, drawed for a school art project.<br>
<a href="art/alicorn001.png">Full size (7500x6000) </a> -
<a href="art/alicorn001_small.png"> small (1280x1024)</a>
</div>
</div>
<div class="imageFrame">
<div class="centeredImage">
<img src="art/alicorn001(Computer-NoBackground)_small.png">
</div>
<div class="imageDescription">
Alicorn, redrawn on computer with GIMP (also for a school art project).<br>
<a href="art/alicorn001(Computer-NoBackground).png">Full size (7500x6000) </a> -
<a href="art/alicorn001(Computer-NoBackground)_small.png"> small (1280x1024)</a>
</div>
</div>
<div class="imageFrame">
<div class="centeredImage">
<img src="art/eckiger_kreis_quadratic.png">
</div>
<div class="imageDescription">
a random pic I just drew for fun :)<br>
<a href="art/eckiger_kreis.png">Full size (2480x3508) </a>
</div>
</div>
</article>
<footer>
<div class="footerLeft">
<p style="margin-top: 40px;">made by Supra © 2011 - 2019</p>
</div>
<div class="footerRight">
<ul>
<li><a href="legal.html#about">about</a></li>
<li><a href="legal.html#privacy">Privacy statement</a></li>
</ul>
</div>
</footer>
</body>
</html>