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

ayowin

yakinjp id

maujp

maujp

sv388

taruhan bola online

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

slot mahjong

sabung ayam online

slot mahjong

118000631

118000632

118000633

118000634

118000635

118000636

118000637

118000638

118000639

118000640

118000641

118000642

118000643

118000644

118000645

118000646

118000647

118000648

118000649

118000650

118000651

118000652

118000653

118000654

118000655

118000656

118000657

118000658

118000659

118000660

118000661

118000662

118000663

118000664

118000665

118000666

118000667

118000668

118000669

118000670

118000671

118000672

118000673

118000674

118000675

118000676

118000677

118000678

118000679

118000680

118000681

118000682

118000683

118000684

118000685

118000686

118000687

118000688

118000689

118000690

118000691

118000692

118000693

118000694

118000695

118000696

118000697

118000698

118000699

118000700

118000701

118000702

118000703

118000704

118000705

128000681

128000682

128000683

128000684

128000685

128000686

128000687

128000688

128000689

128000690

128000691

128000692

128000693

128000694

128000695

128000701

128000702

128000703

128000704

128000705

128000706

128000707

128000708

128000709

128000710

128000711

128000712

128000713

128000714

128000715

128000716

128000717

128000718

128000719

128000720

128000721

128000722

128000723

128000724

128000725

128000726

128000727

128000728

128000729

128000730

128000731

128000732

128000733

128000734

128000735

138000421

138000422

138000423

138000424

138000425

138000426

138000427

138000428

138000429

138000430

138000431

138000432

138000433

138000434

138000435

138000436

138000437

138000438

138000439

138000440

138000431

138000432

138000433

138000434

138000435

138000436

138000437

138000438

138000439

138000440

138000441

138000442

138000443

138000444

138000445

138000446

138000447

138000448

138000449

138000450

208000356

208000357

208000358

208000359

208000360

208000361

208000362

208000363

208000364

208000365

208000366

208000367

208000368

208000369

208000370

208000386

208000387

208000388

208000389

208000390

208000391

208000392

208000393

208000394

208000395

208000396

208000397

208000398

208000399

208000400

208000401

208000402

208000403

208000404

208000405

208000406

208000407

208000408

208000409

208000410

208000411

208000412

208000413

208000414

208000415

208000416

208000417

208000418

208000419

208000420

208000421

208000422

208000423

208000424

208000425

208000426

208000427

208000428

208000429

208000430

228000051

228000052

228000053

228000054

228000055

228000056

228000057

228000058

228000059

228000060

228000061

228000062

228000063

228000064

228000065

228000066

228000067

228000068

228000069

228000070

238000211

238000212

238000213

238000214

238000215

238000216

238000217

238000218

238000219

238000220

238000221

238000222

238000223

238000224

238000225

238000226

238000227

238000228

238000229

238000230

news-1701