Membuat Template Web Company Profile Lengkap

Created at by Aris Munandar

Template web company profile yang profesional adalah kebutuhan penting bagi setiap bisnis modern. Dalam panduan ini, Anda akan mempelajari cara membuat template web company profile lengkap menggunakan HTML5 dan CSS3 dari awal hingga selesai.

Baca juga: Cara Menyusun Struktur HTML untuk Website Bisnis

Persiapan dan Struktur Folder

Sebelum memulai, kita perlu menyiapkan struktur folder dan file HTML website bisnis yang terorganisir dengan baik. Struktur yang rapi akan memudahkan pengembangan dan maintenance di masa depan.

Struktur Folder Project

company-profile/
│
├── index.html
├── about.html
├── services.html
├── contact.html
│
├── css/
│   ├── style.css
│   └── responsive.css
│
└── js/
    └── script.js

Struktur folder di atas merupakan struktur folder dan file HTML website bisnis yang ideal untuk project company profile. Struktur ini lebih sederhana karena menggunakan SVG inline untuk logo dan gambar dari layanan online gratis seperti Unsplash, sehingga tidak memerlukan folder images lokal.

Membuat Struktur HTML untuk Website Bisnis

Cara menyusun struktur HTML untuk website bisnis yang benar sangat penting untuk SEO dan aksesibilitas. Mari kita buat file index.html dengan struktur HTML website bisnis berbasis HTML5.

File index.html

<!DOCTYPE html>
<html lang="id">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Company Profile - Solusi bisnis terpercaya untuk kebutuhan perusahaan Anda">
    <meta name="keywords" content="company profile, bisnis, layanan profesional">
    <title>Company Profile - Beranda</title>
    <link rel="stylesheet" href="css/style.css">
    <link rel="stylesheet" href="css/responsive.css">
