Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
<!DOCTYPE html> <html lang="id" class="scroll-smooth"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HIMASI - Himpunan Mahasiswa Sistem Informasi</title> <script src="https://cdn.tailwindcss.com"></script> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> </head> <body class="bg-gradient-to-br from-slate-900 via-purple-900 to-slate-900 text-white"> <!-- Navbar --> <nav class="fixed top-0 w-full bg-black/10 backdrop-blur-lg border-b border-white/10 z-50"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex justify-between items-center py-4"> <div class="flex items-center space-x-2"> <div class="w-10 h-10 bg-gradient-to-r from-purple-400 to-pink-400 rounded-lg flex items-center justify-center"> <i class="fas fa-graduation-cap text-white text-lg"></i> </div> <span class="text-xl font-bold bg-gradient-to-r from-purple-400 to-pink-400 bg-clip-text text-transparent">HIMASI</span> </div> <div class="hidden md:flex space-x-8"> <a href="#beranda" class="hover:text-purple-400 transition-all duration-300 hover:scale-105">Beranda</a> <a href="#program" class="hover:text-purple-400 transition-all duration-300 hover:scale-105">Program Kerja</a> <a href="#artikel" class="hover:text-purple-400 transition-all duration-300 hover:scale-105">Artikel</a> <a href="#kontak" class="hover:text-purple-400 transition-all duration-300 hover:scale-105">Kontak</a> </div> <div class="md:hidden"> <button class="text-white hover:text-purple-400 transition-colors"> <i class="fas fa-bars text-xl"></i> </button> </div> </div> </div> </nav> <!-- Jumbotron --> <section id="beranda" class="min-h-screen flex items-center justify-center relative overflow-hidden pt-20"> <!-- Background decorative elements --> <div class="absolute inset-0 overflow-hidden"> <div class="absolute -top-40 -right-40 w-80 h-80 bg-purple-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 animate-pulse"></div> <div class="absolute -bottom-40 -left-40 w-80 h-80 bg-pink-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 animate-pulse" style="animation-delay: 1s;"></div> <div class="absolute top-40 left-1/2 w-80 h-80 bg-indigo-500 rounded-full mix-blend-multiply filter blur-xl opacity-10 animate-pulse" style="animation-delay: 2s;"></div> </div> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10"> <div class="mb-8"> <h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-white via-purple-200 to-pink-200 bg-clip-text text-transparent leading-tight"> HIMASI </h1> <p class="text-xl md:text-2xl text-gray-300 mb-2 font-light">Himpunan Mahasiswa Sistem Informasi</p> <p class="text-lg text-purple-300 mb-8">Universitas Teknologi Digital Indonesia</p> </div> <div class="max-w-3xl mx-auto mb-12"> <p class="text-lg md:text-xl text-gray-300 leading-relaxed mb-8"> Organisasi mahasiswa yang berkomitmen untuk mengembangkan potensi mahasiswa Sistem Informasi melalui kegiatan akademik, soft skill, dan pengabdian masyarakat. </p> <div class="flex flex-col sm:flex-row gap-4 justify-center"> <a href="#program" class="bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 px-8 py-4 rounded-full text-white font-semibold transition-all duration-300 transform hover:scale-105 hover:shadow-2xl inline-flex items-center justify-center"> <i class="fas fa-rocket mr-2"></i> Jelajahi Program </a> <a href="#artikel" class="border-2 border-purple-400 hover:bg-purple-400 px-8 py-4 rounded-full text-purple-400 hover:text-white font-semibold transition-all duration-300 transform hover:scale-105 inline-flex items-center justify-center"> <i class="fas fa-book mr-2"></i> Baca Artikel </a> </div> </div> <!-- Stats --> <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-4xl mx-auto"> <div class="bg-white/5 backdrop-blur-sm rounded-2xl p-6 border border-white/10 hover:bg-white/10 transition-all duration-300"> <div class="text-3xl font-bold text-purple-400 mb-2">500+</div> <div class="text-gray-300">Anggota Aktif</div> </div> <div class="bg-white/5 backdrop-blur-sm rounded-2xl p-6 border border-white/10 hover:bg-white/10 transition-all duration-300"> <div class="text-3xl font-bold text-pink-400 mb-2">50+</div> <div class="text-gray-300">Program Kerja</div> </div> <div class="bg-white/5 backdrop-blur-sm rounded-2xl p-6 border border-white/10 hover:bg-white/10 transition-all duration-300"> <div class="text-3xl font-bold text-indigo-400 mb-2">5</div> <div class="text-gray-300">Tahun Berprestasi</div> </div> </div> </div> </section> <!-- Program Kerja --> <section id="program" class="py-20 relative"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-16"> <h2 class="text-4xl md:text-5xl font-bold mb-6 bg-gradient-to-r from-purple-400 to-pink-400 bg-clip-text text-transparent"> Program Kerja </h2> <p class="text-xl text-gray-300 max-w-3xl mx-auto"> Berbagai program inovatif untuk mengembangkan potensi mahasiswa Sistem Informasi </p> </div> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> <!-- Program 1 --> <div class="group bg-white/5 backdrop-blur-sm rounded-3xl p-8 border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2 hover:shadow-2xl"> <div class="w-16 h-16 bg-gradient-to-r from-purple-500 to-pink-500 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300"> <i class="fas fa-code text-white text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-white group-hover:text-purple-300 transition-colors">Workshop Programming</h3> <p class="text-gray-300 leading-relaxed"> Pelatihan intensif programming dengan berbagai bahasa pemrograman modern untuk meningkatkan skill teknis mahasiswa. </p> </div> <!-- Program 2 --> <div class="group bg-white/5 backdrop-blur-sm rounded-3xl p-8 border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2 hover:shadow-2xl"> <div class="w-16 h-16 bg-gradient-to-r from-blue-500 to-indigo-500 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300"> <i class="fas fa-users text-white text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-white group-hover:text-blue-300 transition-colors">Leadership Training</h3> <p class="text-gray-300 leading-relaxed"> Program pengembangan kepemimpinan untuk membentuk karakter pemimpin masa depan di bidang teknologi informasi. </p> </div> <!-- Program 3 --> <div class="group bg-white/5 backdrop-blur-sm rounded-3xl p-8 border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2 hover:shadow-2xl"> <div class="w-16 h-16 bg-gradient-to-r from-green-500 to-teal-500 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300"> <i class="fas fa-heart text-white text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-white group-hover:text-green-300 transition-colors">Pengabdian Masyarakat</h3> <p class="text-gray-300 leading-relaxed"> Kegiatan sosial untuk memberikan kontribusi nyata kepada masyarakat melalui penerapan teknologi informasi. </p> </div> <!-- Program 4 --> <div class="group bg-white/5 backdrop-blur-sm rounded-3xl p-8 border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2 hover:shadow-2xl"> <div class="w-16 h-16 bg-gradient-to-r from-orange-500 to-red-500 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300"> <i class="fas fa-trophy text-white text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-white group-hover:text-orange-300 transition-colors">Kompetisi IT</h3> <p class="text-gray-300 leading-relaxed"> Menyelenggarakan dan mengikuti berbagai kompetisi IT untuk mengasah kemampuan dan meraih prestasi. </p> </div> <!-- Program 5 --> <div class="group bg-white/5 backdrop-blur-sm rounded-3xl p-8 border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2 hover:shadow-2xl"> <div class="w-16 h-16 bg-gradient-to-r from-purple-500 to-blue-500 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300"> <i class="fas fa-graduation-cap text-white text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-white group-hover:text-purple-300 transition-colors">Seminar Teknologi</h3> <p class="text-gray-300 leading-relaxed"> Menghadirkan para ahli untuk berbagi pengetahuan tentang perkembangan terkini dalam dunia teknologi informasi. </p> </div> <!-- Program 6 --> <div class="group bg-white/5 backdrop-blur-sm rounded-3xl p-8 border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2 hover:shadow-2xl"> <div class="w-16 h-16 bg-gradient-to-r from-pink-500 to-rose-500 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300"> <i class="fas fa-handshake text-white text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-white group-hover:text-pink-300 transition-colors">Networking Event</h3> <p class="text-gray-300 leading-relaxed"> Membangun jaringan profesional dengan alumni dan praktisi industri untuk membuka peluang karir di masa depan. </p> </div> </div> </div> </section> <!-- Artikel --> <section id="artikel" class="py-20 bg-black/20"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-16"> <h2 class="text-4xl md:text-5xl font-bold mb-6 bg-gradient-to-r from-purple-400 to-pink-400 bg-clip-text text-transparent"> Artikel Terbaru </h2> <p class="text-xl text-gray-300 max-w-3xl mx-auto"> Baca artikel menarik seputar teknologi, tips karir, dan pengalaman mahasiswa </p> </div> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> <!-- Artikel 1 --> <article class="group bg-white/5 backdrop-blur-sm rounded-3xl overflow-hidden border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2"> <div class="h-48 bg-gradient-to-r from-purple-600 to-pink-600 relative overflow-hidden"> <div class="absolute inset-0 bg-black/20 group-hover:bg-black/10 transition-all duration-300"></div> <div class="absolute bottom-4 left-4"> <span class="bg-white/20 backdrop-blur-sm px-3 py-1 rounded-full text-xs text-white">Teknologi</span> </div> </div> <div class="p-6"> <h3 class="text-xl font-bold mb-3 text-white group-hover:text-purple-300 transition-colors"> Tren AI dan Machine Learning di 2024 </h3> <p class="text-gray-300 mb-4 leading-relaxed"> Eksplorasi mendalam tentang perkembangan artificial intelligence dan dampaknya terhadap industri teknologi... </p> <div class="flex items-center justify-between"> <div class="flex items-center space-x-2 text-sm text-gray-400"> <i class="fas fa-calendar"></i> <span>15 Januari 2024</span> </div> <a href="#" class="text-purple-400 hover:text-purple-300 text-sm font-medium transition-colors"> Baca Selengkapnya → </a> </div> </div> </article> <!-- Artikel 2 --> <article class="group bg-white/5 backdrop-blur-sm rounded-3xl overflow-hidden border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2"> <div class="h-48 bg-gradient-to-r from-blue-600 to-indigo-600 relative overflow-hidden"> <div class="absolute inset-0 bg-black/20 group-hover:bg-black/10 transition-all duration-300"></div> <div class="absolute bottom-4 left-4"> <span class="bg-white/20 backdrop-blur-sm px-3 py-1 rounded-full text-xs text-white">Karir</span> </div> </div> <div class="p-6"> <h3 class="text-xl font-bold mb-3 text-white group-hover:text-blue-300 transition-colors"> Tips Membangun Portfolio Developer </h3> <p class="text-gray-300 mb-4 leading-relaxed"> Panduan lengkap untuk membuat portfolio yang menarik bagi recruiter dan meningkatkan peluang karir... </p> <div class="flex items-center justify-between"> <div class="flex items-center space-x-2 text-sm text-gray-400"> <i class="fas fa-calendar"></i> <span>12 Januari 2024</span> </div> <a href="#" class="text-blue-400 hover:text-blue-300 text-sm font-medium transition-colors"> Baca Selengkapnya → </a> </div> </div> </article> <!-- Artikel 3 --> <article class="group bg-white/5 backdrop-blur-sm rounded-3xl overflow-hidden border border-white/10 hover:bg-white/10 transition-all duration-500 transform hover:-translate-y-2"> <div class="h-48 bg-gradient-to-r from-green-600 to-teal-600 relative overflow-hidden"> <div class="absolute inset-0 bg-black/20 group-hover:bg-black/10 transition-all duration-300"></div> <div class="absolute bottom-4 left-4"> <span class="bg-white/20 backdrop-blur-sm px-3 py-1 rounded-full text-xs text-white">Pengalaman</span> </div> </div> <div class="p-6"> <h3 class="text-xl font-bold mb-3 text-white group-hover:text-green-300 transition-colors"> Journey Magang di Startup Teknologi </h3> <p class="text-gray-300 mb-4 leading-relaxed"> Cerita inspiratif dari mahasiswa yang berhasil mendapatkan pengalaman berharga di startup teknologi terkemuka... </p> <div class="flex items-center justify-between"> <div class="flex items-center space-x-2 text-sm text-gray-400"> <i class="fas fa-calendar"></i> <span>10 Januari 2024</span> </div> <a href="#" class="text-green-400 hover:text-green-300 text-sm font-medium transition-colors"> Baca Selengkapnya → </a> </div> </div> </article> </div> <div class="text-center mt-12"> <a href="#" class="inline-flex items-center bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 px-8 py-4 rounded-full text-white font-semibold transition-all duration-300 transform hover:scale-105"> <i class="fas fa-newspaper mr-2"></i> Lihat Semua Artikel </a> </div> </div> </section> <!-- Footer --> <footer id="kontak" class="bg-black/40 border-t border-white/10 py-16"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12"> <!-- Logo & Deskripsi --> <div class="lg:col-span-2"> <div class="flex items-center space-x-2 mb-6"> <div class="w-12 h-12 bg-gradient-to-r from-purple-400 to-pink-400 rounded-lg flex items-center justify-center"> <i class="fas fa-graduation-cap text-white text-xl"></i> </div> <span class="text-2xl font-bold bg-gradient-to-r from-purple-400 to-pink-400 bg-clip-text text-transparent">HIMASI</span> </div> <p class="text-gray-300 leading-relaxed max-w-md mb-6"> Himpunan Mahasiswa Sistem Informasi yang berkomitmen mengembangkan potensi mahasiswa melalui berbagai program inovatif dan berkelanjutan. </p> <div class="flex space-x-4"> <a href="#" class="w-10 h-10 bg-white/10 hover:bg-purple-500 rounded-full flex items-center justify-center transition-all duration-300 hover:scale-110"> <i class="fab fa-instagram text-white"></i> </a> <a href="#" class="w-10 h-10 bg-white/10 hover:bg-blue-500 rounded-full flex items-center justify-center transition-all duration-300 hover:scale-110"> <i class="fab fa-twitter text-white"></i> </a> <a href="#" class="w-10 h-10 bg-white/10 hover:bg-blue-600 rounded-full flex items-center justify-center transition-all duration-300 hover:scale-110"> <i class="fab fa-linkedin text-white"></i> </a> <a href="#" class="w-10 h-10 bg-white/10 hover:bg-green-500 rounded-full flex items-center justify-center transition-all duration-300 hover:scale-110"> <i class="fab fa-whatsapp text-white"></i> </a> </div> </div> <!-- Quick Links --> <div> <h4 class="text-lg font-semibold mb-6 text-white">Quick Links</h4> <ul class="space-y-3"> <li><a href="#beranda" class="text-gray-300 hover:text-purple-400 transition-colors">Beranda</a></li> <li><a href="#program" class="text-gray-300 hover:text-purple-400 transition-colors">Program Kerja</a></li> <li><a href="#artikel" class="text-gray-300 hover:text-purple-400 transition-colors">Artikel</a></li> <li><a href="#" class="text-gray-300 hover:text-purple-400 transition-colors">Tentang Kami</a></li> </ul> </div> <!-- Kontak --> <div> <h4 class="text-lg font-semibold mb-6 text-white">Kontak</h4> <ul class="space-y-3"> <li class="flex items-start space-x-3"> <i class="fas fa-map-marker-alt text-purple-400 mt-1"></i> <span class="text-gray-300"> Gedung Informatika Lt.3<br> Universitas Teknologi Digital Indonesia </span> </li> <li class="flex items-center space-x-3"> <i class="fas fa-envelope text-purple-400"></i> <span class="text-gray-300">himasi@utdi.ac.id</span> </li> <li class="flex items-center space-x-3"> <i class="fas fa-phone text-purple-400"></i> <span class="text-gray-300">+62 812-3456-7890</span> </li> </ul> </div> </div> <!-- Copyright --> <div class="border-t border-white/10 pt-8"> <div class="text-center text-gray-400"> <p>© 2024 HIMASI - Himpunan Mahasiswa Sistem Informasi. All rights reserved.</p> </div> </div> </div> </footer> </body> </html>
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Peter Thiel Dialog Society
43 min ago | 23.72 KB
other seps
CSS | 1 hour ago | 0.15 KB
Check socradar.io for your FortiGate
PowerShell | 3 hours ago | 2.33 KB
Covid vs Covid vaccine heart problems
12 hours ago | 2.29 KB
MindZoom
18 hours ago | 2.10 KB
listen.php
PHP | 19 hours ago | 1.28 KB
bind_shell.sh
19 hours ago | 0.21 KB
Untitled
1 day ago | 11.34 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!