Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-creative-theme/layouts/partials/portfolio.html')
-rw-r--r--themes/hugo-creative-theme/layouts/partials/portfolio.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/themes/hugo-creative-theme/layouts/partials/portfolio.html b/themes/hugo-creative-theme/layouts/partials/portfolio.html
deleted file mode 100644
index 2d8df6f..0000000
--- a/themes/hugo-creative-theme/layouts/partials/portfolio.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<section class="no-padding" id="portfolio">
- <div class="container-fluid">
- <div class="row no-gutter">
- {{ range .Site.Data.projects }}
- <div class="col-lg-4 col-sm-6">
- <a href="#portfolioModal{{ .modalID }}" class="portfolio-box portfolio-link" data-toggle="modal">
- <img src="img/portfolio/{{ .img }}" class="img-responsive" alt="">
- <div class="portfolio-box-caption">
- <div class="portfolio-box-caption-content">
- <div class="project-category text-faded">
- {{ .category }}
- </div>
- <div class="project-name">
- {{ .title }}
- </div>
- </div>
- </div>
- </a>
- </div>
- {{ end }}
- </div>
- </div>
-</section>