-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGaleria.html
71 lines (53 loc) · 2.04 KB
/
Galeria.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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mineland's den</title>
<link rel="stylesheet" href="main.css" id="css">
<link rel="stylesheet" href="gallery.css">
</head>
<body>
<header id="topHeader">
<h2 class="title"> <a href="index.html"> Mineland's den</a></h1>
<div> <ul>
<li> <a href="index.html#info"> About me </a> </li>
<li> <a href="index.html#proyectos"> Proyects </a></li>
<li> <a href="index.html#contacto"> Contact </a></li>
</ul> </div>
</header>
<div class="main">
<h2>Galery</h2>
<p>some lil silly icons i also did</p>
<hr>
<div class="gallery">
<h3>logos for something</h3>
<img src="gallery/something/C.svg" class="icon" alt="">
<img src="gallery/something/L.svg" class="icon" alt="">
<img src="gallery/something/M.svg" class="icon" alt="">
<img src="gallery/something/P.svg" class="icon" alt="">
<img src="gallery/something/S.svg" class="icon" alt="">
<hr>
<img src="gallery/something/arrow.png" class="icon">
<img src="gallery/something/hamburg.svg" class="icon">
<hr>
<h3> HomescreenProject </h3>
<img src="gallery/homescreenproject/iconSvg.svg" class="icon">
<img src="gallery/homescreenproject/iconInherit.svg" class="icon">
<hr>
<h3></h3>
</div>
</div>
<footer id="mainFooter">
<section id="contacto">
<h2>Contact</h2>
<ul>
<li><img src="mail.png" alt="Mail: "> [email protected]</a></li>
<li> <p href=""> <img src="discord.png" alt="Discord: "> @mineland. </p></li>
</ul>
</section>
<h4 id="copyright">mineland did this</h4>
<h4 id="copyrightMessage">ARR</h4>
</footer>
</body>
</html>