</head>
<body>
    <!-- Header Section -->
    <header class="main-header">
        <div class="container">
            <div class="logo">
                <!-- SVG Logo Inline -->
                <svg class="logo-svg" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <rect width="40" height="40" rx="8" fill="#667eea"/>
                    <path d="M20 10L28 16V24L20 30L12 24V16L20 10Z" fill="white"/>
                    <circle cx="20" cy="20" r="4" fill="#667eea"/>
                </svg>
                <span class="company-name">Your Company</span>
            </div>
            
            <!-- Navigation Menu -->
            <nav class="main-nav">
                <!-- Menu navigasi akan kita buat di bagian selanjutnya -->
            </nav>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="hero">
        <div class="container">
            <div class="hero-content">
                <h1>Selamat Datang di Company Profile Kami</h1>
                <p>Solusi terbaik untuk kebutuhan bisnis Anda</p>
                <a href="#services" class="btn btn-primary">Lihat Layanan</a>
            </div>
        </div>
    </section>

    <!-- About Section -->
    <section class="about" id="about">
        <div class="container">
            <h2>Tentang Kami</h2>
            <div class="about-content">
                <div class="about-text">
                    <p>Kami adalah perusahaan yang berkomitmen memberikan layanan terbaik untuk klien kami. Dengan pengalaman lebih dari 10 tahun, kami telah melayani ratusan klien dari berbagai industri.</p>
                </div>
                <div class="about-image">
                    <img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=800&h=600&fit=crop" alt="Tentang Kami - Tim Profesional">
                </div>
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section class="services" id="services">
        <div class="container">
            <h2>Layanan Kami</h2>
            <div class="services-grid">
                <div class="service-card">
                    <div class="service-icon">
                        <!-- SVG Icon Konsultasi -->
                        <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <circle cx="40" cy="40" r="38" fill="#667eea" opacity="0.1"/>
                            <path d="M40 20C31.716 20 25 26.716 25 35C25 43.284 31.716 50 40 50C48.284 50 55 43.284 55 35C55 26.716 48.284 20 40 20Z" stroke="#667eea" stroke-width="3" stroke-linecap="round"/>
                            <path d="M28 55C28 50.582 31.582 47 36 47H44C48.418 47 52 50.582 52 55V60" stroke="#667eea" stroke-width="3" stroke-linecap="round"/>
                        </svg>
                    </div>
                    <h3>Konsultasi Bisnis</h3>
                    <p>Memberikan solusi strategis untuk pengembangan bisnis Anda</p>
                </div>
                <div class="service-card">
                    <div class="service-icon">
                        <!-- SVG Icon Web Development -->
                        <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <circle cx="40" cy="40" r="38" fill="#667eea" opacity="0.1"/>
                            <rect x="20" y="25" width="40" height="30" rx="2" stroke="#667eea" stroke-width="3"/>
                            <path d="M20 32H60" stroke="#667eea" stroke-width="3"/>
                            <path d="M30 42L35 47L30 52" stroke="#667eea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M40 52H50" stroke="#667eea" stroke-width="2" stroke-linecap="round"/>
                        </svg>
                    </div>
                    <h3>Pengembangan Web</h3>
                    <p>Membangun website profesional untuk meningkatkan online presence</p>
                </div>
                <div class="service-card">
                    <div class="service-icon">
                        <!-- SVG Icon Digital Marketing -->
                        <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <circle cx="40" cy="40" r="38" fill="#667eea" opacity="0.1"/>
                            <path d="M25 50L32 42L40 48L55 30" stroke="#667eea" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M48 30H55V37" stroke="#667eea" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
                            <circle cx="32" cy="42" r="3" fill="#667eea"/>
                            <circle cx="40" cy="48" r="3" fill="#667eea"/>
                        </svg>
                    </div>
                    <h3>Digital Marketing</h3>
                    <p>Strategi pemasaran digital untuk menjangkau lebih banyak pelanggan</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section class="contact" id="contact">
        <div class="container">
            <h2>Hubungi Kami</h2>
            <div class="contact-content">
                <div class="contact-info">
                    <div class="info-item">
                        <h4>Alamat</h4>
                        <p>Jl. Contoh No. 123, Jakarta</p>
                    </div>
                    <div class="info-item">
                        <h4>Email</h4>
                        <p>info@company.com</p>
                    </div>
                    <div class="info-item">
                        <h4>Telepon</h4>
                        <p>+62 21 1234 5678</p>
                    </div>
                </div>
                <div class="contact-form">
                    <form action="#" method="post">
                        <div class="form-group">
                            <input type="text" name="name" placeholder="Nama Lengkap" required>
                        </div>
                        <div class="form-group">
                            <input type="email" name="email" placeholder="Email" required>
                        </div>
                        <div class="form-group">
                            <textarea name="message" rows="5" placeholder="Pesan Anda" required></textarea>
                        </div>
                        <button type="submit" class="btn btn-primary">Kirim Pesan</button>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="main-footer">
        <div class="container">
            <div class="footer-content">
                <p>&copy; 2025 Your Company. All rights reserved.</p>
                <div class="social-links">
                    <a href="#" aria-label="Facebook">Facebook</a>
                    <a href="#" aria-label="Twitter">Twitter</a>
                    <a href="#" aria-label="Instagram">Instagram</a>
                </div>
            </div>
        </div>
    </footer>

    <script src="js/script.js"></script>
</body>
</html>Code language: HTML, XML (xml)

Struktur HTML website bisnis agar SEO friendly di atas menggunakan semantic HTML5 yang membantu mesin pencari memahami konten website dengan lebih baik. Perhatikan penggunaan tag <header>, <nav>, <section>, dan <footer> yang sesuai dengan standar HTML5.

Keunggulan Menggunakan SVG Inline dan Gambar Online

