-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
40 lines (34 loc) · 1.33 KB
/
about.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
---
layout: default
title: About
permalink: /about
style: about
---
<main class="main">
<div class="skin-container"></div>
<section class="about-container">
<h2>Contact</h2>
<div class="container">
<h3 class="about-logo"><img src="/assets/images/footer_logo.png" alt="TaleWorlds"></h3>
<p class="about-text">
If you need any help with any of our page, please visit our <a href="https://github.com/bannerlordkr/website"> Github Page</a>.
</p>
<ul class="about-list">
<li>
<div class="list-image-wrap">
<a href="https://github.com/kimchanhyung98">
<img src="https://avatars0.githubusercontent.com/u/60088641?s=460&u=9cec22322254b3f3f9575c3091b2afe7efc277bd&v=4"
alt="https://github.com/kimchanhyung98">
</a>
</div>
<div class="list-info-wrap">
<h4 class="list-title">Support</h4>
<p class="list-text">
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</li>
</ul>
</div>
</section>
</main>