first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<section class="contact" id="contact">
|
||||
<div class="contact-grid">
|
||||
{% for section in contact.sections %}
|
||||
<div class="contact-card">
|
||||
<h3>{{ section.title }}</h3>
|
||||
<div class="contact-links">
|
||||
{% for link in section.links %}
|
||||
<a href="{{ link.url }}"{% if link.url.startsWith('http') %} target="_blank"{% endif %}>
|
||||
{{ link.text }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user