maa6 commited on
Commit
f4f4e44
·
verified ·
1 Parent(s): ebc56b7

kan du byta ut företagslogon till denna bild och införa färgskalan på övriga sidan?

Browse files
Files changed (2) hide show
  1. index.html +30 -28
  2. style.css +44 -18
index.html CHANGED
@@ -25,8 +25,10 @@
25
  </head>
26
  <body class="bg-light text-dark font-sans antialiased">
27
  <custom-navbar></custom-navbar>
28
-
29
- <main>
 
 
30
  <!-- Hero Section -->
31
  <section class="relative h-screen flex items-center justify-center overflow-hidden">
32
  <div class="absolute inset-0 bg-black/50 z-10"></div>
@@ -72,13 +74,13 @@
72
  </a>
73
  </div>
74
  </div>
75
- <div class="bg-white p-6">
76
- <div class="flex justify-between items-start mb-2">
77
- <h3 class="text-xl font-bold">Midnight Sun Chronicles</h3>
78
- <span class="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm font-medium">2023</span>
79
  </div>
80
- <p class="text-gray-600">Director: Erik Johansson</p>
81
- </div>
82
  </div>
83
 
84
  <!-- Film 2 -->
@@ -96,13 +98,13 @@
96
  </a>
97
  </div>
98
  </div>
99
- <div class="bg-white p-6">
100
- <div class="flex justify-between items-start mb-2">
101
- <h3 class="text-xl font-bold">The Silent Forest</h3>
102
- <span class="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm font-medium">2021</span>
103
  </div>
104
- <p class="text-gray-600">Director: Lena Andersson</p>
105
- </div>
106
  </div>
107
 
108
  <!-- Film 3 -->
@@ -120,13 +122,13 @@
120
  </a>
121
  </div>
122
  </div>
123
- <div class="bg-white p-6">
124
- <div class="flex justify-between items-start mb-2">
125
- <h3 class="text-xl font-bold">Stockholm Underground</h3>
126
- <span class="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm font-medium">2019</span>
127
  </div>
128
- <p class="text-gray-600">Director: Mikael Bergman</p>
129
- </div>
130
  </div>
131
  </div>
132
 
@@ -140,19 +142,19 @@
140
  </section>
141
 
142
  <!-- About Section -->
143
- <section id="about" class="py-20 bg-gray-50">
144
- <div class="container mx-auto px-4">
145
  <div class="flex flex-col lg:flex-row items-center gap-12">
146
  <div class="lg:w-1/2">
147
  <img src="http://static.photos/office/1200x630/15" alt="Our Studio in Gustavsberg" class="rounded-xl shadow-lg w-full">
148
  </div>
149
  <div class="lg:w-1/2">
150
  <h2 class="text-4xl font-bold mb-6">The <span class="text-primary">DOKUMENTARMINISTERIET</span></h2>
151
- <p class="text-lg text-gray-600 mb-6">Established in 2012, DOKUMENTARMINISTERIET AB is Sweden's premier documentary production house, dedicated to cinematic truth-telling and authentic storytelling.</p>
152
- <p class="text-lg text-gray-600 mb-8">Our collective of award-winning filmmakers brings a distinctly Swedish perspective to global documentary production, combining journalistic rigor with artistic vision.</p>
153
  <div class="flex flex-wrap gap-4">
154
- <div class="flex items-center gap-3 bg-white px-6 py-4 rounded-lg shadow-sm">
155
- <div class="bg-primary/10 p-3 rounded-full">
156
  <i data-feather="award" class="text-primary w-6 h-6"></i>
157
  </div>
158
  <div>
@@ -160,8 +162,8 @@
160
  <p class="text-sm text-gray-500">International recognition</p>
161
  </div>
162
  </div>
163
- <div class="flex items-center gap-3 bg-white px-6 py-4 rounded-lg shadow-sm">
164
- <div class="bg-primary/10 p-3 rounded-full">
165
  <i data-feather="film" class="text-primary w-6 h-6"></i>
166
  </div>
167
  <div>
 
25
  </head>
26
  <body class="bg-light text-dark font-sans antialiased">
27
  <custom-navbar></custom-navbar>
28
+ <div class="logo-container">
29
+ <img src="https://static.photos/minimal/1200x630/99" alt="DOKUMENTARMINISTERIET AB Logo" class="logo-img">
30
+ </div>
31
+ <main>
32
  <!-- Hero Section -->
33
  <section class="relative h-screen flex items-center justify-center overflow-hidden">
34
  <div class="absolute inset-0 bg-black/50 z-10"></div>
 
74
  </a>
75
  </div>
76
  </div>
77
+ <div class="bg-dark p-6 border-t border-primary/20">
78
+ <div class="flex justify-between items-start mb-2">
79
+ <h3 class="text-xl font-bold text-secondary">Midnight Sun Chronicles</h3>
80
+ <span class="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm font-medium">2023</span>
81
  </div>
