commit fa8c61725ad9fb65a12c79ff2b43a61d3f875e00 Author: Muhammad Herdy Iskandar <66510723+dyzulk@users.noreply.github.com> Date: Thu Aug 31 10:22:20 2023 +0700 Add files via upload diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c7535e --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Skilline Landing Page +Free landing page template built on top of TailwindCSS + +> [LIVE DEMO](https://mhaecal.github.io/frontend/skilline) + + + +## Built with: +- Tailwind CSS ^2.0 +- Alpine JS ^2.* +- AOS - Animate on scroll library + +## Getting Started +The template is just a HTML file using a CDN service + +`git clone https://github.com/mhaecal/skilline-landing-page.git` + +# +Use it for learn, but please don’t republish, redistribute, or resell the template. + +For personal or commersial project, just contact [Irvan Moses](https://www.facebook.com/irvan.moses) + +- Code by mhaecal +- UI/UX by irvanmoses diff --git a/css/skilline.css b/css/skilline.css new file mode 100644 index 0000000..0012ba0 --- /dev/null +++ b/css/skilline.css @@ -0,0 +1,41 @@ +/*primary color*/ +.bg-cream { + background-color: #FFF2E1; +} + +/*font*/ +body { + font-family: 'Poppins', sans-serif; +} + +.bg-yellow-500 { + background-color: #F48C06; +} +.text-yellow-500 { + color: #F48C06; +} +.floating { + animation-name: floating; + animation-duration: 3s; + animation-iteration-count: infinite; + animation-timing-function: ease-in-out; +} +@keyframes floating { + 0% { transform: translate(0, 0px); } + 50% { transform: translate(0, 8px); } + 100% { transform: translate(0, -0px); } +} +.floating-4 { + animation-name: floating; + animation-duration: 4s; + animation-iteration-count: infinite; + animation-timing-function: ease-in-out; +} +@keyframes floating-4 { + 0% { transform: translate(0, 0px); } + 50% { transform: translate(0, 8px); } + 100% { transform: translate(0, -0px); } +} +.text-darken { + color: #2F327D; +} \ No newline at end of file diff --git a/icon1.svg b/icon1.svg new file mode 100644 index 0000000..e6d0fa3 --- /dev/null +++ b/icon1.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/icon2.svg b/icon2.svg new file mode 100644 index 0000000..b6527fe --- /dev/null +++ b/icon2.svg @@ -0,0 +1,38 @@ + \ No newline at end of file diff --git a/icon3.svg b/icon3.svg new file mode 100644 index 0000000..aeab6af --- /dev/null +++ b/icon3.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/icon4.svg b/icon4.svg new file mode 100644 index 0000000..2c031b1 --- /dev/null +++ b/icon4.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/img/Rectangle 19.png b/img/Rectangle 19.png new file mode 100644 index 0000000..238e204 Binary files /dev/null and b/img/Rectangle 19.png differ diff --git a/img/Rectangle 21.png b/img/Rectangle 21.png new file mode 100644 index 0000000..ebdc27f Binary files /dev/null and b/img/Rectangle 21.png differ diff --git a/img/calendar.svg b/img/calendar.svg new file mode 100644 index 0000000..a22eb84 --- /dev/null +++ b/img/calendar.svg @@ -0,0 +1,33 @@ + diff --git a/img/cat-laptop.png b/img/cat-laptop.png new file mode 100644 index 0000000..046edd5 Binary files /dev/null and b/img/cat-laptop.png differ diff --git a/img/children-laptop.png b/img/children-laptop.png new file mode 100644 index 0000000..e4fda5f Binary files /dev/null and b/img/children-laptop.png differ diff --git a/img/company/airbnb.svg b/img/company/airbnb.svg new file mode 100644 index 0000000..55febd5 --- /dev/null +++ b/img/company/airbnb.svg @@ -0,0 +1,10 @@ + diff --git a/img/company/amazon.svg b/img/company/amazon.svg new file mode 100644 index 0000000..6703a4e --- /dev/null +++ b/img/company/amazon.svg @@ -0,0 +1,12 @@ + diff --git a/img/company/facebook.svg b/img/company/facebook.svg new file mode 100644 index 0000000..f78f2dd --- /dev/null +++ b/img/company/facebook.svg @@ -0,0 +1,3 @@ + diff --git a/img/company/google.svg b/img/company/google.svg new file mode 100644 index 0000000..d9510b6 --- /dev/null +++ b/img/company/google.svg @@ -0,0 +1,15 @@ + diff --git a/img/company/grab.svg b/img/company/grab.svg new file mode 100644 index 0000000..c11dd85 --- /dev/null +++ b/img/company/grab.svg @@ -0,0 +1,3 @@ + diff --git a/img/company/netflix.svg b/img/company/netflix.svg new file mode 100644 index 0000000..a4f37f0 --- /dev/null +++ b/img/company/netflix.svg @@ -0,0 +1,10 @@ + diff --git a/img/congrat.svg b/img/congrat.svg new file mode 100644 index 0000000..af2b42e --- /dev/null +++ b/img/congrat.svg @@ -0,0 +1,18 @@ + diff --git a/img/discussion.png b/img/discussion.png new file mode 100644 index 0000000..caa9e48 Binary files /dev/null and b/img/discussion.png differ diff --git a/img/girl-laptop.png b/img/girl-laptop.png new file mode 100644 index 0000000..86eb5a5 Binary files /dev/null and b/img/girl-laptop.png differ diff --git a/img/girl-with-books.png b/img/girl-with-books.png new file mode 100644 index 0000000..3542014 Binary files /dev/null and b/img/girl-with-books.png differ diff --git a/img/girl.png b/img/girl.png new file mode 100644 index 0000000..fa78a25 Binary files /dev/null and b/img/girl.png differ diff --git a/img/gradebook.png b/img/gradebook.png new file mode 100644 index 0000000..e338e95 Binary files /dev/null and b/img/gradebook.png differ diff --git a/img/hero.png b/img/hero.png new file mode 100644 index 0000000..bdf84e6 Binary files /dev/null and b/img/hero.png differ diff --git a/img/integrations.png b/img/integrations.png new file mode 100644 index 0000000..883a3cd Binary files /dev/null and b/img/integrations.png differ diff --git a/img/laptop-news.png b/img/laptop-news.png new file mode 100644 index 0000000..78443ec Binary files /dev/null and b/img/laptop-news.png differ diff --git a/img/teacher-explaining.png b/img/teacher-explaining.png new file mode 100644 index 0000000..40ea9fa Binary files /dev/null and b/img/teacher-explaining.png differ diff --git a/img/testimonials.png b/img/testimonials.png new file mode 100644 index 0000000..d7f62a6 Binary files /dev/null and b/img/testimonials.png differ diff --git a/img/true-false.png b/img/true-false.png new file mode 100644 index 0000000..b6e213f Binary files /dev/null and b/img/true-false.png differ diff --git a/img/ux-class.svg b/img/ux-class.svg new file mode 100644 index 0000000..14ba8a7 --- /dev/null +++ b/img/ux-class.svg @@ -0,0 +1,23 @@ + diff --git a/img/vcall.png b/img/vcall.png new file mode 100644 index 0000000..c0731ce Binary files /dev/null and b/img/vcall.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..6de00e7 --- /dev/null +++ b/index.html @@ -0,0 +1,514 @@ + + + +
+ + + + + ++ Dapatkan potongan biaya formulir pendaftaran mahasiswa baru ITPLN sebesar Rp. 50.000 , dengan + memasukkan kode voucher “3ND4Y”.
+
+
+ Pendafaran PMB Mandiri ITPLN 2023
+Deadline Pendaftaran
+3ND4Y
+Semua mahasiswa Institut Teknologi PLN akan dipanggil sebagai Ksatriapetir. + Institut Teknologi PLN merupakan perguruan tinggi yang fokus dibidang energi, teknologi yang + berwawasan lingkungan untuk pembangunan yang berkelanjutan.
+Melengkapi biodata dimulai dari Data Pribadi, Alamat dan Pas Foto. + Melengkapui data Asal Sekolah + dan + juga melengkapi data Orang Tua
+Memilih gelombang pendaftaran mahasiswa baru ITPLN yang tersedia atau yang + diinginkan selanjutnya + kamu pilih jurusan yang kamu inginkan
+Memilih metode pembayaran Tunai atau Cicilan
+Masukan kode 3ND4Y sebelum melakukan Pembayaran Formulir
+Paste voucher pada kolom Masukan Voucher
+Pilih metode pembayaran yang diinginkan
+Kamu telah berhasil mendapatkan potongan biaya formulir
+
+