Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadxp committed Aug 13, 2023
1 parent 63ad19a commit 28116dc
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import metas from "lume/plugins/metas.ts";
import postcss from "lume/plugins/postcss.ts";

const site = lume({
location: new URL("https://careful-frog-27.deno.dev"),
location: new URL("https://dry-donkey-75.deno.dev"),
components: {
variable: "components",
},
Expand Down
78 changes: 78 additions & 0 deletions _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,84 @@
</div>
</div>
</section>
<section class="section section--about section--about-up" id="about">
<div class="container">
<div class="row">
<!-- about -->
<div class="col-12">
<div class="about">
<div class="row">
<div class="col-12 col-lg-6">
<div class="about__cover">
<img src="img/cover.jpg" alt="">
<a href="https://vimeo.com/45830194" class="open-video">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.54,9,8.88,3.46a3.42,3.42,0,0,0-5.13,3V17.58A3.42,3.42,0,0,0,7.17,21a3.43,3.43,0,0,0,1.71-.46L18.54,15a3.42,3.42,0,0,0,0-5.92Zm-1,4.19L7.88,18.81a1.44,1.44,0,0,1-1.42,0,1.42,1.42,0,0,1-.71-1.23V6.42a1.42,1.42,0,0,1,.71-1.23A1.51,1.51,0,0,1,7.17,5a1.54,1.54,0,0,1,.71.19l9.66,5.58a1.42,1.42,0,0,1,0,2.46Z"/></svg>
</a>
</div>
</div>

<div class="col-12 col-lg-6">
<div class="about__content">
<h2>About Lume</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>

<!-- statistics -->
<div class="col-12">
<div class="statistics">
<div class="row">
<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.79,7.13A1,1,0,0,0,19,6.75H8v-.5A2,2,0,0,1,9.46,4.33a1.5,1.5,0,0,0,1,.42h1a1.5,1.5,0,0,0,0-3h-1a1.49,1.49,0,0,0-1.17.57A4,4,0,0,0,6,6.25v.5H5a1,1,0,0,0-.79.38A1,1,0,0,0,4,8l.62,2.49A3,3,0,0,0,7.1,12.71l.78,7H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2h-.88l.78-7a3,3,0,0,0,2.45-2.23L20,8A1,1,0,0,0,19.79,7.13ZM14.1,19.75H9.9l-.78-7h5.76ZM17.41,10a1,1,0,0,1-1,.76H7.56a1,1,0,0,1-1-.76L6.28,8.75H17.72Z"/></svg>
</div>
<div class="statistics__number"><span>40</span><b>+</b></div>
<div class="statistics__text">Featured Speakers</div>
</div>
</div>

<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.49,10.19l-1-.55h0l-9-5-.11,0a1.06,1.06,0,0,0-.19-.06l-.19,0-.18,0a1.17,1.17,0,0,0-.2.06l-.11,0-9,5a1,1,0,0,0,0,1.74L4,12.76V17.5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V12.76l2-1.12V14.5a1,1,0,0,0,2,0V11.06A1,1,0,0,0,21.49,10.19ZM16,17.5a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V13.87l4.51,2.5.15.06.09,0a1,1,0,0,0,.25,0h0a1,1,0,0,0,.25,0l.09,0a.47.47,0,0,0,.15-.06L16,13.87Zm-5-3.14L4.06,10.5,11,6.64l6.94,3.86Z"/></svg>
</div>
<div class="statistics__number"><span>2.500</span><b>+</b></div>
<div class="statistics__text">2021 Attendees</div>
</div>
</div>

<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21,14H20V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18ZM9,12a1,1,0,0,0,.83-.45l1.33-2,1.13,1.14a1,1,0,0,0,.81.29,1,1,0,0,0,.73-.45l2-3a1,1,0,0,0-1.66-1.1l-1.33,2L11.71,7.29A1,1,0,0,0,10.9,7a1,1,0,0,0-.73.45l-2,3a1,1,0,0,0,.28,1.38A.94.94,0,0,0,9,12Z"/></svg>
</div>
<div class="statistics__number"><span>36</span><b>+</b></div>
<div class="statistics__text">Hours of Lectures</div>
</div>
</div>

<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13.45H7V14.5a1,1,0,0,0,2,0V13.45h6V14.5a1,1,0,0,0,2,0V13.45h3Zm0-7H4V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/></svg>
</div>
<div class="statistics__number"><span>30</span><b>+</b></div>
<div class="statistics__text">Sponsors</div>
</div>
</div>
</div>
</div>
</div>
<!-- end statistics -->
</div>
</div>
</div>
<!-- end about -->
</div>
</div>
</section>
{{ content | safe }}
</body>
<script src="/js/jquery-3.6.0.min.js"></script>
Expand Down
Binary file added _site/img/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions _site/img/up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 84 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Lume Site | Lume Site</title>
<link rel="canonical" href="http://localhost:3000/">
<link rel="canonical" href="https://dry-donkey-75.deno.dev">
<link rel="stylesheet" href="/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="/css/blueimp-gallery.min.css">
Expand All @@ -15,10 +15,13 @@
<meta property="og:site_name" content="My First Lume Site">
<meta property="og:locale" content="en">
<meta property="og:description" content="Just a demo site using lume deno">
<meta property="og:url" content="http://localhost:3000/">
<meta property="og:url" content="https://dry-donkey-75.deno.dev">
<meta property="og:image" content="http://localhost:3000/img/cover.jpg">
<meta name="twitter:description" content="Just a demo site using lume deno">
<meta name="twitter:card" content="summary">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://localhost:3000/img/cover.jpg">
<meta itemprop="description" content="Just a demo site using lume deno">
<meta itemprop="image" content="http://localhost:3000/img/cover.jpg">
<meta name="description" content="Just a demo site using lume deno">
<meta name="generator" content="Lume v1.18.4">
</head>
Expand Down Expand Up @@ -116,6 +119,84 @@ <h2 class="hero__title"><b>Lume Site</b> <br>Demo</h2>
</div>
</div>
</section>
<section class="section section--about section--about-up" id="about">
<div class="container">
<div class="row">
<!-- about -->
<div class="col-12">
<div class="about">
<div class="row">
<div class="col-12 col-lg-6">
<div class="about__cover">
<img src="img/cover.jpg" alt="">
<a href="https://vimeo.com/45830194" class="open-video">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M18.54,9,8.88,3.46a3.42,3.42,0,0,0-5.13,3V17.58A3.42,3.42,0,0,0,7.17,21a3.43,3.43,0,0,0,1.71-.46L18.54,15a3.42,3.42,0,0,0,0-5.92Zm-1,4.19L7.88,18.81a1.44,1.44,0,0,1-1.42,0,1.42,1.42,0,0,1-.71-1.23V6.42a1.42,1.42,0,0,1,.71-1.23A1.51,1.51,0,0,1,7.17,5a1.54,1.54,0,0,1,.71.19l9.66,5.58a1.42,1.42,0,0,1,0,2.46Z"></path></svg>
</a>
</div>
</div>

<div class="col-12 col-lg-6">
<div class="about__content">
<h2>About Lume</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>

<!-- statistics -->
<div class="col-12">
<div class="statistics">
<div class="row">
<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M19.79,7.13A1,1,0,0,0,19,6.75H8v-.5A2,2,0,0,1,9.46,4.33a1.5,1.5,0,0,0,1,.42h1a1.5,1.5,0,0,0,0-3h-1a1.49,1.49,0,0,0-1.17.57A4,4,0,0,0,6,6.25v.5H5a1,1,0,0,0-.79.38A1,1,0,0,0,4,8l.62,2.49A3,3,0,0,0,7.1,12.71l.78,7H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2h-.88l.78-7a3,3,0,0,0,2.45-2.23L20,8A1,1,0,0,0,19.79,7.13ZM14.1,19.75H9.9l-.78-7h5.76ZM17.41,10a1,1,0,0,1-1,.76H7.56a1,1,0,0,1-1-.76L6.28,8.75H17.72Z"></path></svg>
</div>
<div class="statistics__number"><span>40</span><b>+</b></div>
<div class="statistics__text">Featured Speakers</div>
</div>
</div>

<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M21.49,10.19l-1-.55h0l-9-5-.11,0a1.06,1.06,0,0,0-.19-.06l-.19,0-.18,0a1.17,1.17,0,0,0-.2.06l-.11,0-9,5a1,1,0,0,0,0,1.74L4,12.76V17.5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V12.76l2-1.12V14.5a1,1,0,0,0,2,0V11.06A1,1,0,0,0,21.49,10.19ZM16,17.5a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V13.87l4.51,2.5.15.06.09,0a1,1,0,0,0,.25,0h0a1,1,0,0,0,.25,0l.09,0a.47.47,0,0,0,.15-.06L16,13.87Zm-5-3.14L4.06,10.5,11,6.64l6.94,3.86Z"></path></svg>
</div>
<div class="statistics__number"><span>2.500</span><b>+</b></div>
<div class="statistics__text">2021 Attendees</div>
</div>
</div>

<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M21,14H20V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18ZM9,12a1,1,0,0,0,.83-.45l1.33-2,1.13,1.14a1,1,0,0,0,.81.29,1,1,0,0,0,.73-.45l2-3a1,1,0,0,0-1.66-1.1l-1.33,2L11.71,7.29A1,1,0,0,0,10.9,7a1,1,0,0,0-.73.45l-2,3a1,1,0,0,0,.28,1.38A.94.94,0,0,0,9,12Z"></path></svg>
</div>
<div class="statistics__number"><span>36</span><b>+</b></div>
<div class="statistics__text">Hours of Lectures</div>
</div>
</div>

<div class="col-12 col-sm-6 col-xl-3">
<div class="statistics__item">
<div class="statistics__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13.45H7V14.5a1,1,0,0,0,2,0V13.45h6V14.5a1,1,0,0,0,2,0V13.45h3Zm0-7H4V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"></path></svg>
</div>
<div class="statistics__number"><span>30</span><b>+</b></div>
<div class="statistics__text">Sponsors</div>
</div>
</div>
</div>
</div>
</div>
<!-- end statistics -->
</div>
</div>
</div>
<!-- end about -->
</div>
</div>
</section>


<script src="/js/jquery-3.6.0.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions index.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: My First Lume Site
description: Just a demo site using lume deno
image: /img/cover.jpg
---
Binary file added static/img/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions static/img/up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28116dc

Please sign in to comment.