82
+ <p class="text-light/70">Director: Erik Johansson</p>
83
+ </div>
84
  </div>
85
 
86
  <!-- Film 2 -->
 
98
  </a>
99
  </div>
100
  </div>
101
+ <div class="bg-dark p-6 border-t border-primary/20">
102
+ <div class="flex justify-between items-start mb-2">
103
+ <h3 class="text-xl font-bold text-secondary">The Silent Forest</h3>
104
+ <span class="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm font-medium">2021</span>
105
  </div>
106
+ <p class="text-light/70">Director: Lena Andersson</p>
107
+ </div>
108
  </div>
109
 
110
  <!-- Film 3 -->
 
122
  </a>
123
  </div>
124
  </div>
125
+ <div class="bg-dark p-6 border-t border-primary/20">
126
+ <div class="flex justify-between items-start mb-2">
127
+ <h3 class="text-xl font-bold text-secondary">Stockholm Underground</h3>
128
+ <span class="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm font-medium">2019</span>
129
  </div>
130
+ <p class="text-light/70">Director: Mikael Bergman</p>
131
+ </div>
132
  </div>
133
  </div>
134
 
 
142
  </section>
143
 
144
  <!-- About Section -->
145
+ <section id="about" class="py-20 bg-primary">
146
+ <div class="container mx-auto px-4">
147
  <div class="flex flex-col lg:flex-row items-center gap-12">
148
  <div class="lg:w-1/2">
149
  <img src="http://static.photos/office/1200x630/15" alt="Our Studio in Gustavsberg" class="rounded-xl shadow-lg w-full">
150
  </div>
151
  <div class="lg:w-1/2">
152
  <h2 class="text-4xl font-bold mb-6">The <span class="text-primary">DOKUMENTARMINISTERIET</span></h2>
153
+ <p class="text-lg text-light/80 mb-6">Established in 2012, DOKUMENTARMINISTERIET AB is Sweden's premier documentary production house, dedicated to cinematic truth-telling and authentic storytelling.</p>
154
+ <p class="text-lg text-light/80 mb-8">Our collective of award-winning filmmakers brings a distinctly Swedish perspective to global documentary production, combining journalistic rigor with artistic vision.</p>
155
  <div class="flex flex-wrap gap-4">
156
+ <div class="flex items-center gap-3 bg-dark px-6 py-4 rounded-lg shadow-sm">
157
+ <div class="bg-primary/10 p-3 rounded-full">
158
  <i data-feather="award" class="text-primary w-6 h-6"></i>
159
  </div>
160
  <div>
 
162
  <p class="text-sm text-gray-500">International recognition</p>
163
  </div>
164
  </div>
165
+ <div class="flex items-center gap-3 bg-dark px-6 py-4 rounded-lg shadow-sm">
166
+ <div class="bg-primary/10 p-3 rounded-full">
167
  <i data-feather="film" class="text-primary w-6 h-6"></i>
168
  </div>
169
  <div>
style.css CHANGED
@@ -1,28 +1,54 @@
 
1
  body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
 
 
 
4
  }
5
-
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
  }
10
 
11
  p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
  }
25
 
26
- .card p:last-child {
27
- margin-bottom: 0;
28
  }
 
1
+
2
  body {
3
+ padding: 0;
4
+ margin: 0;
5
+ font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
6
+ background: linear-gradient(135deg, #0F4C81 0%, #1A1A2E 100%);
7
+ color: #F8F9FA;
8
  }
9
+ h1, h2, h3, h4, h5, h6 {
10
+ color: #E8C547;
 
 
11
  }
12
 
13
  p {
14
+ color: rgba(248, 249, 250, 0.8);
15
+ font-size: 16px;
16
+ line-height: 1.6;
17
+ margin-bottom: 1rem;
18
+ }
19
+ .logo-container {
20
+ display: flex;
21
+ justify-content: center;
22
+ padding: 2rem 0;
23
+ background: rgba(15, 76, 129, 0.5);
24
+ border-bottom: 1px solid rgba(232, 197, 71, 0.3);
25
+ }
26
+
27
+ .logo-img {
28
+ max-width: 300px;
29
+ height: auto;
30
+ }
31
+
32
+ .bg-primary {
33
+ background-color: #0F4C81;
34
+ }
35
+
36
+ .bg-secondary {
37
+ background-color: #E8C547;
38
+ }
39
+
40
+ .bg-dark {
41
+ background-color: #1A1A2E;
42
+ }
43
+
44
+ .text-primary {
45
+ color: #0F4C81;
46
  }
47
 
48
+ .text-secondary {
49
+ color: #E8C547;
 
 
 
 
50
  }
51
 
52
+ .text-light {
53
+ color: #F8F9FA;
54
  }