Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
b8c707e4
Commit
b8c707e4
authored
1 year ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
remove ig from template
parent
bbf8cc19
Branches
Branches containing commit
No related tags found
2 merge requests
!804
Release
,
!799
Remove Instagram
Pipeline
#13830
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/templates/main/main_person_page.html
+0
-52
0 additions, 52 deletions
main/templates/main/main_person_page.html
with
0 additions
and
52 deletions
main/templates/main/main_person_page.html
+
0
−
52
View file @
b8c707e4
...
...
@@ -55,58 +55,6 @@
</div>
</section>
</div>
{% if instagram_post_list %}
<section
class=
"grid-container no-max mr-0 person-instagram-section mb-4 xl:mb-20"
>
<div
class=
"grid-content-with-right-side"
>
<h2
class=
"head-4xl text-left"
>
Aktuálně na Instagramu
</h2>
<div
class=
"__js-root instagram-carousel-root xl:max-w-[1145px]"
>
<ui-instagram-carousel>
{% for post in instagram_post_list %}
<div
class=
"flex max-w-sm max-w-xs w-full h-[20rem]"
>
<a
href=
"{{ post.url }}"
class=
"group h-full w-full flex flex-col align-center overflow-hidden text-center border border-grey-100 relative hover:no-underline"
>
<div
class=
"md:min-h-[20rem] p-4 opacity-0 group-focus:opacity-100 group-hover:opacity-100 duration-150 z-10"
>
<div
class=
"flex flex-col items-center"
>
<div
class=
"mb-4 flex items-center justify-between xl:flex-col gap-3"
>
<div
class=
"flex flex-col"
>
<h5
class=
"font-alt text-xl mt-3 mb-1 text-left sm:text-center"
>
{{ post.author_name }}
</h5>
<small
class=
"text-brands-instagram text-left sm:text-center"
>
@{{ post.author_username }}
</small>
</div>
</div>
<p
class=
"text-small sm:text-base leading-6 mb-2"
>
{{ post.caption }}
</p>
</div>
</div>
<div
class=
"absolute inset-0 flex-shrink-0 z-0 duration-150 group-focus:blur-lg group-focus:opacity-25 group-hover:blur-lg group-hover:opacity-25"
>
<div
class=
"relative"
>
<div
class=
"absolute left-4 top-4 bg-white rounded-lg p-1.5 drop-shadow-md"
>
<i
class=
"ico--instagram text-brands-instagram text-2xl"
></i>
</div>
<img
class=
"h-[20rem] object-cover"
src=
"{{ post.image.url }}"
alt=
"Obrázek v Instagramovém postu, popis „{{ post.caption }}“"
>
</div>
</div>
</a>
</div>
{% endfor %}
</ui-twitter-carousel>
</div>
</div>
</section>
{% endif %}
{% if page.calendar %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment