Posty

Wyświetlam posty z etykietą Szablony stron

Szablony stron: projekt strony firmowej 5

Kolejny szablon strony firmowej oparty na Bootstrapie 5: <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Twoja Firma</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"> <style> body { background-color: #f9f4f6; } .top-image { background-image: url('/images/top.jpg'); /* Ścieżka do obrazka */ background-size: cover; background-position: center; color: white; min-height: 60vh; display: flex; align-i...

Szablony stron: projekt strony firmowej 4

Kolejny szablon strony firmowej oparty na Bootstrapie 5: <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Twoja Firma</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <style> body { font-family: 'Roboto', sans-serif; background-color: #f4f9f4; scroll-behavior: smooth; } .navbar { background-color: #4CAF50; } .navbar-brand, .nav-link { color: white !important; ...

Szablony stron: projekt strony firmowej 3

Kolejny szablon strony firmowej oparty na Bootstrapie 5: <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Twoja Firma</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap" rel="stylesheet"> <style> body { font-family: 'Poppins', sans-serif; background-color: #f9f9f9; scroll-behavior: smooth; } .top-image { background: url('hero-image.jpg') no-repeat center center/cover; height: 80vh; display: flex; align-items: cent...

Szablony stron: projekt strony firmowej 2

Kolejny szablon strony firmowej oparty na Bootstrapie 5: <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Twoja Firma</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet"> <style> body { font-family: Arial, sans-serif; } .top-image { background: #007bff; color: white; padding: 100px 0; text-align: center; } .section { padding: 60px 0; } .footer { text-align: center; padding: 20px 0; background-color: #007bff; color: white; ...

Szablony stron: projekt strony firmowej 1

Szablon strony firmowej oparty na Bootstrapie 5: <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Twoja Firma</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet"> <style> .header { background: #343a40; color: white; padding: 40px 0; } .section { padding: 60px 0; } .bg-light-gray { background-color: #f8f9fa; } .footer { background-color: #343a40; color: white; padding: 20px 0; } </style> <script s...