Skip to content

Commit 11db742

Browse files
committed
changes2
1 parent eb087ea commit 11db742

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

Diff for: contact.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
<section id="contact">
2323
<h2>Kontakt</h2>
24-
<p>Har du frågor? Kontakta oss på [email protected].</p>
2524
<!-- Platshållare för kontakt-bild -->
26-
<img src="images/contact-placeholder.jpg" alt="Illustrativ bild av kontakt" class="contact-image">
25+
<img class="contact-image" src="images/contact-meeting.png" alt="Illustrativ bild av kontakt" class="contact-image">
26+
<p>Har du frågor? Kontakta oss på [email protected].</p>
2727
</section>
2828

2929
<footer>
30-
<p>&copy; 2024 CRM Systems AB. Alla rättigheter förbehållna.</p>
30+
<p>&copy; 2024 Kits AB. Alla rättigheter förbehållna.</p>
3131
</footer>
3232
</body>
3333
</html>

Diff for: images/contact-meeting.png

5.36 MB
Loading

Diff for: images/hero_image2.png

1.22 MB
Loading

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1>Organisera. Matcha. Vinn.</h1>
2424
<p>Organisera dina konsultprofiler enkelt och effektivt med Konpro. Matcha rätt profiler till rätt möjligheter på nolltid. Fokusera på att vinna fler affärer och låt systemet ta hand om resten. </p>
2525
<!-- Platshållare för en hero-bild -->
26-
<p><img src="images/hero_image.png" alt="Illustrativ bild av CRM-systemet" class="hero-image"></p>
26+
<p><img src="images/hero_image2.png" alt="Illustrativ bild av CRM-systemet" class="hero-image"></p>
2727
<a href="demo.html" class="cta-button">Boka en Demo</a>
2828
</section>
2929

Diff for: styles.css

+14-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,23 @@ nav ul li a:hover {
5757
}
5858

5959
.hero-image {
60-
width: 50%;
61-
max-width: 800px;
60+
width: 100%;
61+
max-width: 80em;
6262
margin-top: 20px;
6363
}
6464

65+
.contact-image {
66+
width: 100%;
67+
max-width: 50em;
68+
margin-top: 20px;
69+
}
70+
71+
#contact {
72+
display: flex;
73+
flex-direction: column;
74+
text-align: center;
75+
align-items: center;
76+
}
6577
.cta-button {
6678
background-color: #00bcd4; /* Turkos accent */
6779
color: white;

0 commit comments

Comments
 (0)