%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/
Upload File :
Create Path :
Current File : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/page-authors.twig

{% extends "base.twig" %}

{% block content %}
    <section class="page-authors--title">
        <div class="container">
            <p>TEAMET BAKOM</p>
            <h1>{{post.title}}</h1>
        </div>
    </section>
    <section class="page-authors--content article-main-content">
        <div class="container">
            <div class="page-authors--content--inner">
                {{post.content}}
            </div>
        </div>
    </section>
    <section class="page-authors--list">
        <div class="container">
            <div class="page-authors--list--inner">
                {% for author in authors %}
                    <div class="page-authors--item">
                        <div class="page-authors--item--avatar">
                            {{ fn('get_avatar', author.ID) }}
                        </div>
                        {% if author.first_name and author.last_name %}
                        <a href="{{ author.link }}" class="page-authors--item--name">{{ author.first_name }} {{ author.last_name }}</a>
                        {% else %}
                        <a href="{{ author.link }}" class="page-authors--item--name">{{ author.user_nicename }}</a>
                        {% endif %}
                        <div class="page-authors--item--position">{{ author.wikipedia }}</div>
                        <div class="page-authors--item--email"><a href="mailto:{{ author.user_email }}">{{ author.user_email }}</a></div>
                    </div>
                {% endfor %}
            </div>
        </div>
    </section>
    <section class="page-authors--offer">
        <div class="container">
            <div class="row">
                <div class="col-12 col-md-6">
                    <div class="page--offer--item offer-left">
                        <div class="page--offer--item--inner">
                            <div class="page--offer--item--img">
                                <img src="{{ post.meta('left_offer').image.url }}" alt="{{ post.meta('left_offer').image.title }}">
                            </div>
                            <h3>{{ post.meta('left_offer').title }}</h3>
                            {{ post.meta('left_offer').description }}
                        </div>
                        <div class="page--offer--item--button">
                            <a href="{{ post.meta('left_offer').link.url }}"{% if post.meta('left_offer').link.target %} target="{{ post.meta('left_offer').link.target }}"{% endif %}>{{ post.meta('left_offer').link.title }} <i class="fa-solid fa-right-long"></i></a>
                        </div>
                    </div>
                </div>
                <div class="col-12 col-md-6">
                    <div class="page--offer--item offer-right">
                        <div class="page--offer--item--inner">
                            <div class="page--offer--item--img">
                                <img src="{{ post.meta('right_offer').image.url }}" alt="{{ post.meta('right_offer').image.title }}">
                            </div>
                            <h3>{{ post.meta('right_offer').title }}</h3>
                            {{ post.meta('right_offer').description }}
                        </div>
                        <div class="page--offer--item--button">
                            <a href="{{ post.meta('right_offer').link.url }}"{% if post.meta('right_offer').link.target %} target="{{ post.meta('right_offer').link.target }}"{% endif %}>{{ post.meta('right_offer').link.title }} <i class="fa-solid fa-right-long"></i></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    {% include 'components/editorials.twig' %}
<!-- /content-wrapper -->
{% endblock %}

Zerion Mini Shell 1.0