Dalam template ini, kita menggunakan:

  1. SVG Inline untuk Logo: Logo dibuat langsung dalam kode HTML menggunakan SVG, sehingga lebih fleksibel, dapat diubah warnanya dengan CSS, dan tidak memerlukan HTTP request tambahan.

  2. Gambar dari Unsplash: Untuk gambar konten, kita menggunakan layanan gratis seperti Unsplash (https://unsplash.com) yang menyediakan gambar berkualitas tinggi dengan lisensi gratis. Ini mengurangi ukuran project dan mempermudah deployment.

  3. SVG Icons untuk Services: Icon layanan menggunakan SVG inline yang dapat dikustomisasi dengan mudah dan memiliki kualitas sempurna di semua ukuran layar.

Membuat Menu Navigasi dengan HTML5 dan CSS3

Sekarang kita akan fokus pada tutorial navigasi menu HTML5 untuk pemula. Navigasi yang baik adalah kunci dari user experience yang optimal.

Cara Membuat Navigasi Menu HTML5

Tambahkan kode berikut di dalam tag <nav class="main-nav"> pada file index.html:

<nav class="main-nav" role="navigation">
    <button class="mobile-menu-toggle" aria-label="Toggle Menu">
        <span></span>
        <span></span>
        <span></span>
    </button>
    <ul class="nav-menu">
        <li><a href="index.html" class="active">Beranda</a></li>
        <li><a href="#about">Tentang</a></li>
        <li><a href="#services">Layanan</a></li>
        <li><a href="#contact">Kontak</a></li>
    </ul>
</nav>Code language: HTML, XML (xml)

Ini adalah contoh membuat navbar HTML5 tanpa JavaScript untuk versi desktop. Untuk membuat HTML5 nav menu responsive, kita akan menambahkan CSS dan sedikit JavaScript untuk mobile menu toggle.

Menggunakan SVG Inline dan Gambar Online

Salah satu keunggulan dari template web company profile responsif untuk bisnis kecil modern adalah penggunaan SVG inline dan gambar dari layanan online gratis.

Keuntungan SVG Inline

  1. Scalable: SVG dapat diperbesar atau diperkecil tanpa kehilangan kualitas
  2. Customizable: Warna dan style dapat diubah langsung dengan CSS
  3. Performance: Tidak memerlukan HTTP request tambahan
  4. File Size: Ukuran file lebih kecil dibanding PNG/JPG untuk icon sederhana
  5. Accessibility: Mudah ditambahkan atribut aria-label untuk screen reader

Layanan Gambar Online Gratis

Untuk gambar konten, Anda dapat menggunakan layanan berikut:

Format URL Unsplash yang digunakan:

https://images.unsplash.com/photo-[ID]?w=[width]&h=[height]&fit=cropCode language: JavaScript (javascript)

Contoh: https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=800&h=600&fit=crop

Styling Template Company Profile

Sekarang kita akan membuat file CSS untuk styling. Ini adalah bagian penting dari template web company profile responsif untuk bisnis kecil.

File css/style.css

/* Reset dan Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.main-header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-svg {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
}

.company-name {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
}

/* Navigation Styles - HTML5 Nav Menu */
.main-nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu li a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    background-color: #3498db;
    color: #fff;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 150px 0 100px;
    margin-top: 70px;
    text-align: center;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: both;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-primary {
    background-color: #fff;
    color: #667eea;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* About Section */
.about {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Services Section */
.services {
    padding: 80px 0;
}

.services h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon svg {
    width: 80px;
    height: 80px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.contact h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info .info-item {
    margin-bottom: 30px;
}

.contact-info h4 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.contact-info p {
    color: #666;
    font-size: 16px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #3498db;
}

.contact-form button {
    border: none;
    cursor: pointer;
}

/* Footer */
.main-footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 30px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #3498db;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}Code language: CSS (css)

Membuat Template Responsif

Untuk membuat template web company profile mobile friendly, kita perlu menambahkan responsive CSS. Buat file css/responsive.css:

/* Responsive Styles */
@media screen and (max-width: 768px) {
    /* Mobile Navigation */
    .mobile-menu-toggle {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 20px 0;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 10px 0;
    }
    
    /* Hero Section */
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    /* About Section */
    .about-content {
        grid-template-columns: 1fr;
    }
    
    /* Services Grid */
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    /* Contact Section */
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-content h1 {
        font-size: 24px;
    }
    
    .about,
    .services,
    .contact {
        padding: 50px 0;
    }
    
    .service-card {
        padding: 30px 20px;
    }
}Code language: CSS (css)

JavaScript untuk Mobile Menu

Buat file js/script.js untuk menambahkan interaktivitas pada mobile menu:

// Mobile Menu Toggle
document.addEventListener('DOMContentLoaded', function() {
    const mobileMenuToggle = document.querySelector('.mobile-menu-toggle');
    const navMenu = document.querySelector('.nav-menu');
    
    if (mobileMenuToggle) {
        mobileMenuToggle.addEventListener('click', function() {
            navMenu.classList.toggle('active');
            this.classList.toggle('active');
        });
    }
    
    // Close mobile menu when clicking on a link
    const navLinks = document.querySelectorAll('.nav-menu li a');
    navLinks.forEach(link => {
        link.addEventListener('click', function() {
            navMenu.classList.remove('active');
            mobileMenuToggle.classList.remove('active');
        });
    });
    
    // Smooth scrolling for anchor links
    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
        anchor.addEventListener('click', function(e) {
            e.preventDefault();
            const target = document.querySelector(this.getAttribute('href'));
            if (target) {
                target.scrollIntoView({
                    behavior: 'smooth',
                    block: 'start'
                });
            }
        });
    });
});Code language: JavaScript (javascript)

Tampilan Website Company Profile

Berikut ini adalah gambar tampilan website company profile yang sudah dibuat menggunakan kode diatas.

Membuat Template Web Company Profile Lengkap

Kesimpulan

Anda telah berhasil mempelajari cara membuat template web company profile lengkap dari awal hingga akhir. Template ini mencakup:

  • Struktur HTML website bisnis agar SEO friendly dengan semantic HTML5
  • HTML5 nav menu responsive yang mobile-friendly
  • Template web company profile responsif untuk bisnis kecil yang siap pakai
  • Membuat navbar HTML5 tanpa JavaScript untuk versi desktop
  • ✅ Layout modern dengan CSS Grid dan Flexbox
  • ✅ Animasi dan transisi yang smooth
  • ✅ Form kontak yang fungsional
  • ✅ SVG inline untuk logo dan icon yang scalable
  • ✅ Gambar dari layanan online gratis (Unsplash)
  • ✅ Struktur folder yang lebih sederhana dan efisien

Template web company profile HTML5 CSS3 gratis ini dapat Anda kustomisasi sesuai kebutuhan bisnis Anda. Pastikan untuk mengganti konten, warna, dan gambar sesuai dengan brand identity perusahaan Anda.

Tips Pengembangan Lebih Lanjut

  1. Optimasi SEO: Tambahkan meta tags yang lebih lengkap dan structured data
  2. Performance: Minify CSS/JavaScript dan gunakan lazy loading untuk gambar
  3. Accessibility: Pastikan semua elemen dapat diakses dengan keyboard
  4. Testing: Test di berbagai browser dan device untuk memastikan kompatibilitas
  5. Kustomisasi SVG: Ubah warna dan bentuk SVG sesuai brand identity Anda
  6. Gambar Alternatif: Anda juga bisa menggunakan Pexels, Pixabay, atau Lorem Picsum untuk gambar gratis

Dengan mengikuti tutorial ini, Anda kini memiliki contoh template web company profile lengkap dan modern yang dapat langsung digunakan atau dikembangkan lebih lanjut sesuai kebutuhan.

1 HTML Dasar (Pemula)

2 HTML Menengah

3 HTML Lanjutan

5 HTML Ahli (Bonus & Tips)

Comments

Congrats, you have the opportunity to be the first commenter on this article. Have questions or suggestions? Please leave a comment to start discussion.

Leave comment

Alamat email Anda tidak akan dipublikasikan. Required fields are marked *

news-1701

sabung ayam online

yakinjp

yakinjp

rtp yakinjp

slot thailand

yakinjp

yakinjp

yakin jp

yakinjp id

maujp

maujp

maujp

maujp

sabung ayam online

sabung ayam online

judi bola online

sabung ayam online

judi bola online

slot mahjong ways

slot mahjong

sabung ayam online

judi bola

live casino

sabung ayam online

judi bola

live casino

SGP Pools

slot mahjong

sabung ayam online

slot mahjong

SLOT THAILAND

berita 128000726

berita 128000727

berita 128000728

berita 128000729

berita 128000730

berita 128000731

berita 128000732

berita 128000733

berita 128000734

berita 128000735

berita 128000736

berita 128000737

berita 128000738

berita 128000739

berita 128000740

berita 128000741

berita 128000742

berita 128000743

berita 128000744

berita 128000745

berita 128000746

berita 128000747

berita 128000748

berita 128000749

berita 128000750

berita 128000751

berita 128000752

berita 128000753

berita 128000754

berita 128000755

berita 128000756

berita 128000757

berita 128000758

berita 128000759

berita 128000760

berita 128000761

berita 128000762

berita 128000763

berita 128000764

berita 128000765

berita 128000766

berita 128000767

berita 128000768

berita 128000769

berita 128000770

artikel 128000821

artikel 128000822

artikel 128000823

artikel 128000824

artikel 128000825

artikel 128000826

artikel 128000827

artikel 128000828

artikel 128000829

artikel 128000830

artikel 128000831

artikel 128000832

artikel 128000833

artikel 128000834

artikel 128000835

artikel 128000836

artikel 128000837

artikel 128000838

artikel 128000839

artikel 128000840

artikel 128000841

artikel 128000842

artikel 128000843

artikel 128000844

artikel 128000845

artikel 128000846

artikel 128000847

artikel 128000848

artikel 128000849

artikel 128000850

artikel 128000851

artikel 128000852

artikel 128000853

artikel 128000854

artikel 128000855

artikel 128000856

artikel 128000857

artikel 128000858

artikel 128000859

artikel 128000860

artikel 128000861

artikel 128000862

artikel 128000863

artikel 128000864

artikel 128000865

story 138000816

story 138000817

story 138000818

story 138000819

story 138000820

story 138000821

story 138000822

story 138000823

story 138000824

story 138000825

story 138000826

story 138000827

story 138000828

story 138000829

story 138000830

story 138000831

story 138000832

story 138000833

story 138000834

story 138000835

story 138000836

story 138000837

story 138000838

story 138000839

story 138000840

story 138000841

story 138000842

story 138000843

story 138000844

story 138000845

story 138000846

story 138000847

story 138000848

story 138000849

story 138000850

story 138000851

story 138000852

story 138000853

story 138000854

story 138000855

story 138000856

story 138000857

story 138000858

story 138000859

story 138000860

story 138000861

story 138000862

story 138000863

story 138000864

story 138000865

story 138000866

story 138000867

story 138000868

story 138000869

story 138000870

story 138000871

story 138000872

story 138000873

story 138000874

story 138000875

journal-228000376

journal-228000377

journal-228000378

journal-228000379

journal-228000380

journal-228000381

journal-228000382

journal-228000383

journal-228000384

journal-228000385

journal-228000386

journal-228000387

journal-228000388

journal-228000389

journal-228000390

journal-228000391

journal-228000392

journal-228000393

journal-228000394

journal-228000395

journal-228000396

journal-228000397

journal-228000398

journal-228000399

journal-228000400

journal-228000401

journal-228000402

journal-228000403

journal-228000404

journal-228000405

journal-228000406

journal-228000407

journal-228000408

journal-228000409

journal-228000410

journal-228000411

journal-228000412

journal-228000413

journal-228000414

journal-228000415

journal-228000416

journal-228000417

journal-228000418

journal-228000419

journal-228000420

article 228000406

article 228000407

article 228000408

article 228000409

article 228000410

article 228000411

article 228000412

article 228000413

article 228000414

article 228000415

article 228000416

article 228000417

article 228000418

article 228000419

article 228000420

article 228000421

article 228000422

article 228000423

article 228000424

article 228000425

article 228000426

article 228000427

article 228000428

article 228000429

article 228000430

article 228000431

article 228000432

article 228000433

article 228000434

article 228000435

article 228000436

article 228000437

article 228000438

article 228000439

article 228000440

article 228000441

article 228000442

article 228000443

article 228000444

article 228000445

article 228000446

article 228000447

article 228000448

article 228000449

article 228000450

article 228000451

article 228000452

article 228000453

article 228000454

article 228000455

update 238000492

update 238000493

update 238000494

update 238000495

update 238000496

update 238000497

update 238000498

update 238000499

update 238000500

update 238000501

update 238000502

update 238000503

update 238000504

update 238000505

update 238000506

update 238000507

update 238000508

update 238000509

update 238000510

update 238000511

update 238000512

update 238000513

update 238000514

update 238000515

update 238000516

update 238000517

update 238000518

update 238000519

update 238000520

update 238000521

update 238000522

update 238000523

update 238000524

update 238000525

update 238000526

update 238000527

update 238000528

update 238000529

update 238000530

update 238000531

update 238000532

update 238000533

update 238000534

update 238000535

update 238000536

update 238000537

update 238000538

update 238000539

update 238000540

update 238000541

update 238000542

update 238000543

update 238000544

update 238000545

update 238000546

news-1701