Skip to content

TEDxUNDIP-22/TEDx22-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEDxUNDIP 3.0 frontend

progress [development] status :

Netlify Status
remote hosting branch master on netlify [to see web development progress]
access link = https://tedx22-dev.netlify.com/

progress [deployment] status : soon

Plugin

Plugins used on the master branch (add your own as needed).

Plugin Docs
Jquery jquery-1.12.4.min.js
bootstrap 5.0 bootstrap 5.0
boxicons boxicons
glightbox.js glightbox.min.js
owl-carousel.js owl-carousel.min.js
swiper.js swiper-bundle.min.js
isotope.js isotope.pkgd.min.js
aos.js aos.js
animate.css animate.min.css

Notes

Note: <header> tag is required same as master branch.

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>TEDxUNDIP</title>
  <meta content="TEDx 2022" name="title">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <meta content="TEDx,TEDxUNDIP,Universitas Diponegoro,hackaton,revealthesun,undip,TEDxundip,TEDx2022" name="keywords">
  <meta
    content="One of the greatest event is finally back! Prepare yourself and get ready to be part of TEDx 2022~! Be there or be square."
    name="description">
  <!-- cannonical -->
  <link rel="canonical" hreflang="id" href="https://tedxundip.org/index.html">
  <link rel="alternate" hreflang="en" href="https://tedxundip.org/index.html">
  <link rel="alternate" hreflang="x-default" href="https://tedxundip.org/index.html">
  <!-- cannonical ends -->
  <!-- open graph -->
  <meta property="og:title" content="TEDx UNDIP 2022">
  <meta property="og:url" content="https://tedxundip.org/index.html">
  <meta property="og:image" content="./assets/img/og-image.png">
  <meta property="og:description"
    content="One of the greatest event is finally back! Prepare yourself and get ready to be part of TEDx 2022~! Be there or be square.">
  <!-- open graph ends-->
  <!-- Favicons -->
  <link href="./assets/img/favicon.png" rel="icon">
  <link href="./assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  <!-- Google Fonts -->
  type sesuai kebutuhan
  <!-- Vendor CSS Files -->
  type sesuai kebutuhan
  <!-- Main CSS File -->
  <link href="./assets/css/style.css" rel="stylesheet">
</head>

Note: script below is required if you wanna use jQuery. add this script after calling jquery [is used to improve web performance related to javascript payload]

  <script>
    jQuery.event.special.touchstart = {
      setup: function (_, ns, handle) {
        this.addEventListener("touchstart", handle, {
          passive: true
        });
      }
    };
  </script>

Note: always use loading="lazy" and alt="your desc" in <iframe> and <img> to increase wevsite SEO. it's optional to use specify width and height in img tag

<img src="./path/portofolio.png" 
    alt="Portfolio website dengan Laravel dan Bootstrap"
    width="400" height="300"
    loading="lazy">

License

MIT