-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (122 loc) · 5.77 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
---
layout: default
---
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html"><strong>{{ site.header.title }}</strong> {{ site.header.subtitle }}</a></h1>
<nav>
<ul>
<li><a href="#footer" class="icon fa-info-circle">Rólam</a></li>
</ul>
</nav>
</header>
<h1 style="text-align: center; padding: 2px;">Galéria</h1>
<div id="main" data-exif='{{ site.exif }}'>
<article class="thumb" onclick="window.location.pathname ='/Kepek/Bene-Szentlorinc-edzomeccs.html'">
<img src="/images/fulls/Bene-Szentlorinc-edzomeccs/DSC_1254.jpg" alt="" style="cursor: pointer ;width: 100%; height: 100%; object-fit: cover;" data-name="{{ image.name }}"/>
<h2>Bene Szentlőrinc edzőmeccs</h2>
<h2 style="bottom: 5px;">2024. 02. 04.</h2>
</article>
<article class="thumb" onclick="window.location.pathname ='/Kepek/MCAR-Kupa.html'">
<img src="/images/fulls/MCAR-Kupa/3.jpg" alt="" style="cursor: pointer ;width: 100%; height: 100%; object-fit: cover;" data-name="{{ image.name }}"/>
<h2>MCAR Kupa</h2>
<h2 style="bottom: 5px;">2023. 11. 22.</h2>
</article>
<article class="thumb" onclick="window.location.pathname ='/Kepek/Kaposmero-City.html'">
<img src="/images/fulls/Kaposmero-City/DSC9404.jpg" alt="" style="cursor: pointer ;width: 100%; height: 100%; object-fit: cover;" data-name="{{ image.name }}"/>
<h2>Kaposmérő City</h2>
<h2 style="bottom: 5px;">2024. 02. 04.</h2>
</article>
</div>
<footer id="footer" class="panel">
<div class="inner split">
<div>
<section>
<h2>{{ site.footer.name }}</h2>
<p>{{ site.footer.bio }}</p>
<p>{{ site.footer.github }}</p>
</section>
<section>
<h2>Megtetszett a weboldal?</h2>
<div class="presentify">
<div class="presentify-text">
Weboldalfejlesztéssel is foglalkozok és ha szükséged lenne egyre lépj kapcsolatba velem!
</div>
</div>
</section>
<section>
<h2>Kövess</h2>
<ul class="icons">
{% if site.social_urls.facebook %}
<li>
<a href="{{ site.social_urls.facebook }}" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
{% endif %}
{% if site.social_urls.twitter %}
<li>
<a href="{{ site.social_urls.twitter }}" class="icon fa-twitter">
<span class="label">Twitter</span>
</a>
</li>
{% endif %}
{% if site.social_urls.instagram %}
<li>
<a href="{{ site.social_urls.instagram }}" class="icon fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
{% endif %}
{% if site.social_urls.dribbble %}
<li>
<a href="{{ site.social_urls.dribbble }}" class="icon fa-dribbble">
<span class="label">Dribbble</span>
</a>
</li>
{% endif %}
{% if site.social_urls.github %}
<li>
<a href="{{ site.social_urls.github }}" class="icon fa-github">
<span class="label">GitHub</span>
</a>
</li>
{% endif %}
{% if site.social_urls.linkedin %}
<li>
<a href="{{ site.social_urls.linkedin }}" class="icon fa-linkedin">
<span class="label">LinkedIn</span>
</a>
</li>
{% endif %}
</ul>
</section>
<p class="copyright">
© {{ site.author }}. Design: {{ site.web_design }}
</p>
</div>
<div>
<section>
<h2>Kapcsolat</h2>
<form method="post" action="#">
<div class="field half first">
<input type="text" name="name" id="name" placeholder="Név"/>
</div>
<div class="field half">
<input type="text" name="email" id="email" placeholder="Email"/>
</div>
<div class="field">
<textarea name="message" id="message" rows="4" placeholder="Üzenet"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Küldés" class="special"/></li>
<li><input type="reset" value="Mégse"/></li>
</ul>
</form>
</section>
</div>
</div>
</footer>
</div>